Nodes
This documentation lists detailed information about each node available in conversation workflows.
List of Nodes
- Say Node
- Allows for dynamic text output using mustache templates to integrate data from previous nodes.
- Collect Node
- Gathers data interactively from user inputs by defining slots that capture specific pieces of information.
- Detect Intent Node
- Identifies and classifies user input into predefined intents.
- Webhook Node
- Facilitates external API interactions by sending HTTP requests with customizable parameters.
- IfElse Node
- Implements conditional logic within workflows to manage decision-based branching.
- Code Node
- Embeds and executes custom JavaScript code within workflows for dynamic data processing and decision-making.
- Raw Input Node
- Captures and handles raw user input.