Share via


RankResponse.Ranking Property

Definition

Gets the calculated ranking for the current request.

[Newtonsoft.Json.JsonProperty(PropertyName="ranking")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankedAction> Ranking { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ranking")>]
member this.Ranking : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankedAction>
Public ReadOnly Property Ranking As IList(Of RankedAction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to