Google Cloud Dialogflow Cx V3 Client - Class DataStoreType (0.3.2)

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

Type of a data store.

Determines how search is performed in the data store.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

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.

Generated from protobuf enum DATA_STORE_TYPE_UNSPECIFIED = 0;

PUBLIC_WEB

Value: 1

A data store that contains public web content.

Generated from protobuf enum PUBLIC_WEB = 1;

UNSTRUCTURED

Value: 2

A data store that contains unstructured private data.

Generated from protobuf enum UNSTRUCTURED = 2;

STRUCTURED

Value: 3

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

Generated from protobuf enum STRUCTURED = 3;