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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DataStoreConnection` class in the Google Cloud Dialogflow CX v3 API represents a connection to a data store in Discovery Engine, outlining the type of content it holds."],["This class is found in the `Google.Cloud.Dialogflow.Cx.V3` namespace, within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cDataStoreConnection\u003e`, `IDeepCloneable\u003cDataStoreConnection\u003e`, and `IBufferMessage`."],["It provides properties such as `DataStore`, which is a string representing the full name of the data store, and `DataStoreType`, which defines the type of the connected data store."],["This documentation provides versions ranging from 1.0.0 to 2.23.0 of the `DataStoreConnection`, with the most current being 2.23.0."]]],[]]