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

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

Instance Attribute Details

#priorityInteger

The priority that Amazon Lex should apply to the slot.

Returns:

  • (Integer)


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_idString

The unique identifier of the slot.

Returns:

  • (String)


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