Class GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig
Smart compose specific configuration for evaluation job.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig : IDirectResponseSchema
Properties
AllowlistDocument
The allowlist document resource name. Format: projects//knowledgeBases//documents/
. Only used for smart
compose model.
Declaration
[JsonProperty("allowlistDocument")]
public virtual string AllowlistDocument { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxResultCount
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.
Declaration
[JsonProperty("maxResultCount")]
public virtual int? MaxResultCount { get; set; }
Property Value
Type | Description |
---|---|
int? |