Enum EntityType.Kind (0.52.0)

public enum EntityType.Kind extends Enum<EntityType.Kind> implements ProtocolMessageEnum

Represents kinds of entities.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.EntityType.Kind

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KIND_LIST

List entity types contain a set of entries that do not map to canonical values. However, list entity types can contain references to other entity types (with or without aliases).

KIND_LIST = 2;

KIND_LIST_VALUE

List entity types contain a set of entries that do not map to canonical values. However, list entity types can contain references to other entity types (with or without aliases).

KIND_LIST = 2;

KIND_MAP

Map entity types allow mapping of a group of synonyms to a canonical value.

KIND_MAP = 1;

KIND_MAP_VALUE

Map entity types allow mapping of a group of synonyms to a canonical value.

KIND_MAP = 1;

KIND_REGEXP

Regexp entity types allow to specify regular expressions in entries values.

KIND_REGEXP = 3;

KIND_REGEXP_VALUE

Regexp entity types allow to specify regular expressions in entries values.

KIND_REGEXP = 3;

KIND_UNSPECIFIED

Not specified. This value should be never used.

KIND_UNSPECIFIED = 0;

KIND_UNSPECIFIED_VALUE

Not specified. This value should be never used.

KIND_UNSPECIFIED = 0;

UNRECOGNIZED

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()