Class: Aws::Types::SlotResolutionTestResultItemCounts

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#slot_match_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]

Returns the value of attribute slot_match_result_counts.

Returns:

  • (::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer])


3012
3013
3014
# File 'sig/types.rbs', line 3012

def slot_match_result_counts
  @slot_match_result_counts
end

#speech_transcription_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]

Returns the value of attribute speech_transcription_result_counts.

Returns:

  • (::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer])


3011
3012
3013
# File 'sig/types.rbs', line 3011

def speech_transcription_result_counts
  @speech_transcription_result_counts
end

#total_result_count ⇒ ::Integer

Returns the value of attribute total_result_count.

Returns:

  • (::Integer)


3010
3011
3012
# File 'sig/types.rbs', line 3010

def total_result_count
  @total_result_count
end