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."],[[["This webpage provides documentation for the `SmartReplyConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its use in configuring smart reply evaluation jobs."],["The latest version of the `SmartReplyConfig` documentation is for version 4.26.0, with a comprehensive list of versions dating back to 3.2.0 being accessible."],["`SmartReplyConfig` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes properties such as `AllowlistDocument` (a string representing a document resource name) and `MaxResultCount` (an integer defining the maximum number of results to evaluate), along with two constructors."],["The documentation covers inherited members of the object, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]