Hello, I am developing a chatbot using rasa and botfront but I am having a few errors that I can’t really explain why they happen. Currently, I have around 200 simple questions (user asks a question and bot responds a simlpe line). The only difficulty is that I am checking in almost every question a slot (I am developing a turistic guide with 4 main places which are my slots so that the bot only responds questions about the place the user is in).
However, recently I’ve been asking question about simple FAQs (tickets, schedule, capacity…) but the bots answers me with a response from another intent (maybe about info about when the place was builded). The interestin thing is that when I check if the bot interpreted another intent, it doesn’t, it received the ticket intent, or schedule, but the response the bot gave was from another question.
The only lead I have is that maybe responses’ id are not generating different from each other and then the bot is mixing them up, but I didn’t cath any duplicated id. Also, it is happening that a few responses are apparently always charging, but even if I redo them, they come back looking the same after training.
Any help would be appreciated, thank you so much.