Class: Aws::LexModelsV2::Types::TestSetTurnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestSetTurnResult
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Contains information about the results of the analysis of a turn in the test set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent ⇒ Types::AgentTurnResult
Contains information about the agent messages in the turn.
-
#user ⇒ Types::UserTurnResult
Contains information about the user messages in the turn.
Instance Attribute Details
#agent ⇒ Types::AgentTurnResult
Contains information about the agent messages in the turn.
14029 14030 14031 14032 14033 14034 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14029 class TestSetTurnResult < Struct.new( :agent, :user) SENSITIVE = [] include Aws::Structure end |
#user ⇒ Types::UserTurnResult
Contains information about the user messages in the turn.
14029 14030 14031 14032 14033 14034 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14029 class TestSetTurnResult < Struct.new( :agent, :user) SENSITIVE = [] include Aws::Structure end |