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