Dialogflow v3 API - Class DataStoreConnection (2.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class DataStoreConnection : IMessage<DataStoreConnection>, IEquatable<DataStoreConnection>, IDeepCloneable<DataStoreConnection>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class DataStoreConnection.
A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.
Implements
IMessage DataStoreConnection, IEquatable DataStoreConnection, IDeepCloneable DataStoreConnection, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
DataStoreConnection()
public DataStoreConnection()DataStoreConnection(DataStoreConnection)
public DataStoreConnection(DataStoreConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
DataStoreConnection |
Properties
DataStore
public string DataStore { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataStoreType
public DataStoreType DataStoreType { get; set; }The type of the connected data store.
| Property Value | |
|---|---|
| Type | Description |
DataStoreType |
|