How to ask users for reviews and not just ratings?

Hello,

I'm using requestReview() to ask users to review my app, but it only shows a way to rate the app from 1 to 5 stars... no option to write a review. Because of this I start to have a lot of ratings but no reviews.

I see other apps linking to the app store with an action=write-review, but it seems to be discouraged by Apple and the documentation is indicating that requestReview() should work for this use case:

Tells StoreKit to ask the user to rate or review your app, if appropriate.

How can I ask for an actual review?

Thanks !