Google Cloud Dialogflow V2 Client - Class AutoExpansionMode (1.4.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class AutoExpansionMode.

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

Protobuf type google.cloud.dialogflow.v2.EntityType.AutoExpansionMode

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

AUTO_EXPANSION_MODE_UNSPECIFIED

Value: 0

Auto expansion disabled for the entity.

Generated from protobuf enum AUTO_EXPANSION_MODE_UNSPECIFIED = 0;

AUTO_EXPANSION_MODE_DEFAULT

Value: 1

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

Generated from protobuf enum AUTO_EXPANSION_MODE_DEFAULT = 1;