你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventsExtensions.RewardWithHttpMessages 方法

定义

报告对于所指定事件的排名最高的操作,要为其分配的奖励。

public static Microsoft.Rest.HttpOperationResponse RewardWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId, Microsoft.Azure.CognitiveServices.Personalizer.Models.RewardRequest reward, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member RewardWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string * Microsoft.Azure.CognitiveServices.Personalizer.Models.RewardRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse
<Extension()>
Public Function RewardWithHttpMessages (operations As IEvents, eventId As String, reward As RewardRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse

参数

operations
IEvents

此扩展方法的操作组。

eventId
String

此奖励适用的事件 ID。

reward
RewardRequest

奖励应为浮点数。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

返回

适用于