| Package | Description |
|---|---|
| com.amazonaws.services.qconnect |
|
| com.amazonaws.services.qconnect.model |
| Modifier and Type | Method and Description |
|---|---|
PutFeedbackResult |
AbstractAmazonQConnect.putFeedback(PutFeedbackRequest request) |
PutFeedbackResult |
AmazonQConnect.putFeedback(PutFeedbackRequest putFeedbackRequest)
Provides feedback against the specified assistant for the specified target.
|
PutFeedbackResult |
AmazonQConnectClient.putFeedback(PutFeedbackRequest request)
Provides feedback against the specified assistant for the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutFeedbackResult> |
AbstractAmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest request) |
Future<PutFeedbackResult> |
AmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest putFeedbackRequest)
Provides feedback against the specified assistant for the specified target.
|
Future<PutFeedbackResult> |
AmazonQConnectAsyncClient.putFeedbackAsync(PutFeedbackRequest request) |
Future<PutFeedbackResult> |
AbstractAmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
Future<PutFeedbackResult> |
AmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest putFeedbackRequest,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler)
Provides feedback against the specified assistant for the specified target.
|
Future<PutFeedbackResult> |
AmazonQConnectAsyncClient.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutFeedbackResult> |
AbstractAmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
Future<PutFeedbackResult> |
AmazonQConnectAsync.putFeedbackAsync(PutFeedbackRequest putFeedbackRequest,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler)
Provides feedback against the specified assistant for the specified target.
|
Future<PutFeedbackResult> |
AmazonQConnectAsyncClient.putFeedbackAsync(PutFeedbackRequest request,
AsyncHandler<PutFeedbackRequest,PutFeedbackResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutFeedbackResult |
PutFeedbackResult.clone() |
PutFeedbackResult |
PutFeedbackResult.withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
|
PutFeedbackResult |
PutFeedbackResult.withAssistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant.
|
PutFeedbackResult |
PutFeedbackResult.withContentFeedback(ContentFeedbackData contentFeedback)
Information about the feedback provided.
|
PutFeedbackResult |
PutFeedbackResult.withTargetId(String targetId)
The identifier of the feedback target.
|
PutFeedbackResult |
PutFeedbackResult.withTargetType(String targetType)
The type of the feedback target.
|
PutFeedbackResult |
PutFeedbackResult.withTargetType(TargetType targetType)
The type of the feedback target.
|
Copyright © 2024. All rights reserved.