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.



1993
1994
1995
# File 'sig/types.rbs', line 1993

def action_group_invocation_output
  @action_group_invocation_output
end

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

Returns:

  • (::String)


1999
2000
2001
# File 'sig/types.rbs', line 1999

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")


2000
2001
2002
# File 'sig/types.rbs', line 2000

def type
  @type
end