Skip to main content

Skip Unconsumed Bot Replies

This guide explains how to set up a logic hook in Botium to clear unconsumed bot replies from the processing queue.

This logic hook will clear all currently unconsumed bot reply messages from the processing queue. It can be used only as a Bot Step.

  1. On the left navigation pane, head to Botium Tools & Settings > Test Sets > Your Test Set > Test Cases
  2. Click the + NEW button to add a new Convo, or select a previously created test case from the list.
  3. Add a new + BOT STEP
  4. Click the Edit icon, or anywhere inside the step, and search the list for the 'Skip Unconsumed Bot Replies' logic hook.

  5. Click the APPLY CHANGES button to complete the step entry.

Note:
Example Botium Script:
#me
start conversation

#bot
SKIP_UNCONSUMED_BOT_REPLIES
Explanation:
  • SKIP_UNCONSUMED_BOT_REPLIES clears all unconsumed bot reply messages from the processing queue, ensuring that the conversation proceeds without processing those messages.

Was this article helpful?

0 out of 0 found this helpful