Class ImportDocumentsRequest (2.14.0)

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

Attributes

NameDescription
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://
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.

Inheritance

builtins.object > proto.message.Message > ImportDocumentsRequest