Class GoogleCloudDialogflowV2EvaluationConfig
The configuration for model evaluation.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EvaluationConfig : IDirectResponseSchema
Properties
Datasets
Required. Datasets used for evaluation.
Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudDialogflowV2InputDataset> Datasets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2InputDataset> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SmartComposeConfig
Configuration for smart compose model evalution.
Declaration
[JsonProperty("smartComposeConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig SmartComposeConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig |
SmartReplyConfig
Configuration for smart reply model evalution.
Declaration
[JsonProperty("smartReplyConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig SmartReplyConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig |