Displays a message to the user at a given step in a conversational pipeline
Send a message into the chat at a given step of the conversation.
Message: The text to send to the user
Text
On the face of the node:
Toggle
In case there is a cycle (a loop in the pipeline):
Text
Text
The message node does not have any node outputs but can be connected to other nodes by connecting the edge with other nodes.
The below example is a pipeline that sends a basic message into the chat.
Hello, how can I help?
The below example is an illustrative pipeline that asks the user to enter their name and asks them whether they want to edit it or not. If they do, it allows the user to re-enter their name. If they do not, a thank you message is sent.
What is you name?
Enter your name
Your name is {{capture_0.response}}. Do you want to change it?
Yes
No
Thank You!
Displays a message to the user at a given step in a conversational pipeline
Send a message into the chat at a given step of the conversation.
Message: The text to send to the user
Text
On the face of the node:
Toggle
In case there is a cycle (a loop in the pipeline):
Text
Text
The message node does not have any node outputs but can be connected to other nodes by connecting the edge with other nodes.
The below example is a pipeline that sends a basic message into the chat.
Hello, how can I help?
The below example is an illustrative pipeline that asks the user to enter their name and asks them whether they want to edit it or not. If they do, it allows the user to re-enter their name. If they do not, a thank you message is sent.
What is you name?
Enter your name
Your name is {{capture_0.response}}. Do you want to change it?
Yes
No
Thank You!