A Node is a set of message response(s) that can be triggered by following a designated path and trigger. A chatbot is basically a combination of nodes. Within a chatbot structure, there are three types of node: General Node and Global Node, Transformer Node and Global Transformer Node.
The Node used in the Tree Node Graph is called General Node or Tree Node, which can be found at the workspace. It is the most basic type of node.
A Global Node is derived from tree node and is a message response that can be triggered in anywhere within the conversation flow. Therefore, users don't necessarily need to follow the the designated path or trigger to receive the message. Global node is a must for actions that can be taken at anytime.
Global node is often used in the following situations:
Transformer Node is a category of node, alongside with General Node (Tree Node) and Global Node.
Unlike a general node, a Transformer Node is not responsible for sending out message to the end user. Instead, it allows you to transform and modify the incoming event. After that, the processed event can enter the node matching again and be able to trigger the child node.
-10
A Global Transformer Node is derived from Transformer Node. It can be triggered in anywhere within the conversation flow, and the processed event can be passed on by redirecting to another node. It offers more flexibility for apply transformer node to the chatbot flow.
Node Drawer is the top section located right below the main menu blue bar. It acts as a storeroom of all your created Global Nodes and able to search a node in the search box on the left.
Inside the node drawer, you can search through all nodes at the search box by the name or description of nodes. When you click one of the nodes, the node will be highlighted in the color you choose. and its details will be shown on the right. It helps you navigate through nodes quickly when your chatbot is getting into massive size.
By doing this, you are able to insert a new node between two existing nodes.
The Platform Preference will be useful if you are using platform specific responses in the chatbot. The dropdown will present all the available platforms.
After choosing a platform such as Facebook, all the Facebook specific responses can be previewed in the node inspector.
Besides, when you create a new response, the corresponding response will be pre-selected for you according to the active .platform preference
To prevent a tree from being edited without notice, Admin or App Owner can lock a tree using the Lock Tree button.
Once a tree is locked, the tree cannot be modified until it is unlocked by Admin or App Owner.