CxFlowKnowledgeConnectorSettingsDataStoreConnection

data class CxFlowKnowledgeConnectorSettingsDataStoreConnection(val dataStore: String? = null, val dataStoreType: String? = null, val documentProcessingMode: String? = null)

Constructors

constructor(dataStore: String? = null, dataStoreType: String? = null, documentProcessingMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataStore: String? = null

The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore} projects/{project}/locations/{location}/dataStores/{dataStore}

Link copied to clipboard
val dataStoreType: String? = null

The type of the connected data store.

Link copied to clipboard

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.