Share via


RankRequest.Actions Propiedad

Definición

Obtiene o establece el conjunto de acciones que el servicio Personalizer puede elegir. El conjunto no debe contener más de 50 acciones. El orden de las acciones no afecta al resultado de clasificación, pero el orden debe coincidir con la secuencia que la aplicación habría usado para mostrarlas.

[Newtonsoft.Json.JsonProperty(PropertyName="actions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankableAction> Actions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="actions")>]
member this.Actions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Personalizer.Models.RankableAction> with get, set
Public Property Actions As IList(Of RankableAction)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a