Class: Aws::LexModelsV2::Types::SlotPriority
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::SlotPriority
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
11662 11663 11664 11665 11666 11667 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11662 class SlotPriority < Struct.new( :priority, :slot_id) SENSITIVE = [] include Aws::Structure end |
#slot_id ⇒ String
The unique identifier of the slot.
11662 11663 11664 11665 11666 11667 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11662 class SlotPriority < Struct.new( :priority, :slot_id) SENSITIVE = [] include Aws::Structure end |