Class: Aws::LexModelsV2::Types::UserTurnIntentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UserTurnIntentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the intent that is output for the turn by the test execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the intent.
-
#slots ⇒ Hash<String,Types::UserTurnSlotOutput>
The slots associated with the intent.
Instance Attribute Details
#name ⇒ String
The name of the intent.
15454 15455 15456 15457 15458 15459 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15454 class UserTurnIntentOutput < Struct.new( :name, :slots) SENSITIVE = [] include Aws::Structure end |
#slots ⇒ Hash<String,Types::UserTurnSlotOutput>
The slots associated with the intent.
15454 15455 15456 15457 15458 15459 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 15454 class UserTurnIntentOutput < Struct.new( :name, :slots) SENSITIVE = [] include Aws::Structure end |