Consequence

algoliasearch.recommend.Consequence
case class Consequence(hide: Option[Seq[HideConsequenceObject]], promote: Option[Seq[PromoteConsequenceObject]], params: Option[ParamsConsequence])

Effect of the rule.

Value parameters

hide

Exclude items from recommendations.

promote

Place items at specific positions in the list of recommendations.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product