CxFlowKnowledgeConnectorSettingsDataStoreConnectionArgs

data class CxFlowKnowledgeConnectorSettingsDataStoreConnectionArgs(val dataStore: Output<String>? = null, val dataStoreType: Output<String>? = null, val documentProcessingMode: Output<String>? = null) : ConvertibleToJava<CxFlowKnowledgeConnectorSettingsDataStoreConnectionArgs>

Constructors

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

Properties

Link copied to clipboard
val dataStore: Output<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: Output<String>? = null

The type of the connected data store.

Link copied to clipboard
val documentProcessingMode: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CxFlowKnowledgeConnectorSettingsDataStoreConnectionArgs