Nodes Overview
Nodes serve as the building blocks of a Flow. Each node represents a distinct point in the conversation where the chatbot takes action or responds to user input.
1. Types of nodes
Nodes are classified into the following types:
| Nodes | Description |
|---|---|
| Prompts | Prompts can be used when the bot expects a user to respond to the posed question. Click here to learn more. |
| Messages | Messages can be used when the bot has to display information to the user without expecting any response. Click here to learn more. |
| Action | Actions are non-interactive nodes that can be used to perform a specific task. Click here to learn more. |
| Logic | Logic nodes can be used when the flow must be branched based on the given conditions. Click here to learn more. |