Class: Aws::Types::PutSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
-
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
-
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def locale_id @locale_id end |
#messages ⇒ ::Array[Types::Message]
Returns the value of attribute messages.
224 225 226 |
# File 'sig/types.rbs', line 224 def end |
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
226 227 228 |
# File 'sig/types.rbs', line 226 def request_attributes @request_attributes end |
#response_content_type ⇒ ::String
Returns the value of attribute response_content_type.
227 228 229 |
# File 'sig/types.rbs', line 227 def response_content_type @response_content_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
223 224 225 |
# File 'sig/types.rbs', line 223 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
225 226 227 |
# File 'sig/types.rbs', line 225 def session_state @session_state end |