Class GoogleCloudDialogflowV2ExportDocumentRequest
Request message for Documents.ExportDocument.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ExportDocumentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportFullContent
When enabled, export the full content of the document including empirical probability.
Declaration
[JsonProperty("exportFullContent")]
public virtual bool? ExportFullContent { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GcsDestination
Cloud Storage file path to export the document.
Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudDialogflowV2GcsDestination GcsDestination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2GcsDestination |
SmartMessagingPartialUpdate
When enabled, export the smart messaging allowlist document for partial update.
Declaration
[JsonProperty("smartMessagingPartialUpdate")]
public virtual bool? SmartMessagingPartialUpdate { get; set; }
Property Value
Type | Description |
---|---|
bool? |