Class GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportEntityTypesRequest : IDirectResponseSchema
Properties
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypes
Declaration
[JsonProperty("entityTypes")]
public virtual IList<string> EntityTypes { get; set; }
Property Value
EntityTypesContentInline
Declaration
[JsonProperty("entityTypesContentInline")]
public virtual bool? EntityTypesContentInline { get; set; }
Property Value
EntityTypesUri
Declaration
[JsonProperty("entityTypesUri")]
public virtual string EntityTypesUri { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Implements