| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ClickFeedback |
ClickFeedback.clone() |
ClickFeedback |
ClickFeedback.withClickTime(Date clickTime)
The Unix timestamp of the date and time that the result was clicked.
|
ClickFeedback |
ClickFeedback.withResultId(String resultId)
The unique identifier of the search result that was clicked.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClickFeedback> |
SubmitFeedbackRequest.getClickFeedbackItems()
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedbackRequest |
SubmitFeedbackRequest.withClickFeedbackItems(ClickFeedback... clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubmitFeedbackRequest.setClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
SubmitFeedbackRequest |
SubmitFeedbackRequest.withClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
Copyright © 2020. All rights reserved.