Class GoogleCloudDialogflowCxV3ImportIntentsRequest
Inheritance
GoogleCloudDialogflowCxV3ImportIntentsRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ImportIntentsRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentsContent
Declaration
[JsonProperty("intentsContent")]
public virtual GoogleCloudDialogflowCxV3InlineSource IntentsContent { get; set; }
Property Value
IntentsUri
Declaration
[JsonProperty("intentsUri")]
public virtual string IntentsUri { get; set; }
Property Value
MergeOption
Declaration
[JsonProperty("mergeOption")]
public virtual string MergeOption { get; set; }
Property Value
Implements