Class ReloadDocumentRequest (2.16.0)

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

Attributes

NameDescription
name str
Required. The name of the document to reload. Format: ``projects/
gcs_source google.cloud.dialogflow_v2beta1.types.GcsSource
The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded. This field is a member of `oneof`_ ``source``.
import_gcs_custom_metadata bool
Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.

Inheritance

builtins.object > proto.message.Message > ReloadDocumentRequest