Class: Aws::Types::ListBotRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBotRecommendationsResponse
- 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_summaries ⇒ ::Array[Types::BotRecommendationSummary]
Returns the value of attribute bot_recommendation_summaries.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def bot_id @bot_id end |
#bot_recommendation_summaries ⇒ ::Array[Types::BotRecommendationSummary]
Returns the value of attribute bot_recommendation_summaries.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def bot_recommendation_summaries @bot_recommendation_summaries end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def locale_id @locale_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def next_token @next_token end |