Module: Google::Cloud::Dialogflow::V2::EntityType::AutoExpansionMode

Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb

Overview

Represents different entity type expansion modes. Automated expansion allows an agent to recognize values that have not been explicitly listed in the entity (for example, new kinds of shopping list items).

Constant Summary collapse

AUTO_EXPANSION_MODE_UNSPECIFIED =

Auto expansion disabled for the entity.

0
AUTO_EXPANSION_MODE_DEFAULT =

Allows an agent to recognize values that have not been explicitly listed in the entity.

1