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 enumDOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow Cx V3 Client - Class DocumentProcessingMode (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.DocumentProcessingMode)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.DocumentProcessingMode)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.DocumentProcessingMode)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.DocumentProcessingMode)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.DocumentProcessingMode)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.DocumentProcessingMode)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.DocumentProcessingMode)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.DocumentProcessingMode)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.DocumentProcessingMode) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DocumentProcessingMode.\n\nThe document processing mode of the data store.\n\nProtobuf type `google.cloud.dialogflow.cx.v3.DocumentProcessingMode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ Cx \\\\ V3\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DOCUMENT_PROCESSING_MODE_UNSPECIFIED\n\n Value: 0\n\nNot specified. This should be set for STRUCTURED type data stores. Due to\nlegacy reasons this is considered as DOCUMENTS for STRUCTURED and\nPUBLIC_WEB data stores.\n\nGenerated from protobuf enum `DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;`\n\n### DOCUMENTS\n\n Value: 1\n\nDocuments are processed as documents.\n\nGenerated from protobuf enum `DOCUMENTS = 1;`\n\n### CHUNKS\n\n Value: 2\n\nDocuments are converted to chunks.\n\nGenerated from protobuf enum `CHUNKS = 2;`"]]