ReloadDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for Documents.ReloadDocument.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
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. |