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