Google Cloud Dialogflow v2 API - Class EvaluationConfig.Types.SmartComposeConfig (4.18.0)

public sealed class EvaluationConfig.Types.SmartComposeConfig : IMessage<EvaluationConfig.Types.SmartComposeConfig>, IEquatable<EvaluationConfig.Types.SmartComposeConfig>, IDeepCloneable<EvaluationConfig.Types.SmartComposeConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class EvaluationConfig.Types.SmartComposeConfig.

Smart compose specific configuration for evaluation job.

Inheritance

object > EvaluationConfig.Types.SmartComposeConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SmartComposeConfig()

public SmartComposeConfig()

SmartComposeConfig(SmartComposeConfig)

public SmartComposeConfig(EvaluationConfig.Types.SmartComposeConfig other)
Parameter
NameDescription
otherEvaluationConfigTypesSmartComposeConfig

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 compose model.

Property Value
TypeDescription
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
TypeDescription
int