Dialogflow v3 API - Class DataStoreConnection (2.23.0)

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.

Inheritance

object > DataStoreConnection

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

DataStoreConnection()

public DataStoreConnection()

DataStoreConnection(DataStoreConnection)

public DataStoreConnection(DataStoreConnection other)
Parameter
Name Description
other DataStoreConnection

Properties

DataStore

public string DataStore { get; set; }

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}

Property Value
Type Description
string

DataStoreType

public DataStoreType DataStoreType { get; set; }

The type of the connected data store.

Property Value
Type Description
DataStoreType

DocumentProcessingMode

public DocumentProcessingMode DocumentProcessingMode { get; set; }

The document processing mode for the data store connection. Should only be set for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as DOCUMENTS, as this is the legacy mode.

Property Value
Type Description
DocumentProcessingMode

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.