RankResponse.RewardActionId Property

Definition

Gets the action chosen by the Personalizer service. This is the action for which to report the reward. This might not be the first found in 'ranking' if an action in the request in first position was part of the excluded ids.

[Newtonsoft.Json.JsonProperty(PropertyName="rewardActionId")]
public string RewardActionId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rewardActionId")>]
member this.RewardActionId : string
Public ReadOnly Property RewardActionId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to