Skip to content

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:

  1. Name: Enter a name for the Wait Node. This helps you identify it later in your flow.

  2. 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.

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.