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
Namespace
Google \ Cloud \ Dialogflow \ V2 \ EntityTypeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;