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 of the Google Cloud Dialogflow v2 API is 4.26.0, and this page also provides access to various previous versions of the API class EvaluationConfig, ranging from 4.25.0 down to 3.2.0."],["The `EvaluationConfig` class is designed to manage the configuration of model evaluations within the Dialogflow v2 API, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`EvaluationConfig` allows the specification of multiple datasets for evaluation through its `Datasets` property and supports specific configurations for models like smart compose and smart reply models via the `SmartComposeConfig` and `SmartReplyConfig` properties respectively."],["The namespace for this class is `Google.Cloud.Dialogflow.V2` and it is found in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The `EvaluationConfig` class contains multiple constructors, one default and one with another `EvaluationConfig` object as an argument."]]],[]]