Class: Aws::Types::Observation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:reprompt_response])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_invocation_outputTypes::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_outputTypes::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_outputTypes::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_responseTypes::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_outputTypes::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_responseTypes::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.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def trace_id
  @trace_id
end

#type"ACTION_GROUP", ...

Returns the value of attribute type.

Returns:

  • ("ACTION_GROUP", "AGENT_COLLABORATOR", "KNOWLEDGE_BASE", "FINISH", "ASK_USER", "REPROMPT")


1918
1919
1920
# File 'sig/types.rbs', line 1918

def type
  @type
end