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.
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.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def files @files end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
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.
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.
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.
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.
2661 2662 2663 |
# File 'sig/types.rbs', line 2661 def session_attributes @session_attributes end |