Optional
filters?: ChunkFilter | nullOptional
limit?: number | nullOptional
negative_The ids of the chunks to be used as negative examples for the recommendation. The chunks in this array will be used to filter out similar chunks.
Optional
negative_The tracking_ids of the chunks to be used as negative examples for the recommendation. The chunks in this array will be used to filter out similar chunks.
Optional
positive_The ids of the chunks to be used as positive examples for the recommendation. The chunks in this array will be used to find similar chunks.
Optional
positive_The tracking_ids of the chunks to be used as positive examples for the recommendation. The chunks in this array will be used to find similar chunks.
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_User ID is the id of the user who is making the request. This is used to track user interactions with the recommendation results.
The number of chunks to return. This is the number of chunks which will be returned in the response. The default is 10.