Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::EntityType::Kind (v0.10.1)

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

Represents kinds of entities.

Constants

KIND_UNSPECIFIED

value: 0
Not specified. This value should be never used.

KIND_MAP

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

KIND_LIST

value: 2
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_REGEXP

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