| Package | Description |
|---|---|
| com.amazonaws.services.connectwisdom |
Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking
with customers.
|
| com.amazonaws.services.connectwisdom.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutFeedbackResult> |
AmazonConnectWisdomAsyncClient.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
Future<PutFeedbackResult> |
AbstractAmazonConnectWisdomAsync.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
Future<PutFeedbackResult> |
AmazonConnectWisdomAsync.putFeedbackAsync(PutFeedbackRequest putFeedbackRequest,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler)
Submits feedback to Wisdom.
|
| Modifier and Type | Method and Description |
|---|---|
PutFeedbackRequest |
PutFeedbackRequest.clone() |
PutFeedbackRequest |
PutFeedbackRequest.withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
PutFeedbackRequest |
PutFeedbackRequest.withFeedback(FeedbackData feedback)
The feedback.
|
PutFeedbackRequest |
PutFeedbackRequest.withTargetId(String targetId)
The identifier of a recommendation.
|
PutFeedbackRequest |
PutFeedbackRequest.withTargetType(String targetType)
The type of the targetId for which The feedback.
|
PutFeedbackRequest |
PutFeedbackRequest.withTargetType(TargetType targetType)
The type of the targetId for which The feedback.
|
Copyright © 2022. All rights reserved.