Class: Aws::LexModelsV2::Types::SlotResolutionTestResultItemCounts

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

Overview

Information about the counts for a slot resolution in the results of a test execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#slot_match_result_countsHash<String,Integer>

The number of matched and mismatched results for slot resolution for the slot.

Returns:

  • (Hash<String,Integer>)


12390
12391
12392
12393
12394
12395
12396
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12390

class SlotResolutionTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :slot_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#speech_transcription_result_countsHash<String,Integer>

The number of matched, mismatched and execution error results for speech transcription for the slot.

Returns:

  • (Hash<String,Integer>)


12390
12391
12392
12393
12394
12395
12396
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12390

class SlotResolutionTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :slot_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end

#total_result_countInteger

The total number of results.

Returns:

  • (Integer)


12390
12391
12392
12393
12394
12395
12396
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12390

class SlotResolutionTestResultItemCounts < Struct.new(
  :total_result_count,
  :speech_transcription_result_counts,
  :slot_match_result_counts)
  SENSITIVE = []
  include Aws::Structure
end