Class: Aws::Types::DeleteUtterancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUtterancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def locale_id @locale_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def session_id @session_id end |