Class GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
Inheritance
GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GeneratorEvaluations
Declaration
[JsonProperty("generatorEvaluations")]
public virtual IList<GoogleCloudDialogflowV2beta1GeneratorEvaluation> GeneratorEvaluations { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements