RecommendedForYouQuery

algoliasearch.recommend.RecommendedForYouQuery
case class RecommendedForYouQuery(indexName: String, threshold: Option[Int], maxRecommendations: Option[Int], model: RecommendedForYouModel, queryParameters: Option[RecommendedForYouQueryParameters], fallbackParameters: Option[RecommendedForYouQueryParameters]) extends RecommendationsRequestTrait

RecommendedForYouQuery

Value parameters

indexName

Algolia index name.

maxRecommendations

Maximum number of recommendations to retrieve. If 0, all recommendations will be returned.

threshold

Recommendations with a confidence score lower than threshold won't appear in results. > Note: Each recommendation has a confidence score of 0 to 100. The closer the score is to 100, the more relevant the recommendations are.

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