Class: Aws::Types::AgentTurnResult
- Inherits:
-
Object
- Object
- Aws::Types::AgentTurnResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_agent_prompt ⇒ ::String
Returns the value of attribute actual_agent_prompt.
-
#actual_elicited_slot ⇒ ::String
Returns the value of attribute actual_elicited_slot.
-
#actual_intent ⇒ ::String
Returns the value of attribute actual_intent.
-
#error_details ⇒ Types::ExecutionErrorDetails
Returns the value of attribute error_details.
-
#expected_agent_prompt ⇒ ::String
Returns the value of attribute expected_agent_prompt.
Instance Attribute Details
#actual_agent_prompt ⇒ ::String
Returns the value of attribute actual_agent_prompt.
23 24 25 |
# File 'sig/types.rbs', line 23 def actual_agent_prompt @actual_agent_prompt end |
#actual_elicited_slot ⇒ ::String
Returns the value of attribute actual_elicited_slot.
25 26 27 |
# File 'sig/types.rbs', line 25 def actual_elicited_slot @actual_elicited_slot end |
#actual_intent ⇒ ::String
Returns the value of attribute actual_intent.
26 27 28 |
# File 'sig/types.rbs', line 26 def actual_intent @actual_intent end |
#error_details ⇒ Types::ExecutionErrorDetails
Returns the value of attribute error_details.
24 25 26 |
# File 'sig/types.rbs', line 24 def error_details @error_details end |
#expected_agent_prompt ⇒ ::String
Returns the value of attribute expected_agent_prompt.
22 23 24 |
# File 'sig/types.rbs', line 22 def expected_agent_prompt @expected_agent_prompt end |