public sealed class EvaluationConfig : IMessage<EvaluationConfig>, IEquatable<EvaluationConfig>, IDeepCloneable<EvaluationConfig>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `EvaluationConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its functionality for model evaluation."],["The content lists available versions of the Dialogflow V2 API, ranging from version 3.2.0 to the latest version 4.26.0, with direct links to each version's documentation."],["`EvaluationConfig` is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it has constructors for creating new instances, either empty or by copying an existing `EvaluationConfig`."],["Key properties of `EvaluationConfig` include `Datasets` (datasets used for evaluation), `ModelSpecificConfigCase` (specifying the model), `SmartComposeConfig`, and `SmartReplyConfig` (configurations for specific model evaluations)."],["The documentation is under the .NET ecosystem, with links to the relevant Microsoft and Google Cloud libraries, illustrating the context and dependencies of the provided classes."]]],[]]