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."],[[["This webpage provides documentation for the `DataStoreConnection` class within the Google Cloud Dialogflow CX v3 API, specifically focusing on version 2.12.0 and its related versions."],["The latest version documented is 2.23.0, with a range of previous versions from 2.22.0 down to 1.0.0 also being accessible through links."],["The `DataStoreConnection` class represents a data store in Discovery Engine, detailing its content type and offering methods for managing data store connections."],["Key features of the `DataStoreConnection` class include the `DataStore` property, which holds the full name of the data store, and the `DataStoreType` property, which indicates the type of the connected data store."],["The `DataStoreConnection` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message operations, equality comparisons, deep cloning, and buffer message functionalities."]]],[]]