Class: Aws::Types::UserTurnResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

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


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.

Returns:

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


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.

Returns:

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


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.

Returns:

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


3816
3817
3818
# File 'sig/types.rbs', line 3816

def speech_transcription_result
  @speech_transcription_result
end