EventsExtensions.Reward(IEvents, String, RewardRequest) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET