Logic Flow not working properly
# 🤝help
f
Hi, I'm having a problem with logic flow. I'm trying to build a simple chatbot for a game. I need it to direct people to the next text ("clue") after they correctly answered the last one. Otherwise they get replay "try again or type help for additional clue". I use 'Intent' for the answer and add there several versions of correct answer, but when I'm testing the bot it sometimes works when I type correct answer and sometimes it despite putting correct answer it goes to "try again". I tried different options with the incorrect answer, which goes to "try again". For example, 'expression' if user input is not Morskie Centrum Nauki; always; or even leave it empty. I cannot really understand why it is so inconsistent. Despite putting correct answer, it more often goes to 'try again'. I would greatly appreciate any help.
p
Try using an AI Transition, give their input and classify into two categories. 1. The answer roughly matches whatever the right answer is. 2. The answer does not match, and then turn on force classify to ensure it will go down one route.
f
thank you, i'll definetly try it !
l
Hi @flaky-microphone-11831 , how are you handling User data when user login on site how do you pass that data to bot , So conversation can be personalized and user specific
f
I didn't think about it yet. Just wanted to check if bot is a got tool for that. And now it works with help of alfiejcarter, but sometimes it recognizes similar answer as correct. I'm also still not sure if AI is necessary for this purpose as it seems quite an easy task to recognize a specific word and go the next step or to recognize that it is not that word and go to a different step.
2 Views