Class DataStoreConnection (1.40.0)

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

A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.

Attributes

Name Description
data_store_type google.cloud.dialogflowcx_v3beta1.types.DataStoreType
The type of the connected data store.
data_store str
The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} projects/{project}/locations/{location}/dataStores/{data_store}
document_processing_mode google.cloud.dialogflowcx_v3beta1.types.DocumentProcessingMode
The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.