Class GoogleCloudDialogflowV2ExportDocumentRequest
Inheritance
GoogleCloudDialogflowV2ExportDocumentRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ExportDocumentRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExportFullContent
Declaration
[JsonProperty("exportFullContent")]
public virtual bool? ExportFullContent { get; set; }
Property Value
GcsDestination
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudDialogflowV2GcsDestination GcsDestination { get; set; }
Property Value
SmartMessagingPartialUpdate
Declaration
[JsonProperty("smartMessagingPartialUpdate")]
public virtual bool? SmartMessagingPartialUpdate { get; set; }
Property Value
Implements