Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataStoreConnection.
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
Generated from protobuf message google.cloud.dialogflow.cx.v3.DataStoreConnection
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_store_type
int
The type of the connected data store.
↳ data_store
string
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}
getDataStoreType
The type of the connected data store.
int
setDataStoreType
The type of the connected data store.
var
int
$this
getDataStore
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}
string
setDataStore
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}
var
string
$this