public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EvaluationConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version available for the `EvaluationConfig` class in the Google Cloud Dialogflow v2 API is version 4.26.0, with numerous previous versions accessible, all the way back to version 3.2.0."],["The `EvaluationConfig` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented using the interfaces IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `EvaluationConfig` class serves as a configuration for evaluating models, where key features include the use of datasets, and specific configurations for Smart Compose and Smart Reply model evaluations."],["The `EvaluationConfig` class includes properties like `Datasets` which contains a repeated field of `InputDataset`, and there are specific properties to configure `SmartComposeConfig` and `SmartReplyConfig`."],["The `EvaluationConfig` class has two constructors: one is parameterless and the other has a parameter of type `EvaluationConfig`."]]],[]]