class Aws::LexModelBuildingService::Types::EnumerationValue

Each slot type can have a set of values. Each enumeration value represents a value the slot type can take.

For example, a pizza ordering bot could have a slot type that specifies the type of crust that the pizza should have. The slot type could include the values

@note When making an API call, you may pass EnumerationValue

data as a hash:

    {
      value: "Value", # required
      synonyms: ["Value"],
    }

@!attribute [rw] value

The value of the slot type.
@return [String]

@!attribute [rw] synonyms

Additional values related to the slot type value.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/EnumerationValue AWS API Documentation

Constants

SENSITIVE