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.



2655
2656
2657
# File 'sig/types.rbs', line 2655

def conversation_history
  @conversation_history
end

#files::Array[Types::InputFile]

Returns the value of attribute files.

Returns:



2656
2657
2658
# File 'sig/types.rbs', line 2656

def files
  @files
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


2657
2658
2659
# File 'sig/types.rbs', line 2657

def invocation_id
  @invocation_id
end

#knowledge_base_configurations::Array[Types::KnowledgeBaseConfiguration]

Returns the value of attribute knowledge_base_configurations.

Returns:



2658
2659
2660
# File 'sig/types.rbs', line 2658

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


2659
2660
2661
# File 'sig/types.rbs', line 2659

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:



2660
2661
2662
# File 'sig/types.rbs', line 2660

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


2661
2662
2663
# File 'sig/types.rbs', line 2661

def session_attributes
  @session_attributes
end