Class GoogleCloudDialogflowCxV3beta1ExportIntentsRequest
Inheritance
GoogleCloudDialogflowCxV3beta1ExportIntentsRequest
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportIntentsRequest : IDirectResponseSchema
Properties
Declaration
[JsonProperty("dataFormat")]
public virtual string DataFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Intents
Declaration
[JsonProperty("intents")]
public virtual IList<string> Intents { get; set; }
Property Value
IntentsContentInline
Declaration
[JsonProperty("intentsContentInline")]
public virtual bool? IntentsContentInline { get; set; }
Property Value
IntentsUri
Declaration
[JsonProperty("intentsUri")]
public virtual string IntentsUri { get; set; }
Property Value
Implements