[[["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 DataStoreType (0.8.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.1 (latest)](/php/docs/reference/cloud-dialogflow-cx/latest/V3.DataStoreType)\n- [0.8.0](/php/docs/reference/cloud-dialogflow-cx/0.8.0/V3.DataStoreType)\n- [0.7.2](/php/docs/reference/cloud-dialogflow-cx/0.7.2/V3.DataStoreType)\n- [0.6.0](/php/docs/reference/cloud-dialogflow-cx/0.6.0/V3.DataStoreType)\n- [0.5.2](/php/docs/reference/cloud-dialogflow-cx/0.5.2/V3.DataStoreType)\n- [0.4.1](/php/docs/reference/cloud-dialogflow-cx/0.4.1/V3.DataStoreType)\n- [0.3.4](/php/docs/reference/cloud-dialogflow-cx/0.3.4/V3.DataStoreType)\n- [0.2.1](/php/docs/reference/cloud-dialogflow-cx/0.2.1/V3.DataStoreType)\n- [0.1.1](/php/docs/reference/cloud-dialogflow-cx/0.1.1/V3.DataStoreType) \nReference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class DataStoreType.\n\nType of a data store.\n\nDetermines how search is performed in the data store.\n\nProtobuf type `google.cloud.dialogflow.cx.v3.DataStoreType`\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### DATA_STORE_TYPE_UNSPECIFIED\n\n Value: 0\n\nNot specified. This value indicates that the data store type is not\nspecified, so it will not be used during search.\n\nGenerated from protobuf enum `DATA_STORE_TYPE_UNSPECIFIED = 0;`\n\n### PUBLIC_WEB\n\n Value: 1\n\nA data store that contains public web content.\n\nGenerated from protobuf enum `PUBLIC_WEB = 1;`\n\n### UNSTRUCTURED\n\n Value: 2\n\nA data store that contains unstructured private data.\n\nGenerated from protobuf enum `UNSTRUCTURED = 2;`\n\n### STRUCTURED\n\n Value: 3\n\nA data store that contains structured data (for example FAQ).\n\nGenerated from protobuf enum `STRUCTURED = 3;`"]]