Class: Aws::Types::UpdateBotRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBotRecommendationRequest
- 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.
-
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
3572 3573 3574 |
# File 'sig/types.rbs', line 3572 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def bot_version @bot_version end |
#encryption_setting ⇒ Types::EncryptionSetting
Returns the value of attribute encryption_setting.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def encryption_setting @encryption_setting end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def locale_id @locale_id end |