Class: Aws::Types::SessionState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_historyTypes::ConversationHistory

Returns the value of attribute conversation_history.



2573
2574
2575
# File 'sig/types.rbs', line 2573

def conversation_history
  @conversation_history
end

#files::Array[Types::InputFile]

Returns the value of attribute files.

Returns:



2574
2575
2576
# File 'sig/types.rbs', line 2574

def files
  @files
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


2575
2576
2577
# File 'sig/types.rbs', line 2575

def invocation_id
  @invocation_id
end

#knowledge_base_configurations::Array[Types::KnowledgeBaseConfiguration]

Returns the value of attribute knowledge_base_configurations.

Returns:



2576
2577
2578
# File 'sig/types.rbs', line 2576

def knowledge_base_configurations
  @knowledge_base_configurations
end

#prompt_session_attributes::Hash[::String, ::String]

Returns the value of attribute prompt_session_attributes.

Returns:

  • (::Hash[::String, ::String])


2577
2578
2579
# File 'sig/types.rbs', line 2577

def prompt_session_attributes
  @prompt_session_attributes
end

#return_control_invocation_results::Array[Types::InvocationResultMember]

Returns the value of attribute return_control_invocation_results.

Returns:



2578
2579
2580
# File 'sig/types.rbs', line 2578

def return_control_invocation_results
  @return_control_invocation_results
end

#session_attributes::Hash[::String, ::String]

Returns the value of attribute session_attributes.

Returns:

  • (::Hash[::String, ::String])


2579
2580
2581
# File 'sig/types.rbs', line 2579

def session_attributes
  @session_attributes
end