public sealed class SmartReplyConfig : IMessage<EvaluationConfig.Types.SmartReplyConfig>, IEquatable<EvaluationConfig.Types.SmartReplyConfig>, IDeepCloneable<EvaluationConfig.Types.SmartReplyConfig>, IBufferMessage, IMessage
Smart reply specific configuration for evaluation job.
The allowlist document resource name.
Format: projects/{Project ID}/knowledgeBases/{Knowledge Base
ID>/documents/<Document ID>. Only used for smart reply model.
Required. The model to be evaluated can return multiple results with confidence
score on each query. These results will be sorted by the descending order
of the scores and we only keep the first max_result_count results as the
final results to evaluate.
[[["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."],[[["The latest version of the `SmartReplyConfig` documentation is 4.26.0, which can be found on the listed webpage, with previous version documentation available back to version 3.2.0."],["`SmartReplyConfig` is a class within the `Google.Cloud.Dialogflow.V2` namespace, specifically used for smart reply evaluation configurations and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SmartReplyConfig` class provides two constructors: one default and another that accepts another `SmartReplyConfig` instance for copying properties."],["The `SmartReplyConfig` class has two main properties: `AllowlistDocument`, a string representing the allowlist document resource name, and `MaxResultCount`, an integer that determines the number of top results to consider for evaluation."]]],[]]