Module: Aws::LexModelsV2::Client::_ListBotRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_recommendation_summaries ⇒ ::Array[Types::BotRecommendationSummary]
- #bot_version ⇒ ::String
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1306 |
# File 'sig/client.rbs', line 1306 def bot_id: () -> ::String |
#bot_recommendation_summaries ⇒ ::Array[Types::BotRecommendationSummary]
1309 |
# File 'sig/client.rbs', line 1309 def bot_recommendation_summaries: () -> ::Array[Types::BotRecommendationSummary] |
#bot_version ⇒ ::String
1307 |
# File 'sig/client.rbs', line 1307 def bot_version: () -> ::String |
#locale_id ⇒ ::String
1308 |
# File 'sig/client.rbs', line 1308 def locale_id: () -> ::String |
#next_token ⇒ ::String
1310 |
# File 'sig/client.rbs', line 1310 def next_token: () -> ::String |