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)


15653
15654
15655
15656
15657
15658
15659
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15653

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)


15653
15654
15655
15656
15657
15658
15659
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15653

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.



15653
15654
15655
15656
15657
15658
15659
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15653

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