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.
Implements
IMessage<EvaluationConfig.Types.SmartReplyConfig>, IEquatable<EvaluationConfig.Types.SmartReplyConfig>, IDeepCloneable<EvaluationConfig.Types.SmartReplyConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SmartReplyConfig()
public SmartReplyConfig()
SmartReplyConfig(EvaluationConfig.Types.SmartReplyConfig)
public SmartReplyConfig(EvaluationConfig.Types.SmartReplyConfig other)
Parameter | |
---|---|
Name | Description |
other | EvaluationConfig.Types.SmartReplyConfig |
Properties
AllowlistDocument
public string AllowlistDocument { get; set; }
The allowlist document resource name.
Format: projects/{Project ID}/knowledgeBases/{Knowledge Base
ID>/documents/<Document ID>
. Only used for smart reply model.
Property Value | |
---|---|
Type | Description |
String |
MaxResultCount
public int MaxResultCount { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Int32 |