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.



13956
13957
13958
13959
13960
13961
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13956

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

#userTypes::UserTurnResult

Contains information about the user messages in the turn.



13956
13957
13958
13959
13960
13961
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13956

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