Class: Aws::Types::UserTurnResult
- Inherits:
-
Object
- Object
- Aws::Types::UserTurnResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_output ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute actual_output.
-
#conversation_level_result ⇒ Types::ConversationLevelResultDetail
Returns the value of attribute conversation_level_result.
-
#end_to_end_result ⇒ "Matched", ...
Returns the value of attribute end_to_end_result.
-
#error_details ⇒ Types::ExecutionErrorDetails
Returns the value of attribute error_details.
-
#expected_output ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute expected_output.
-
#input ⇒ Types::UserTurnInputSpecification
Returns the value of attribute input.
-
#intent_match_result ⇒ "Matched", ...
Returns the value of attribute intent_match_result.
-
#slot_match_result ⇒ "Matched", ...
Returns the value of attribute slot_match_result.
-
#speech_transcription_result ⇒ "Matched", ...
Returns the value of attribute speech_transcription_result.
Instance Attribute Details
#actual_output ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute actual_output.
3811 3812 3813 |
# File 'sig/types.rbs', line 3811 def actual_output @actual_output end |
#conversation_level_result ⇒ Types::ConversationLevelResultDetail
Returns the value of attribute conversation_level_result.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def conversation_level_result @conversation_level_result end |
#end_to_end_result ⇒ "Matched", ...
Returns the value of attribute end_to_end_result.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 def end_to_end_result @end_to_end_result end |
#error_details ⇒ Types::ExecutionErrorDetails
Returns the value of attribute error_details.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def error_details @error_details end |
#expected_output ⇒ Types::UserTurnOutputSpecification
Returns the value of attribute expected_output.
3810 3811 3812 |
# File 'sig/types.rbs', line 3810 def expected_output @expected_output end |
#input ⇒ Types::UserTurnInputSpecification
Returns the value of attribute input.
3809 3810 3811 |
# File 'sig/types.rbs', line 3809 def input @input end |
#intent_match_result ⇒ "Matched", ...
Returns the value of attribute intent_match_result.
3814 3815 3816 |
# File 'sig/types.rbs', line 3814 def intent_match_result @intent_match_result end |
#slot_match_result ⇒ "Matched", ...
Returns the value of attribute slot_match_result.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def slot_match_result @slot_match_result end |
#speech_transcription_result ⇒ "Matched", ...
Returns the value of attribute speech_transcription_result.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def speech_transcription_result @speech_transcription_result end |