ImportDocumentsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for Documents.ImportDocuments.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The knowledge base to import documents into. Format: projects/.
|
gcs_source |
google.cloud.dialogflow_v2beta1.types.GcsSources
The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the forms gs://.
gs://.
This field is a member of oneof_ source.
|
document_template |
google.cloud.dialogflow_v2beta1.types.ImportDocumentTemplate
Required. Document template used for importing all the documents. |
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. |