Message routing
Test a bounded intent set before you write application logic.
AI Intent Classifier
Define your own intent categories, test them on a message, and export the same setup when it fits your workflow.
AI processing: Text submitted for classification may be sent to third-party AI services. Do not submit passwords, API keys, payment card data, health information, or other sensitive information. Privacy
Quick answer
An AI intent classifier assigns a piece of text to one intent label from a finite category set you define for your own product or workflow.
Preset categories
A request for information.
A request for product or account help.
Interest in evaluating or purchasing.
A request to end a plan or service.
Intent outside the current set.
Use cases
Test a bounded intent set before you write application logic.
Keep adjacent request types distinguishable.
Use representative text to examine category boundaries.
Carry a category setup into code after testing it.
Questions
A tool that assigns one predefined intent label to a piece of text.
No. JevClassify is designed around custom categories.