Enum DataStoreType (0.52.0)

public enum DataStoreType extends Enum<DataStoreType> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATA_STORE_TYPE_UNSPECIFIED

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

DATA_STORE_TYPE_UNSPECIFIED = 0;

DATA_STORE_TYPE_UNSPECIFIED_VALUE

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

DATA_STORE_TYPE_UNSPECIFIED = 0;

PUBLIC_WEB

A data store that contains public web content.

PUBLIC_WEB = 1;

PUBLIC_WEB_VALUE

A data store that contains public web content.

PUBLIC_WEB = 1;

STRUCTURED

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

STRUCTURED = 3;

STRUCTURED_VALUE

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

STRUCTURED = 3;

UNRECOGNIZED
UNSTRUCTURED

A data store that contains unstructured private data.

UNSTRUCTURED = 2;

UNSTRUCTURED_VALUE

A data store that contains unstructured private data.

UNSTRUCTURED = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()