Class GoogleCloudDialogflowCxV3ListGeneratorsResponse
Inheritance
GoogleCloudDialogflowCxV3ListGeneratorsResponse
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ListGeneratorsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Generators
Declaration
[JsonProperty("generators")]
public virtual IList<GoogleCloudDialogflowCxV3Generator> Generators { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Implements