https://discord.gg/botpress logo
Whats the best approach here
# 🤝help
b
I want my bot to ask questions and have simple yes / no answers. It would seem obvious that I should use a Boolean BUT it I find such an option isn't very smart and makes the "conversation" seem unnatural. For example see the screenshot, if you answer "yeah" instead of yes then it goes immediately to a retry. I would prefer it was smart enough to know that answers like yeah, yup, sure, ok etc all mean Yes and move one. SO I tried using AI Transition, they work better as they look for intent BUT because they don't have a Retry Message option or a Transition to Handle Failure they often just STOP and I get no reply at all. SO if I type "maybe" it just stops my conversation dead, and the whole chat stops. Whats the best way of handling this? https://cdn.discordapp.com/attachments/1260158272883920956/1260158273005420614/chat-bad.jpg?ex=668e4d58&is=668cfbd8&hm=21fbe628a4f095a0973234819f73dacf2e2cff5936359fe837a1cff0a66328b3&
g
Go to intents - Yes. Add more utterances like yeah, yep, or whatever you want. That's it. Same for no.
b
But if I use Boolean then it doesnt seem to access those Intents? (for example above I already have "yeah" in the intents list)
g
Yeah I think you need to use a normal raw card for this to work