Class GoogleCloudDialogflowV2EvaluationConfig
Inheritance
GoogleCloudDialogflowV2EvaluationConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2EvaluationConfig : IDirectResponseSchema
Properties
Datasets
Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudDialogflowV2InputDataset> Datasets { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SmartComposeConfig
Declaration
[JsonProperty("smartComposeConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig SmartComposeConfig { get; set; }
Property Value
SmartReplyConfig
Declaration
[JsonProperty("smartReplyConfig")]
public virtual GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig SmartReplyConfig { get; set; }
Property Value
Implements