Uses of Class
software.amazon.awssdk.services.qconnect.model.NotifyRecommendationsReceivedResponse
-
Packages that use NotifyRecommendationsReceivedResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of NotifyRecommendationsReceivedResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return NotifyRecommendationsReceivedResponse Modifier and Type Method Description default NotifyRecommendationsReceivedResponseQConnectClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default NotifyRecommendationsReceivedResponseQConnectClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type NotifyRecommendationsReceivedResponse Modifier and Type Method Description default CompletableFuture<NotifyRecommendationsReceivedResponse>QConnectAsyncClient. notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.default CompletableFuture<NotifyRecommendationsReceivedResponse>QConnectAsyncClient. notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)Removes the specified recommendations from the specified assistant's queue of newly available recommendations.
-