Class: Aws::LexModelsV2::Types::SlotPriority

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#priorityInteger

The priority that Amazon Lex should apply to the slot.

Returns:

  • (Integer)


12305
12306
12307
12308
12309
12310
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12305

class SlotPriority < Struct.new(
  :priority,
  :slot_id)
  SENSITIVE = []
  include Aws::Structure
end

#slot_idString

The unique identifier of the slot.

Returns:

  • (String)


12305
12306
12307
12308
12309
12310
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12305

class SlotPriority < Struct.new(
  :priority,
  :slot_id)
  SENSITIVE = []
  include Aws::Structure
end