PersonalizerRankResult Class

Definition

Returns which action to use as rewardActionId, and additional information about each action as a result of a Rank request.

public class PersonalizerRankResult
type PersonalizerRankResult = class
Public Class PersonalizerRankResult
Inheritance
PersonalizerRankResult

Properties

EventId

The eventId for the round trip from request to response.

Ranking

The calculated ranking for the current request.

RewardActionId

The action chosen by the Personalizer service. This is the action your application should display, and for which to report the reward. This might not be the first found in 'ranking'.

Applies to