public static interface RelevanceFeedback.Builder extends SdkPojo, CopyableBuilder<RelevanceFeedback.Builder,RelevanceFeedback>
| Modifier and Type | Method and Description |
|---|---|
RelevanceFeedback.Builder |
relevanceValue(RelevanceType relevanceValue)
Whether the document was relevant or not relevant to the search.
|
RelevanceFeedback.Builder |
relevanceValue(String relevanceValue)
Whether the document was relevant or not relevant to the search.
|
RelevanceFeedback.Builder |
resultId(String resultId)
The identifier of the search result that the user provided relevance feedback for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelevanceFeedback.Builder resultId(String resultId)
The identifier of the search result that the user provided relevance feedback for.
resultId - The identifier of the search result that the user provided relevance feedback for.RelevanceFeedback.Builder relevanceValue(String relevanceValue)
Whether the document was relevant or not relevant to the search.
relevanceValue - Whether the document was relevant or not relevant to the search.RelevanceType,
RelevanceTypeRelevanceFeedback.Builder relevanceValue(RelevanceType relevanceValue)
Whether the document was relevant or not relevant to the search.
relevanceValue - Whether the document was relevant or not relevant to the search.RelevanceType,
RelevanceTypeCopyright © 2023. All rights reserved.