Class: Aws::Types::ConversationLevelTestResultItem
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLevelTestResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
-
#end_to_end_result ⇒ "Matched", ...
Returns the value of attribute end_to_end_result.
-
#intent_classification_results ⇒ ::Array[Types::ConversationLevelIntentClassificationResultItem]
Returns the value of attribute intent_classification_results.
-
#slot_resolution_results ⇒ ::Array[Types::ConversationLevelSlotResolutionResultItem]
Returns the value of attribute slot_resolution_results.
-
#speech_transcription_result ⇒ "Matched", ...
Returns the value of attribute speech_transcription_result.
Instance Attribute Details
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
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.
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.
716 717 718 |
# File 'sig/types.rbs', line 716 def speech_transcription_result @speech_transcription_result end |