Class: Aws::Types::IntentClassificationTestResultItemCounts
- Inherits:
-
Object
- Object
- Aws::Types::IntentClassificationTestResultItemCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#intent_match_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute intent_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
#intent_match_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute intent_match_result_counts.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def intent_match_result_counts @intent_match_result_counts end |
#speech_transcription_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute speech_transcription_result_counts.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def speech_transcription_result_counts @speech_transcription_result_counts end |
#total_result_count ⇒ ::Integer
Returns the value of attribute total_result_count.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def total_result_count @total_result_count end |