Detect Intent Node
Overview
The Detect Intent Node is engineered to identify and classify user input into predefined intents.
Configuration
Adding and Managing Intents
Users can add and manage intents using the Dialog Add Parameter:
- Label: Display name for the intent in the UI.
- Key: Unique identifier for the intent used programmatically.
- Intents: Managed through a
MapTable
where users can define and describe possible intent values. - Description: Additional instructions for the intent, which can guide how it should be interpreted by the system.
Settings
Output
- Output Handle (Right): Outputs the results from intent detection to subsequent nodes. Each intent can have a dedicated output handle.
- Fallback Handle (Bottom): Manages scenarios where none of the predefined intents are detected.