Class: Aws::Types::SlotResolutionTestResultItemCounts
- Inherits:
-
Object
- Object
- Aws::Types::SlotResolutionTestResultItemCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#slot_match_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute slot_match_result_counts.
-
#speech_transcription_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute speech_transcription_result_counts.
-
#total_result_count ⇒ ::Integer
Returns the value of attribute total_result_count.
Instance Attribute Details
#slot_match_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute slot_match_result_counts.
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.
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.
3010 3011 3012 |
# File 'sig/types.rbs', line 3010 def total_result_count @total_result_count end |