Fallback Intent
Fallback intent is the default handling path triggered when an AI system cannot confidently classify a user's request into any defined intent category.
Every AI system needs a plan for "I don't know what you're asking." Fallback intent is that plan—the response and routing when confidence is low or the request doesn't match known patterns. Good fallback design is critical to customer experience; bad fallback design creates frustration spirals where customers repeat themselves to an uncomprehending bot.
Fallback strategies include: clarification (asking the user to rephrase or provide more detail), suggestion (offering likely intents based on partial understanding), escalation (routing to a human agent), and graceful acknowledgment (admitting confusion without making it the user's problem). The best approach depends on context—high-confidence near-misses warrant clarification, while complete confusion warrants fast escalation.
Fallback rate is a key health metric for conversational AI. A high fallback rate signals either narrow intent coverage (the AI doesn't handle what customers actually ask) or weak intent recognition (the AI can't understand how customers phrase known requests). Both require different remediation. Monitor fallback patterns to identify gaps: what are customers asking that the AI can't handle?
Related terms: Intent detection, Intent recognition, Conversational AI design



