GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ExportDocumentRequest (google_api_dialogflow v0.89.0)
View SourceRequest message for Documents.ExportDocument.
Attributes
-
exportFullContent(type:boolean(), default:nil) - When enabled, export the full content of the document including empirical probability. -
gcsDestination(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsDestination.t, default:nil) - Cloud Storage file path to export the document. -
smartMessagingPartialUpdate(type:boolean(), default:nil) - When enabled, export the smart messaging allowlist document for partial update.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ExportDocumentRequest{ exportFullContent: boolean() | nil, gcsDestination: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsDestination.t() | nil, smartMessagingPartialUpdate: boolean() | nil }