Class: Aws::LexModelsV2::Types::TestSetTurnResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agentTypes::AgentTurnResult

Contains information about the agent messages in the turn.



14134
14135
14136
14137
14138
14139
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14134

class TestSetTurnResult < Struct.new(
  :agent,
  :user)
  SENSITIVE = []
  include Aws::Structure
end

#userTypes::UserTurnResult

Contains information about the user messages in the turn.



14134
14135
14136
14137
14138
14139
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14134

class TestSetTurnResult < Struct.new(
  :agent,
  :user)
  SENSITIVE = []
  include Aws::Structure
end