How to capture intent correctly
# 🤝help
f
objective -> catch the user's intent to send them to the correct flow. issues -> when using the intent "Falar com humano"("speak to a human"), the bot goes to the single choice question instead of sending them to the correct flow. solutions already attempted: i moved the single choice card (ComprarVenderAlugar) up , and nothing changed. i also refreshed the page multiple times with the changes.

https://cdn.discordapp.com/attachments/1143610579873964174/1143610580285014209/image.png

m
Hey there, I think you need a Raw Capture card before your intent cards
a
If you're going to use a multiple-choice card, there's no need to create an intent card. Once you limit his options, as soon as he clicks on the option, he will be directed to the node/flow you define. If you want to identify his intent without a multiple-choice, let's say the user writes "I was thinking about buying a house," you can use an AI Task where you instruct ChatGPT to determine the user's intent, and then you create an intent card to direct him where you want. Check out this example in my bot

https://cdn.discordapp.com/attachments/1143610579873964174/1143614170428874803/image.png

If you have any questions send me dm, i can help with that 🙌
r
Wow that’s a really nice approach . Thank you for sharing , i needed this 🙏😘😘🙏🙏
f
thanks man
a
I'm glad it helped 🥰
11 Views