Optionalfilters?: ChunkFilter | nullOptionallimit?: number | nullOptionalmetadata?: unknownMetadata is any metadata you want to associate w/ the event that is created from this request
Optionalnegative_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.
Optionalnegative_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.
Optionalpositive_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.
Optionalpositive_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.
Optionalrecommend_Optionalslim_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.
Optionalstrategy?: RecommendationStrategy | nullOptionaluser_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.