| Package | Description |
|---|---|
| software.amazon.awssdk.services.wisdom |
All Amazon Connect Wisdom functionality is accessible using the API.
|
| Modifier and Type | Method and Description |
|---|---|
default NotifyRecommendationsReceivedResponse |
WisdomClient.notifyRecommendationsReceived(Consumer<NotifyRecommendationsReceivedRequest.Builder> notifyRecommendationsReceivedRequest)
Removes the specified recommendations from the specified assistant's queue of newly available recommendations.
|
default NotifyRecommendationsReceivedResponse |
WisdomClient.notifyRecommendationsReceived(NotifyRecommendationsReceivedRequest notifyRecommendationsReceivedRequest)
Removes the specified recommendations from the specified assistant's queue of newly available recommendations.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.