Class: Aws::LexModelsV2::Types::UtteranceLevelTestResultItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains information about multiple utterances in the results of a test set execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idString

The unique identifier for the conversation associated with the result.

Returns:

  • (String)


15726
15727
15728
15729
15730
15731
15732
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15726

class UtteranceLevelTestResultItem < Struct.new(
  :record_number,
  :conversation_id,
  :turn_result)
  SENSITIVE = []
  include Aws::Structure
end

#record_numberInteger

The record number of the result.

Returns:

  • (Integer)


15726
15727
15728
15729
15730
15731
15732
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15726

class UtteranceLevelTestResultItem < Struct.new(
  :record_number,
  :conversation_id,
  :turn_result)
  SENSITIVE = []
  include Aws::Structure
end

#turn_resultTypes::TestSetTurnResult

Contains information about the turn associated with the result.



15726
15727
15728
15729
15730
15731
15732
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15726

class UtteranceLevelTestResultItem < Struct.new(
  :record_number,
  :conversation_id,
  :turn_result)
  SENSITIVE = []
  include Aws::Structure
end