Module: Google::Cloud::Dialogflow::V2::EntityType::Kind

Defined in:
proto_docs/google/cloud/dialogflow/v2/entity_type.rb

Overview

Represents kinds of entities.

Constant Summary collapse

KIND_UNSPECIFIED =

Not specified. This value should be never used.

0
KIND_MAP =

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

1
KIND_LIST =

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

2
KIND_REGEXP =

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

3