RankResponse 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.
A resulting ordered list of actions that result from a rank request.
public class RankResponse
type RankResponse = class
Public Class RankResponse
- Inheritance
-
RankResponse
Constructors
RankResponse() |
Initializes a new instance of the RankResponse class. |
RankResponse(IList<RankedAction>, String, String) |
Initializes a new instance of the RankResponse class. |
Properties
EventId |
Gets the eventId for the round trip from request to response. |
Ranking |
Gets the calculated ranking for the current request. |
RewardActionId |
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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET