EventsExtensions.Reward(IEvents, String, RewardRequest) Method

Definition

Report reward to allocate to the top ranked action for the specified event.

public static void Reward (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId, Microsoft.Azure.CognitiveServices.Personalizer.Models.RewardRequest reward);
static member Reward : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string * Microsoft.Azure.CognitiveServices.Personalizer.Models.RewardRequest -> unit
<Extension()>
Public Sub Reward (operations As IEvents, eventId As String, reward As RewardRequest)

Parameters

operations
IEvents

The operations group for this extension method.

eventId
String

The event id this reward applies to.

reward
RewardRequest

The reward should be a floating point number.

Applies to