Home · Glossary · Intent classification
Enterprise AI glossary · Conversational & Voice AI

Intent classification

The NLU step of mapping a user's free-text or speech input to one of a curated set of "intents" the system knows how to handle.

Definition

What Intent classification means in practice

Intent classification is the natural-language-understanding step that turns a user's free-text or speech input into one of a curated set of business intents. "What's my balance" becomes intent=check_balance; "I lost my card" becomes intent=block_card. The classical implementation used dedicated NLU models (Rasa, Dialogflow); modern implementations use an LLM with a structured-output prompt, which is cheaper to maintain because the intent taxonomy is text rather than training data. In regulated deployments the intent classifier is the policy gate — only intents on the allow-list are routed to action; everything else is escalated or refused. This makes the taxonomy itself a compliance artefact.

Go deeper
Conversational AI for enterprise →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →