Dialogflow v3 API - Enum DataStoreType (2.17.0)

public enum DataStoreType

Reference documentation and code samples for the Dialogflow v3 API enum DataStoreType.

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

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
PublicWeb

A data store that contains public web content.

Structured

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

Unspecified

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

Unstructured

A data store that contains unstructured private data.