Google Cloud Dialogflow Cx V3 Client - Class DocumentProcessingMode (0.7.0)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DocumentProcessingMode.

The document processing mode of the data store.

Protobuf type google.cloud.dialogflow.cx.v3.DocumentProcessingMode

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DOCUMENT_PROCESSING_MODE_UNSPECIFIED

Value: 0

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.

Generated from protobuf enum DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;

DOCUMENTS

Value: 1

Documents are processed as documents.

Generated from protobuf enum DOCUMENTS = 1;

CHUNKS

Value: 2

Documents are converted to chunks.

Generated from protobuf enum CHUNKS = 2;