SearchRecommendRulesParams

algoliasearch.recommend.SearchRecommendRulesParams
case class SearchRecommendRulesParams(query: Option[String], context: Option[String], page: Option[Int], hitsPerPage: Option[Int], enabled: Option[Boolean])

Recommend rules search parameters.

Value parameters

context

Restricts responses to the specified contextual rule.

enabled

Restricts responses to enabled rules. When absent (default), all rules are retrieved.

hitsPerPage

Maximum number of hits per page.

page

Requested page (the first page is page 0).

query

Full-text query.

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