| 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 |
|---|---|
PutFeedbackResult |
AmazonConnectWisdomClient.putFeedback(PutFeedbackRequest request)
Submits feedback to Wisdom.
|
PutFeedbackResult |
AmazonConnectWisdom.putFeedback(PutFeedbackRequest putFeedbackRequest)
Submits feedback to Wisdom.
|
PutFeedbackResult |
AbstractAmazonConnectWisdom.putFeedback(PutFeedbackRequest request) |
| 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 |
|---|---|
PutFeedbackResult |
PutFeedbackResult.clone() |
PutFeedbackResult |
PutFeedbackResult.withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
PutFeedbackResult |
PutFeedbackResult.withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
|
PutFeedbackResult |
PutFeedbackResult.withFeedback(FeedbackData feedback)
The feedback.
|
PutFeedbackResult |
PutFeedbackResult.withTargetId(String targetId)
The identifier of a recommendation.
|
PutFeedbackResult |
PutFeedbackResult.withTargetType(String targetType)
The type of the targetId for which The feedback.
|
PutFeedbackResult |
PutFeedbackResult.withTargetType(TargetType targetType)
The type of the targetId for which The feedback.
|
Copyright © 2022. All rights reserved.