Uses of Class
software.amazon.awssdk.services.lexmodelsv2.paginators.ListRecommendedIntentsIterable
-
Packages that use ListRecommendedIntentsIterable Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of ListRecommendedIntentsIterable in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListRecommendedIntentsIterable Modifier and Type Method Description default ListRecommendedIntentsIterableLexModelsV2Client. listRecommendedIntentsPaginator(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsIterableLexModelsV2Client. listRecommendedIntentsPaginator(ListRecommendedIntentsRequest listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.
-