The flow
- An agent marks a ticket resolved.
- The SDK surfaces an inline rating prompt (π / π / π) in the thread.
- The user taps a face (and can add an optional comment).
- A positive rating advances the ticket
resolved β closed; a negative one routes the user back into the composer so they can reopen via a reply instead of churning.
Submitting a rating
If you build your own UI, submit the rating with one call:score is a 3-point scale β 1 (π), 2 (π), 3 (π).
If you use the prebuilt UI, the CSAT prompt is rendered
for you on resolve β you donβt need to call
submitCsat yourself.