For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stop Propagation

By Default if the function sends a question (QuickReply & Choice), the chatbot automatically stops propagation to next step in your story. However you may force the chatbot to stop propagation to next step by using the following syntax

ctx.stopPropagation();

Last updated

Was this helpful?