Your conversational AI application can sometimes process messages faster than a user can read and absorb them. Delays can be added to the workflow instructing the chatbot to pause between messages.
In this How To, you'll learn how to create an activity that pauses the conversation flow for 3 seconds.
To do this perform the following steps:
[Activity
Value = ${3000}
Type = ${"delay"}
]