Class GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
Inheritance
GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GeneratorEvaluationConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("inputDataConfig")]
public virtual GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigInputDataConfig InputDataConfig { get; set; }
Property Value
OutputGcsBucketPath
Declaration
[JsonProperty("outputGcsBucketPath")]
public virtual string OutputGcsBucketPath { get; set; }
Property Value
SummarizationConfig
Declaration
[JsonProperty("summarizationConfig")]
public virtual GoogleCloudDialogflowV2beta1GeneratorEvaluationConfigSummarizationConfig SummarizationConfig { get; set; }
Property Value
Implements