Enum EntityType.AutoExpansionMode (0.48.0)

public enum EntityType.AutoExpansionMode extends Enum<EntityType.AutoExpansionMode> implements ProtocolMessageEnum

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 enum google.cloud.dialogflow.cx.v3.EntityType.AutoExpansionMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTO_EXPANSION_MODE_DEFAULT

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

AUTO_EXPANSION_MODE_DEFAULT = 1;

AUTO_EXPANSION_MODE_DEFAULT_VALUE

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

AUTO_EXPANSION_MODE_DEFAULT = 1;

AUTO_EXPANSION_MODE_UNSPECIFIED

Auto expansion disabled for the entity.

AUTO_EXPANSION_MODE_UNSPECIFIED = 0;

AUTO_EXPANSION_MODE_UNSPECIFIED_VALUE

Auto expansion disabled for the entity.

AUTO_EXPANSION_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()