class Aws::LexModelsV2::Types::SlotPriority

Sets the priority that Amazon Lex should use when eliciting slot values from a user.

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

data as a hash:

    {
      priority: 1, # required
      slot_id: "Id", # required
    }

@!attribute [rw] priority

The priority that a slot should be elicited.
@return [Integer]

@!attribute [rw] slot_id

The unique identifier of the slot.
@return [String]

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

Constants

SENSITIVE