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-04-09 UTC."],[[["The webpage provides documentation for the `SmartReplyConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET."],["The latest version available is 4.26.0, but the page also lists versions from 4.25.0 down to 3.2.0, offering a historical view of updates."],["`SmartReplyConfig` is used for smart reply specific configuration for evaluation jobs and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `AllowlistDocument` which specifies the document resource name for smart replies, and `MaxResultCount` which determines the number of results to keep for evaluation."],["There are two constructors available for `SmartReplyConfig`: a default constructor and one that takes another `SmartReplyConfig` instance as a parameter for object creation."]]],[]]