Class: Aws::Types::Observation
- Inherits:
-
Object
- Object
- Aws::Types::Observation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_invocation_output ⇒ Types::ActionGroupInvocationOutput
Returns the value of attribute action_group_invocation_output.
-
#agent_collaborator_invocation_output ⇒ Types::AgentCollaboratorInvocationOutput
Returns the value of attribute agent_collaborator_invocation_output.
-
#code_interpreter_invocation_output ⇒ Types::CodeInterpreterInvocationOutput
Returns the value of attribute code_interpreter_invocation_output.
-
#final_response ⇒ Types::FinalResponse
Returns the value of attribute final_response.
-
#knowledge_base_lookup_output ⇒ Types::KnowledgeBaseLookupOutput
Returns the value of attribute knowledge_base_lookup_output.
-
#reprompt_response ⇒ Types::RepromptResponse
Returns the value of attribute reprompt_response.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
-
#type ⇒ "ACTION_GROUP", ...
Returns the value of attribute type.
Instance Attribute Details
#action_group_invocation_output ⇒ Types::ActionGroupInvocationOutput
Returns the value of attribute action_group_invocation_output.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def action_group_invocation_output @action_group_invocation_output end |
#agent_collaborator_invocation_output ⇒ Types::AgentCollaboratorInvocationOutput
Returns the value of attribute agent_collaborator_invocation_output.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def agent_collaborator_invocation_output @agent_collaborator_invocation_output end |
#code_interpreter_invocation_output ⇒ Types::CodeInterpreterInvocationOutput
Returns the value of attribute code_interpreter_invocation_output.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def code_interpreter_invocation_output @code_interpreter_invocation_output end |
#final_response ⇒ Types::FinalResponse
Returns the value of attribute final_response.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def final_response @final_response end |
#knowledge_base_lookup_output ⇒ Types::KnowledgeBaseLookupOutput
Returns the value of attribute knowledge_base_lookup_output.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def knowledge_base_lookup_output @knowledge_base_lookup_output end |
#reprompt_response ⇒ Types::RepromptResponse
Returns the value of attribute reprompt_response.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def reprompt_response @reprompt_response end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def trace_id @trace_id end |
#type ⇒ "ACTION_GROUP", ...
Returns the value of attribute type.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def type @type end |