Class GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse
Inheritance
GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypesContent
Declaration
[JsonProperty("entityTypesContent")]
public virtual GoogleCloudDialogflowCxV3beta1InlineDestination EntityTypesContent { get; set; }
Property Value
EntityTypesUri
Declaration
[JsonProperty("entityTypesUri")]
public virtual string EntityTypesUri { get; set; }
Property Value
Implements