Intent Matcher
Leverages LLM understanding to create natural, context-aware routing without needing exact keyword matches, making conversations more flexible and human-like.
Last updated
Was this helpful?
Leverages LLM understanding to create natural, context-aware routing without needing exact keyword matches, making conversations more flexible and human-like.
Last updated
Was this helpful?
The Intent Matcher node uses LLM capabilities to understand the meaning behind user inputs and route conversations accordingly. When a user message arrives, this node analyzes it against defined intents and directs the flow based on the best match.
Select the LLM model to use for intent analysis
Define intent name (e.g., "contact-team", "request-pricing")
Describe trigger situations that should activate this intent
Create different paths for each intent
Set up a default path for unmatched intents
Example: A virtual being needs to distinguish between product inquiries and support requests:
Route to specific knowledge base sections
Direct to appropriate support flows
Identify user goals and intentions
Categorize queries by type
Handle multiple related intents