Class: Aws::Types::IntentClassificationTestResultItemCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute intent_match_result_counts.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::Integer)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def total_result_count
  @total_result_count
end