PersonalizerRankMultiSlotOptions.ContextFeatures Property
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.
Features of the context used for Personalizer as a dictionary of dictionaries. This is determined by your application, and typically includes features about the current user, their device, profile information, aggregated data about time and date, etc. Features should not include personally identifiable information (PII), unique UserIDs, or precise timestamps. Need to be JSON serializable. https://docs.microsoft.com/azure/cognitive-services/personalizer/concepts-features.
public System.Collections.Generic.IList<object> ContextFeatures { get; }
member this.ContextFeatures : System.Collections.Generic.IList<obj>
Public ReadOnly Property ContextFeatures As IList(Of Object)
Property Value
Applies to
Azure SDK for .NET