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-04-09 UTC."],[[["This webpage provides documentation for the `DataStoreConnection` class within the Google Cloud Dialogflow CX v3 API, specifically in the .NET environment."],["The content lists available versions of the `DataStoreConnection` class, ranging from the latest version 2.23.0 down to version 1.0.0."],["The `DataStoreConnection` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, represents a connection to a data store in Discovery Engine and outlines the type of content contained."],["The page shows that the `DataStoreConnection` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The class has two constructors, a default constructor and one that takes another `DataStoreConnection` as an argument, along with two key properties: `DataStore` and `DataStoreType`."]]],[]]