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