Intent not working properly/ not detected
# 🤝help
a
So I'm trying to make a bot that constantly looks for a user who wants to book an appointment. I know I can just make it do that using buttons, but what I want is that whenever the user types anything remotely related to appointment setting (schedule, book, reserve, etc) the bot will go to the book appointment workflow. I watched EP 04 on intents and followed it, but it's not working perfectly.

https://cdn.discordapp.com/attachments/1132477827925676154/1132477828449968128/image.png

https://cdn.discordapp.com/attachments/1132477827925676154/1132477828894560287/image.png

https://cdn.discordapp.com/attachments/1132477827925676154/1132477829175582810/image.png

e
Try asking it to book appointment after the conversation starts.
a
Same result
I've been at it for hours

https://cdn.discordapp.com/attachments/1132477827925676154/1132479444167163934/image.png

e
Why does your conversation end after every single answer? Just curious. Also do you have anything in your knowledge base that might be interfering with the intent?
a
Using the assistant model that Botpress themselves designed, the flow is made so that the bot will simply "reloop" everytime, and I like it cuz it still works when people don't choose an option and type instead. I found a way to kind of make it work now
r
@adorable-minister-80645 can you screenshot the intent part here from the JSON for me?

https://cdn.discordapp.com/attachments/1132477827925676154/1133073757699838024/image.png

3 Views