Class GoogleCloudDialogflowCxV3ImportEntityTypesRequest
Inheritance
GoogleCloudDialogflowCxV3ImportEntityTypesRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ImportEntityTypesRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntityTypesContent
Declaration
[JsonProperty("entityTypesContent")]
public virtual GoogleCloudDialogflowCxV3InlineSource 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