Class: Aws::LexModelsV2::Types::UserTurnSlotOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about a slot output by the test set execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sub_slotsHash<String,Types::UserTurnSlotOutput>

A list of items mapping the name of the subslots to information about those subslots.

Returns:



15489
15490
15491
15492
15493
15494
15495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15489

class UserTurnSlotOutput < Struct.new(
  :value,
  :values,
  :sub_slots)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value output by the slot recognition.

Returns:

  • (String)


15489
15490
15491
15492
15493
15494
15495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15489

class UserTurnSlotOutput < Struct.new(
  :value,
  :values,
  :sub_slots)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<Types::UserTurnSlotOutput>

Values that are output by the slot recognition.

Returns:



15489
15490
15491
15492
15493
15494
15495
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15489

class UserTurnSlotOutput < Struct.new(
  :value,
  :values,
  :sub_slots)
  SENSITIVE = []
  include Aws::Structure
end