class RecombeeApiClient::RecommendItemSegmentsToUser

Recommends the top Segments from a [Segmentation](docs.recombee.com/segmentations.html) for a particular user, based on the user’s past interactions.

Based on the used Segmentation, this endpoint can be used for example for:

- Recommending the top categories for the user
- Recommending the top genres for the user
- Recommending the top brands for the user
- Recommending the top artists for the user

You need to set the used Segmentation the Admin UI in the [Scenario settings](docs.recombee.com/scenarios) prior to using this endpoint.

The returned segments are sorted by relevance (first segment being the most relevant).

It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.