Class: Aws::LexModelsV2::Types::SlotPriority
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotPriority
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Sets the priority that Amazon Lex should use when eliciting slot values from a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#priority ⇒ Integer
The priority that Amazon Lex should apply to the slot.
-
#slot_id ⇒ String
The unique identifier of the slot.
Instance Attribute Details
#priority ⇒ Integer
The priority that Amazon Lex should apply to the slot.
12378 12379 12380 12381 12382 12383 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12378 class SlotPriority < Struct.new( :priority, :slot_id) SENSITIVE = [] include Aws::Structure end |
#slot_id ⇒ String
The unique identifier of the slot.
12378 12379 12380 12381 12382 12383 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 12378 class SlotPriority < Struct.new( :priority, :slot_id) SENSITIVE = [] include Aws::Structure end |