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 version 3.11.0, but includes links to versions up to the latest version 4.26.0."],["`EvaluationConfig` is a class used for the configuration of model evaluation in Dialogflow, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `EvaluationConfig` has two constructors, a default and another that accepts an `EvaluationConfig` object for copying."],["The `EvaluationConfig` class includes properties such as `Datasets` for evaluation data, and configuration settings for model evaluations like `SmartComposeConfig` and `SmartReplyConfig`."],["The documentation lists inherited members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, showing its inheritance structure."]]],[]]