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 .NET library, with the most recent version being 2.23.0."],["The `DataStoreConnection` class represents a connection to a data store in Discovery Engine and details the type of content it houses, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataStoreConnection` class has a constructor that takes another `DataStoreConnection` object as an argument, allowing for the creation of a new object based off of an existing one."],["Key properties of `DataStoreConnection` include `DataStore`, which holds the full name of the referenced data store, and `DataStoreType`, which specifies the type of the connected data store."],["This page lists all the available version history of this Class, starting from version 1.0.0 all the way to version 2.23.0, where each links to the documentation of that specific version."]]],[]]