Uses of Class
software.amazon.awssdk.services.kendra.model.ClickFeedback
-
Packages that use ClickFeedback Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ClickFeedback in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ClickFeedback Modifier and Type Method Description List<ClickFeedback>SubmitFeedbackRequest. clickFeedbackItems()Tells Amazon Kendra that a particular search result link was chosen by the user.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ClickFeedback Modifier and Type Method Description SubmitFeedbackRequest.BuilderSubmitFeedbackRequest.Builder. clickFeedbackItems(ClickFeedback... clickFeedbackItems)Tells Amazon Kendra that a particular search result link was chosen by the user.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ClickFeedback Modifier and Type Method Description SubmitFeedbackRequest.BuilderSubmitFeedbackRequest.Builder. clickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)Tells Amazon Kendra that a particular search result link was chosen by the user.
-