Skip to main content

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:

NodesDescription
PromptsPrompts can be used when the bot expects a user to respond to the posed question. Click here to learn more.
MessagesMessages can be used when the bot has to display information to the user without expecting any response. Click here to learn more.
ActionActions are non-interactive nodes that can be used to perform a specific task. Click here to learn more.
LogicLogic nodes can be used when the flow must be branched based on the given conditions. Click here to learn more.