Class: Aws::Types::StopBotRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopBotRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def locale_id @locale_id end |