Class: Aws::LexModelsV2::Types::IntentLevelSlotResolutionTestResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::IntentLevelSlotResolutionTestResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Information about intent-level slot resolution in a test result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#intent_name ⇒ String
The name of the intent that was recognized.
-
#multi_turn_conversation ⇒ Boolean
Indicates whether the conversation involves multiple turns or not.
-
#slot_resolution_results ⇒ Array<Types::SlotResolutionTestResultItem>
The results for the slot resolution in the test execution result.
Instance Attribute Details
#intent_name ⇒ String
The name of the intent that was recognized.
8378 8379 8380 8381 8382 8383 8384 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8378 class IntentLevelSlotResolutionTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :slot_resolution_results) SENSITIVE = [] include Aws::Structure end |
#multi_turn_conversation ⇒ Boolean
Indicates whether the conversation involves multiple turns or not.
8378 8379 8380 8381 8382 8383 8384 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8378 class IntentLevelSlotResolutionTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :slot_resolution_results) SENSITIVE = [] include Aws::Structure end |
#slot_resolution_results ⇒ Array<Types::SlotResolutionTestResultItem>
The results for the slot resolution in the test execution result.
8378 8379 8380 8381 8382 8383 8384 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 8378 class IntentLevelSlotResolutionTestResultItem < Struct.new( :intent_name, :multi_turn_conversation, :slot_resolution_results) SENSITIVE = [] include Aws::Structure end |