Contains classes for choosing the most relevant content out of a set of possible options.
BestLeastRecentlyViewedSaliencyStrategy
A content saliency strategy that returns the first of the best, least-recently seen choices from the provided options.
BestSaliencyStrategy
A content saliency strategy that returns the best of the provided options.
ContentSaliencyOption
Represents a piece of content that may be selected by an IContentSaliencyStrategy .
EnumerableRandomExtension
Contains extension methods for System.Collections.Generic.IEnumerable`1 .
System.Collections.Generic.IEnumerable`1
FirstSaliencyStrategy
A content saliency strategy that always returns the first non-failing item in the list of available options.
RandomBestLeastRecentlyViewedSaliencyStrategy
A content saliency strategy that returns a random choice of the best, least-recently seen choices from the provided options.
ContentSaliencyContentType
Indicates what type of content a ContentSaliencyOption represents.
IContentSaliencyStrategy
Contains methods for choosing a piece of content from a collection of options.
Last updated 8 months ago
Was this helpful?