GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ExportDocumentRequest (google_api_dialogflow v0.73.0) View Source
Request 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ExportDocumentRequest{
exportFullContent: boolean() | nil,
gcsDestination:
GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsDestination.t()
| nil,
smartMessagingPartialUpdate: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.