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.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 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.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 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.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def code_interpreter_invocation_output @code_interpreter_invocation_output end |
#final_response ⇒ Types::FinalResponse
Returns the value of attribute final_response.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def final_response @final_response end |
#knowledge_base_lookup_output ⇒ Types::KnowledgeBaseLookupOutput
Returns the value of attribute knowledge_base_lookup_output.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def knowledge_base_lookup_output @knowledge_base_lookup_output end |
#reprompt_response ⇒ Types::RepromptResponse
Returns the value of attribute reprompt_response.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def reprompt_response @reprompt_response end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def trace_id @trace_id end |
#type ⇒ "ACTION_GROUP", ...
Returns the value of attribute type.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def type @type end |