Dialogflow v3 API - Class DataStoreConnection (2.18.0)

public sealed class DataStoreConnection : IMessage<DataStoreConnection>, IEquatable<DataStoreConnection>, IDeepCloneable<DataStoreConnection>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > DataStoreConnection

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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