Class: Aws::Types::OverallTestResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute end_to_end_result_counts.

Returns:

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


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.

Returns:

  • (Boolean)


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.

Returns:

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


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.

Returns:

  • (::Integer)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def total_result_count
  @total_result_count
end