Class: Aws::Types::PostTextRequest
- Inherits:
-
Object
- Object
- Aws::Types::PostTextRequest
- 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.
-
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#input_text ⇒ ::String
Returns the value of attribute input_text.
-
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
-
#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
#active_contexts ⇒ ::Array[Types::ActiveContext]
Returns the value of attribute active_contexts.
186 187 188 |
# File 'sig/types.rbs', line 186 def active_contexts @active_contexts end |
#bot_alias ⇒ ::String
Returns the value of attribute bot_alias.
181 182 183 |
# File 'sig/types.rbs', line 181 def bot_alias @bot_alias end |
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def bot_name @bot_name end |
#input_text ⇒ ::String
Returns the value of attribute input_text.
185 186 187 |
# File 'sig/types.rbs', line 185 def input_text @input_text end |
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
184 185 186 |
# File 'sig/types.rbs', line 184 def request_attributes @request_attributes end |
#session_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute session_attributes.
183 184 185 |
# File 'sig/types.rbs', line 183 def session_attributes @session_attributes end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def user_id @user_id end |