BestSaliencyStrategy
PreviousQueryBestContent(IEnumerable<ContentSaliencyOption>)NextContentWasSelected(ContentSaliencyOption)
Last updated
Was this helpful?
Class in Yarn.Saliency
Inherits from System.Object
A content saliency strategy that returns the best of the provided options.
public class BestSaliencyStrategy : IContentSaliencyStrategyThis strategy always selects the single best of the available items, regardless of how many times it has been seen before. For a saliency strategy that takes into account how recently content has been seen, see BestLeastRecentlyViewedSaliencyStrategy .
Called by Yarn Spinner to indicate that a piece of salient content has been selected, and this system should update any state related to how it selects content.
Chooses an item from content that is the most appropriate (or salient ) for the user's current context.
Last updated
Was this helpful?
Was this helpful?
