Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::DataStoreType (v0.26.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::DataStoreType.

Type of a data store. Determines how search is performed in the data store.

Constants

DATA_STORE_TYPE_UNSPECIFIED

value: 0
Not specified. This value indicates that the data store type is not specified, so it will not be used during search.

PUBLIC_WEB

value: 1
A data store that contains public web content.

UNSTRUCTURED

value: 2
A data store that contains unstructured private data.

STRUCTURED

value: 3
A data store that contains structured data (for example FAQ).