Class DataStoreConnection (1.33.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

NameDescription
data_store_type google.cloud.dialogflowcx_v3.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}