Class: Aws::LexModelsV2::Types::UserTurnSlotOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UserTurnSlotOutput
- 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
-
#sub_slots ⇒ Hash<String,Types::UserTurnSlotOutput>
A list of items mapping the name of the subslots to information about those subslots.
-
#value ⇒ String
The value output by the slot recognition.
-
#values ⇒ Array<Types::UserTurnSlotOutput>
Values that are output by the slot recognition.
Instance Attribute Details
#sub_slots ⇒ Hash<String,Types::UserTurnSlotOutput>
A list of items mapping the name of the subslots to information about those subslots.
15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15562 class UserTurnSlotOutput < Struct.new( :value, :values, :sub_slots) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value output by the slot recognition.
15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15562 class UserTurnSlotOutput < Struct.new( :value, :values, :sub_slots) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<Types::UserTurnSlotOutput>
Values that are output by the slot recognition.
15562 15563 15564 15565 15566 15567 15568 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15562 class UserTurnSlotOutput < Struct.new( :value, :values, :sub_slots) SENSITIVE = [] include Aws::Structure end |