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