Class GoogleCloudDialogflowCxV3ExportIntentsRequest
Inheritance
GoogleCloudDialogflowCxV3ExportIntentsRequest
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportIntentsRequest : 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