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
1301 |
# File 'sig/client.rbs', line 1301
def bot_id: () -> ::String
|
#bot_recommendation_summaries ⇒ ::Array[Types::BotRecommendationSummary]
1304 |
# File 'sig/client.rbs', line 1304
def bot_recommendation_summaries: () -> ::Array[Types::BotRecommendationSummary]
|
#bot_version ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302
def bot_version: () -> ::String
|
#locale_id ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1305 |
# File 'sig/client.rbs', line 1305
def next_token: () -> ::String
|