SearchRecommendRulesResponse

algoliasearch.recommend.SearchRecommendRulesResponse
case class SearchRecommendRulesResponse(hits: Seq[RuleResponse], nbHits: Int, page: Int, nbPages: Int)

SearchRecommendRulesResponse

Value parameters

hits

Fetched rules.

nbHits

Number of hits the search query matched.

nbPages

Number of pages of results for the current query.

page

Page to retrieve (the first page is 0, not 1).

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