Class: Aws::Types::SessionState
- Inherits:
-
Object
- Object
- Aws::Types::SessionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversation_history ⇒ Types::ConversationHistory
Returns the value of attribute conversation_history.
-
#files ⇒ ::Array[Types::InputFile]
Returns the value of attribute files.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#knowledge_base_configurations ⇒ ::Array[Types::KnowledgeBaseConfiguration]
Returns the value of attribute knowledge_base_configurations.
-
#prompt_session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute prompt_session_attributes.
-
#return_control_invocation_results ⇒ ::Array[Types::InvocationResultMember]
Returns the value of attribute return_control_invocation_results.
-
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
Instance Attribute Details
#conversation_history ⇒ Types::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.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def files @files end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
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.
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.
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.
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.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def session_attributes @session_attributes end |