How to create a small talk that does not have any reponse from the bot

Hello,

How do i handle cases, where the user says “Welcome” to my bot’s “Thank you”. I do not want the bot to respond to the “Welcome”. I tried creating a story such that:

example story

  • conclude
    • utter_thanks
  • welcome
    • action_listen

This did not seem to work. Any ideas?

What do you mean it doesn’t work? What do you expect it to do and how does it behave?

I fixed it. The example story works as long as there’s no other story that can confuse the final part of the story.

Hey, sorry i fixed it. There was a logical error on my part and after i typed “welcome” with the intent welcome, the bot was going to the fallback action.