Optionalfilters?: ChunkFilter | nullOptionalgroup_Optionallimit?: number | nullThe number of groups to return. This is the number of groups which will be returned in the response. The default is 10.
Optionalmetadata?: unknownMetadata is any metadata you want to associate w/ the event that is created from this request
Optionalnegative_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.
Optionalnegative_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.
Optionalpositive_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.
Optionalpositive_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.
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_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.