Class: Aws::Types::OverallTestResultItem
- Inherits:
-
Object
- Object
- Aws::Types::OverallTestResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_to_end_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute end_to_end_result_counts.
-
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
-
#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
#end_to_end_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute end_to_end_result_counts.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def end_to_end_result_counts @end_to_end_result_counts end |
#multi_turn_conversation ⇒ Boolean
Returns the value of attribute multi_turn_conversation.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def multi_turn_conversation @multi_turn_conversation end |
#speech_transcription_result_counts ⇒ ::Hash[("Matched" | "Mismatched" | "ExecutionError"), ::Integer]
Returns the value of attribute speech_transcription_result_counts.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def speech_transcription_result_counts @speech_transcription_result_counts end |
#total_result_count ⇒ ::Integer
Returns the value of attribute total_result_count.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def total_result_count @total_result_count end |