Basic Nodesยถ
Basic Nodes are the fundamental Nodes you will need to create a Flow.
-
Use the Say Node to send a message to the user on their current channel.
-
Use the Question Node to ask the user a question.
-
The Optional Question Node works similar to the Question Node, except that the conversation can continue even if the question is not answered.
-
The Send Text Node outputs simple text.
-
The Debug Message Node sends a debug message to the Interaction Panel.
-
The Code Node enables the execution of custom JavaScript or TypeScript code within the Flow.