Class GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportEntityTypesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypesContent
Declaration
[JsonProperty("entityTypesContent")]
public virtual GoogleCloudDialogflowCxV3beta1InlineSource EntityTypesContent { get; set; }
Property Value
EntityTypesUri
Declaration
[JsonProperty("entityTypesUri")]
public virtual string EntityTypesUri { get; set; }
Property Value
MergeOption
Declaration
[JsonProperty("mergeOption")]
public virtual string MergeOption { get; set; }
Property Value
TargetEntityType
Declaration
[JsonProperty("targetEntityType")]
public virtual string TargetEntityType { get; set; }
Property Value
Implements