@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubmitFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SubmitFeedbackRequest() |
Modifier and Type | Method and Description |
---|---|
SubmitFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<ClickFeedback> |
getClickFeedbackItems()
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
String |
getIndexId()
The identifier of the index that was queried.
|
String |
getQueryId()
The identifier of the specific query for which you are submitting feedback.
|
List<RelevanceFeedback> |
getRelevanceFeedbackItems()
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the
search.
|
int |
hashCode() |
void |
setClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
void |
setIndexId(String indexId)
The identifier of the index that was queried.
|
void |
setQueryId(String queryId)
The identifier of the specific query for which you are submitting feedback.
|
void |
setRelevanceFeedbackItems(Collection<RelevanceFeedback> relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the
search.
|
String |
toString()
Returns a string representation of this object.
|
SubmitFeedbackRequest |
withClickFeedbackItems(ClickFeedback... clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
SubmitFeedbackRequest |
withClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
|
SubmitFeedbackRequest |
withIndexId(String indexId)
The identifier of the index that was queried.
|
SubmitFeedbackRequest |
withQueryId(String queryId)
The identifier of the specific query for which you are submitting feedback.
|
SubmitFeedbackRequest |
withRelevanceFeedbackItems(Collection<RelevanceFeedback> relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the
search.
|
SubmitFeedbackRequest |
withRelevanceFeedbackItems(RelevanceFeedback... relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the
search.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIndexId(String indexId)
The identifier of the index that was queried.
indexId
- The identifier of the index that was queried.public String getIndexId()
The identifier of the index that was queried.
public SubmitFeedbackRequest withIndexId(String indexId)
The identifier of the index that was queried.
indexId
- The identifier of the index that was queried.public void setQueryId(String queryId)
The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
queryId
- The identifier of the specific query for which you are submitting feedback. The query ID is returned in
the response to the operation.public String getQueryId()
The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
public SubmitFeedbackRequest withQueryId(String queryId)
The identifier of the specific query for which you are submitting feedback. The query ID is returned in the response to the operation.
queryId
- The identifier of the specific query for which you are submitting feedback. The query ID is returned in
the response to the operation.public List<ClickFeedback> getClickFeedbackItems()
Tells Amazon Kendra that a particular search result link was chosen by the user.
public void setClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
clickFeedbackItems
- Tells Amazon Kendra that a particular search result link was chosen by the user.public SubmitFeedbackRequest withClickFeedbackItems(ClickFeedback... clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
NOTE: This method appends the values to the existing list (if any). Use
setClickFeedbackItems(java.util.Collection)
or withClickFeedbackItems(java.util.Collection)
if
you want to override the existing values.
clickFeedbackItems
- Tells Amazon Kendra that a particular search result link was chosen by the user.public SubmitFeedbackRequest withClickFeedbackItems(Collection<ClickFeedback> clickFeedbackItems)
Tells Amazon Kendra that a particular search result link was chosen by the user.
clickFeedbackItems
- Tells Amazon Kendra that a particular search result link was chosen by the user.public List<RelevanceFeedback> getRelevanceFeedbackItems()
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
public void setRelevanceFeedbackItems(Collection<RelevanceFeedback> relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
relevanceFeedbackItems
- Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant
to the search.public SubmitFeedbackRequest withRelevanceFeedbackItems(RelevanceFeedback... relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
NOTE: This method appends the values to the existing list (if any). Use
setRelevanceFeedbackItems(java.util.Collection)
or
withRelevanceFeedbackItems(java.util.Collection)
if you want to override the existing values.
relevanceFeedbackItems
- Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant
to the search.public SubmitFeedbackRequest withRelevanceFeedbackItems(Collection<RelevanceFeedback> relevanceFeedbackItems)
Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant to the search.
relevanceFeedbackItems
- Provides Amazon Kendra with relevant or not relevant feedback for whether a particular item was relevant
to the search.public String toString()
toString
in class Object
Object.toString()
public SubmitFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()