Optional
filters?: ChunkFilter | nullOptional
group_Optional
limit?: number | nullThe number of groups to return. This is the number of groups which will be returned in the response. The default is 10.
Optional
negative_The ids of the groups to be used as negative examples for the recommendation. The groups in this array will be used to filter out similar groups.
Optional
negative_The ids of the groups to be used as negative examples for the recommendation. The groups in this array will be used to filter out similar groups.
Optional
positive_The ids of the groups to be used as positive examples for the recommendation. The groups in this array will be used to find similar groups.
Optional
positive_The ids of the groups to be used as positive examples for the recommendation. The groups in this array will be used to find similar groups.
Optional
recommend_Optional
slim_Set slim_chunks to true to avoid returning the content and chunk_html of the chunks. This is useful for when you want to reduce amount of data over the wire for latency improvement (typicall 10-50ms). Default is false.
Optional
strategy?: RecommendationStrategy | nullOptional
user_The user_id is the id of the user who is making the request. This is used to track user interactions with the rrecommendation results.
The number of chunks to fetch for each group. This is the number of chunks which will be returned in the response for each group. The default is 3. If this is set to a large number, we recommend setting slim_chunks to true to avoid returning the content and chunk_html of the chunks so as to reduce latency due to content download and serialization.