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

Defined in:
lib/google/cloud/dialogflow/v2/doc/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 canonical value.

1
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).

2