class Aws::LexModelsV2::Types::SlotTypeValue

Each slot type can have a set of values. Each `SlotTypeValue` represents a value that the slot type can take.

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

data as a hash:

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

@!attribute [rw] sample_value

The value of the slot type entry.
@return [Types::SampleValue]

@!attribute [rw] synonyms

Additional values releated to the slot type entry.
@return [Array<Types::SampleValue>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/SlotTypeValue AWS API Documentation

Constants

SENSITIVE