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 webpage provides reference documentation for the `DataStoreConnection` class within the Google.Cloud.Dialogflow.Cx.V3 API."],["The `DataStoreConnection` class represents a connection to a data store in Discovery Engine, including the type of content it holds."],["The page lists available versions of the Dialogflow v3 API, ranging from version 1.0.0 to the latest version 2.23.0, allowing you to navigate to older documentation."],["The documentation details the `DataStoreConnection` class's properties, including `DataStore` which gives the full data store reference name, and `DataStoreType` which provides the data store's specific content type."],["The `DataStoreConnection` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members like `GetHashCode()`, `GetType()`, and `ToString()` from `object`."]]],[]]