RankRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request a set of actions to be ranked by the Personalizer service.
public class RankRequest
type RankRequest = class
Public Class RankRequest
- Inheritance
-
RankRequest
Constructors
RankRequest() |
Initializes a new instance of the RankRequest class. |
RankRequest(IList<RankableAction>, IList<Object>, IList<String>, String, Nullable<Boolean>) |
Initializes a new instance of the RankRequest class. |
Properties
Actions |
Gets or sets the set of actions the Personalizer service can pick from. The set should not contain more than 50 actions. The order of the actions does not affect the rank result but the order should match the sequence your application would have used to display them. |
ContextFeatures |
Gets or sets features of the context used for Personalizer as a dictionary of dictionaries. This depends on the application, and typically includes features about the current user, their device, profile information, data about time and date, etc. |
DeferActivation |
Gets or sets send false if the user will see the rank results, therefore Personalizer will expect a Reward call, otherwise it will assign the default Reward to the event. Send true if it is possible the user will not see the rank results, because the page is rendering later, or the Rank results may be overridden by code further downstream. |
EventId |
Gets or sets optionally pass an eventId that uniquely identifies this Rank event. If null, the service generates a unique eventId. The eventId will be used for associating this request with its reward, as well as seeding the pseudo-random generator when making a Personalizer call. |
ExcludedActions |
Gets or sets the set of action ids to exclude from ranking. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET