Class: Aws::Types::GetSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
-
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
-
#recent_intent_summary_view ⇒ ::Array[Types::IntentSummary]
Returns the value of attribute recent_intent_summary_view.
-
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
98 99 100 |
# File 'sig/types.rbs', line 98 def active_contexts @active_contexts end |
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
97 98 99 |
# File 'sig/types.rbs', line 97 def dialog_action @dialog_action end |
#recent_intent_summary_view ⇒ ::Array[Types::IntentSummary]
Returns the value of attribute recent_intent_summary_view.
94 95 96 |
# File 'sig/types.rbs', line 94 def recent_intent_summary_view @recent_intent_summary_view end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
95 96 97 |
# File 'sig/types.rbs', line 95 def session_attributes @session_attributes end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def session_id @session_id end |