Class: Aws::Types::DescribeBotRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBotRecommendationRequest
- 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.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def bot_id @bot_id end |
#bot_recommendation_id ⇒ ::String
Returns the value of attribute bot_recommendation_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def bot_recommendation_id @bot_recommendation_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def locale_id @locale_id end |