Class: Aws::Types::SessionState
- Inherits:
-
Object
- Object
- Aws::Types::SessionState
- 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.
-
#intent ⇒ Types::Intent
Returns the value of attribute intent.
-
#originating_request_id ⇒ ::String
Returns the value of attribute originating_request_id.
-
#runtime_hints ⇒ Types::RuntimeHints
Returns the value of attribute runtime_hints.
-
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
Instance Attribute Details
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
334 335 336 |
# File 'sig/types.rbs', line 334 def active_contexts @active_contexts end |
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
332 333 334 |
# File 'sig/types.rbs', line 332 def dialog_action @dialog_action end |
#intent ⇒ Types::Intent
Returns the value of attribute intent.
333 334 335 |
# File 'sig/types.rbs', line 333 def intent @intent end |
#originating_request_id ⇒ ::String
Returns the value of attribute originating_request_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def originating_request_id @originating_request_id end |
#runtime_hints ⇒ Types::RuntimeHints
Returns the value of attribute runtime_hints.
337 338 339 |
# File 'sig/types.rbs', line 337 def runtime_hints @runtime_hints end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
335 336 337 |
# File 'sig/types.rbs', line 335 def session_attributes @session_attributes end |