Class: Aws::Types::PutSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept ⇒ ::String
Returns the value of attribute accept.
-
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#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.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#accept ⇒ ::String
Returns the value of attribute accept.
222 223 224 |
# File 'sig/types.rbs', line 222 def accept @accept end |
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
223 224 225 |
# File 'sig/types.rbs', line 223 def active_contexts @active_contexts end |
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
217 218 219 |
# File 'sig/types.rbs', line 217 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
216 217 218 |
# File 'sig/types.rbs', line 216 def bot_name @bot_name end |
#dialog_action ⇒ Types::DialogAction
Returns the value of attribute dialog_action.
220 221 222 |
# File 'sig/types.rbs', line 220 def dialog_action @dialog_action end |
#recent_intent_summary_view ⇒ ::Array[Types::IntentSummary]
Returns the value of attribute recent_intent_summary_view.
221 222 223 |
# File 'sig/types.rbs', line 221 def recent_intent_summary_view @recent_intent_summary_view end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
219 220 221 |
# File 'sig/types.rbs', line 219 def session_attributes @session_attributes end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def user_id @user_id end |