Class GoogleCloudDialogflowCxV3beta1ImportIntentsRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ImportIntentsRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ImportIntentsRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentsContent
Declaration
[JsonProperty("intentsContent")]
public virtual GoogleCloudDialogflowCxV3beta1InlineSource 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