Class: Aws::Types::ConversationLevelTestResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_id ⇒ ::String

Returns the value of attribute conversation_id.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def conversation_id
  @conversation_id
end

#end_to_end_result ⇒ "Matched", ...

Returns the value of attribute end_to_end_result.

Returns:

  • ("Matched", "Mismatched", "ExecutionError")


715
716
717
# File 'sig/types.rbs', line 715

def end_to_end_result
  @end_to_end_result
end

#intent_classification_results ⇒ ::Array[Types::ConversationLevelIntentClassificationResultItem]

Returns the value of attribute intent_classification_results.



717
718
719
# File 'sig/types.rbs', line 717

def intent_classification_results
  @intent_classification_results
end

#slot_resolution_results ⇒ ::Array[Types::ConversationLevelSlotResolutionResultItem]

Returns the value of attribute slot_resolution_results.



718
719
720
# File 'sig/types.rbs', line 718

def slot_resolution_results
  @slot_resolution_results
end

#speech_transcription_result ⇒ "Matched", ...

Returns the value of attribute speech_transcription_result.

Returns:

  • ("Matched", "Mismatched", "ExecutionError")


716
717
718
# File 'sig/types.rbs', line 716

def speech_transcription_result
  @speech_transcription_result
end