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-03-21 UTC."],[[["This webpage provides documentation for the `EvaluationConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its structure and usage across multiple versions."],["The latest version available for `EvaluationConfig` is 4.26.0, and the documentation spans back to version 3.2.0, providing a history of changes for each release."],["`EvaluationConfig` is used to set up and configure how a Dialogflow model will be evaluated, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Datasets`, `ModelSpecificConfigCase`, `SmartComposeConfig`, and `SmartReplyConfig` to allow configuration of the datasets and models used for the evaluation."],["The `EvaluationConfig` class is part of the `Google.Cloud.Dialogflow.V2.dll` assembly, and contains two constructors: one default, and one allowing to copy from an existing `EvaluationConfig` object."]]],[]]