Wait Node Guide
The Wait Node allows you to pause the chatbotβs flow for a specified duration.
How to add Wait Node
To add a Wait Node to your flow, follow these steps:
-
Name: Enter a name for the Wait Node. This helps you identify it later in your flow.
-
Wait Duration: Specify the duration of the wait in milliseconds. The maximum duration allowed is 10,000 milliseconds (or 10 seconds).
- Example: If you want the chatbot to wait for 1 second, enter
1000
.
- Example: If you want the chatbot to wait for 1 second, enter
Usage
The Wait Node is particularly useful in scenarios where you want to:
- Allow users time to read previous messages.
- Simulate thinking time for the chatbot.
- Control the pacing of the conversation.
By effectively using the Wait Node, you can enhance the user experience in your chatbot interactions.