Class: Aws::LexModelsV2::Types::OverallTestResultItem

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

Overview

Information about the overall results for a test execution result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_to_end_result_countsHash<String,Integer>

The number of results that succeeded.

Returns:

  • (Hash<String,Integer>)


11179
11180
11181
11182
11183
11184
11185
11186
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11179

class OverallTestResultItem < Struct.new(
  :multi_turn_conversation,
  :total_result_count,
  :speech_transcription_result_counts,
  :end_to_end_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#multi_turn_conversationBoolean

Indicates whether the conversation contains multiple turns or not.

Returns:

  • (Boolean)


11179
11180
11181
11182
11183
11184
11185
11186
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11179

class OverallTestResultItem < Struct.new(
  :multi_turn_conversation,
  :total_result_count,
  :speech_transcription_result_counts,
  :end_to_end_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#speech_transcription_result_countsHash<String,Integer>

The number of speech transcription results in the overall test.

Returns:

  • (Hash<String,Integer>)


11179
11180
11181
11182
11183
11184
11185
11186
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11179

class OverallTestResultItem < Struct.new(
  :multi_turn_conversation,
  :total_result_count,
  :speech_transcription_result_counts,
  :end_to_end_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#total_result_countInteger

The total number of overall results in the result of the test execution.

Returns:

  • (Integer)


11179
11180
11181
11182
11183
11184
11185
11186
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11179

class OverallTestResultItem < Struct.new(
  :multi_turn_conversation,
  :total_result_count,
  :speech_transcription_result_counts,
  :end_to_end_result_counts)
  SENSITIVE = []
  include Aws::Structure
end