Module: Google::Cloud::Dialogflow::CX::V3::DocumentProcessingMode

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb

Overview

The document processing mode of the data store.

Constant Summary collapse

DOCUMENT_PROCESSING_MODE_UNSPECIFIED =

Not specified. This should be set for STRUCTURED type data stores. Due to legacy reasons this is considered as DOCUMENTS for STRUCTURED and PUBLIC_WEB data stores.

0
DOCUMENTS =

Documents are processed as documents.

1
CHUNKS =

Documents are converted to chunks.

2