Hi! I am experiencing a bug with my chatbot.
My bot is integrated into Facebook Messenger. I want to restart it for every conversation, even if it’s the same user. So I need to rebuild and reset my bot every time the conversation starts.
The problem is that after :build :reset the last topic of the previous conversation becomes the current topic for the new convo. So I basically need to do :build :build :reset to get it to start with my ~start() topic. Is there a better solution for this?
Thank you!