Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3DataStoreConnection

A data store connection. It represents a data store in Discovery Engine and the type of the contents it contains.

Inheritance
object
GoogleCloudDialogflowCxV3DataStoreConnection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3DataStoreConnection : IDirectResponseSchema

Properties

DataStore

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}

Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
Type Description
string

DataStoreType

The type of the connected data store.

Declaration
[JsonProperty("dataStoreType")]
public virtual string DataStoreType { get; set; }
Property Value
Type Description
string

DocumentProcessingMode

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.

Declaration
[JsonProperty("documentProcessingMode")]
public virtual string DocumentProcessingMode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX