Uses of Class
software.amazon.awssdk.services.wisdom.model.NotifyRecommendationsReceivedResponse
-
Packages that use NotifyRecommendationsReceivedResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of NotifyRecommendationsReceivedResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return NotifyRecommendationsReceivedResponse Modifier and Type Method Description default NotifyRecommendationsReceivedResponseWisdomClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default NotifyRecommendationsReceivedResponseWisdomClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type NotifyRecommendationsReceivedResponse Modifier and Type Method Description default CompletableFuture<NotifyRecommendationsReceivedResponse>WisdomAsyncClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default CompletableFuture<NotifyRecommendationsReceivedResponse>WisdomAsyncClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.
-