Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ListRecommendedIntentsResponse
-
Packages that use ListRecommendedIntentsResponse Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.paginators -
-
Uses of ListRecommendedIntentsResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return ListRecommendedIntentsResponse Modifier and Type Method Description default ListRecommendedIntentsResponseLexModelsV2Client. listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default ListRecommendedIntentsResponseLexModelsV2Client. listRecommendedIntents(ListRecommendedIntentsRequest listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type ListRecommendedIntentsResponse Modifier and Type Method Description default CompletableFuture<ListRecommendedIntentsResponse>LexModelsV2AsyncClient. listRecommendedIntents(Consumer<ListRecommendedIntentsRequest.Builder> listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot.default CompletableFuture<ListRecommendedIntentsResponse>LexModelsV2AsyncClient. listRecommendedIntents(ListRecommendedIntentsRequest listRecommendedIntentsRequest)Gets a list of recommended intents provided by the bot recommendation that you can use in your bot. -
Uses of ListRecommendedIntentsResponse in software.amazon.awssdk.services.lexmodelsv2.paginators
Methods in software.amazon.awssdk.services.lexmodelsv2.paginators that return types with arguments of type ListRecommendedIntentsResponse Modifier and Type Method Description Iterator<ListRecommendedIntentsResponse>ListRecommendedIntentsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelsv2.paginators with type arguments of type ListRecommendedIntentsResponse Modifier and Type Method Description voidListRecommendedIntentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRecommendedIntentsResponse> subscriber)
-