Class ExportDocumentRequest (2.14.0)

ExportDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
name str
Required. The name of the document to export. Format: ``projects/
gcs_destination google.cloud.dialogflow_v2.types.GcsDestination
Cloud Storage file path to export the document. This field is a member of `oneof`_ ``destination``.
export_full_content bool
When enabled, export the full content of the document including empirical probability.
smart_messaging_partial_update bool
When enabled, export the smart messaging allowlist document for partial update.

Inheritance

builtins.object > proto.message.Message > ExportDocumentRequest