SearchRecommendRulesResponse

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

SearchRecommendRulesResponse

Value parameters

hits

Recommend rules that match the search criteria.

nbHits

Number of results (hits).

nbPages

Number of pages of results.

page

Page of search results to retrieve.

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