1. Interfaces

Recommendation

Version:
TypeInterface
Import path@sitecore-cloudsdk/search/browser

The recommendation object of a widget item.

Signature

export interface Recommendation {
  recipe?: Recipe;
}

Properties

NameTypeDescriptionValue
recipeRecipeOptional.

A recipe for recommendations. A recipe is used to determine which recommendations are given by a recommendation widget.

If unset, Sitecore Search returns recommendations using the default recipe.
N/A
If you have suggestions for improving this article, let us know!