PromoteConsequenceObject

algoliasearch.recommend.PromoteConsequenceObject
case class PromoteConsequenceObject(objectID: Option[String], position: Option[Int])

Object ID and position of the recommendation you want to pin.

Value parameters

objectID

Unique record identifier.

position

Index in the list of recommendations where to place this item.

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