/ 01

Support Ticket Routing

State: “My payment failed and I was charged twice.” Ask a Choice with billing, technical and sales options. A demo preview chooses billing. This probability is illustrative, not a live prediction.

{ "type": "choice", "choice": "billing", "probabilities": { "billing": 0.88, "technical": 0.12, "sales": 0 }, "confidence": 0.81 }

/ 02

Urgency Detection

State: “Please help ASAP; our checkout is down.” A Noul asks whether the message expresses urgency.

{ "type": "noul", "noul": 0.95 }

/ 03

Frustration Rating

State: “I have asked three times and nobody has fixed this.” A Score rates ordered levels from calm to very angry.

{ "type": "score", "score": 1.05, "legend": { "0": "Calm", "1": "Frustrated", "2": "Very angry" }, "probabilities": { "0": 0, "1": 0.95, "2": 0.05 }, "confidence": 0.92 }

/ 04

Run Your Own

Prefill a request in the Jev playground and inspect its generated JSON. Read the field reference for exact parsing rules.

/ FAQ

Frequently asked questions

Are these live Jev predictions?

No. The values on this page are illustrative demo previews.

Can I ask all three types together?

Yes. One questions map can mix Choice, Score and Noul.