Class: Aws::Types::DeleteUtterancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUtterancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def bot_name @bot_name end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
219 220 221 |
# File 'sig/types.rbs', line 219 def user_id @user_id end |