Skip to main content

RecommendFeedbackRequest

Request object for submitting feedback for the found/recommended related articles.

Properties

PropertyRequiredTypeDescription
referenceKeyTrueStringThe reference key of the recommendation to submit the feedback for. This needs to be the value of the referenceKey field from the target recommendation API response.
articleFeedbackTrueList[ArticleFeedback]The actual feedback for the recommended articles.

The feedback API accepts only one RecommendFeedbackRequest per one referenceKey. When multiple requests with the same referenceKey are submitted, only the latest request will be taken into account. This means that each feedback request should contain all available data up to that point. The API doesn’t support submitting partial feedbacks, like sending a sequence of requests where each contains one distinct RecommendArticleFeedback object.