Intent issues
# šŸ¤help
e
Why is something so simple yet important as an intent not functioning? As you can see in the emulator I said it word for word that is in the library yet it didn’t trigger, then I repeated it and it did trigger. It should trigger both times, I mean it’s literally word for word the same!

https://cdn.discordapp.com/attachments/1135409075287498813/1135409075698548817/IMG_4139.jpgā–¾

@bright-magazine-792 @early-train-33247 @bumpy-butcher-41910 @acceptable-kangaroo-64719 @crooked-van-25152 @rich-battery-69172 @famous-jewelry-85388 @red-rocket-93714 Could someone fix this bug?
f
Yeah, this happens a lot to me as well. So I don't use intent anymore, instead, I ask AI Task to define the intent for me... But then, AI Task is recently super unstable... I'm stuck as well
a
are you guys using intents from a library or defining them inline? Libraries are when you take an intent from this dropdown, wheras inline are ones you custom-define in the transition.

https://cdn.discordapp.com/attachments/1135409075287498813/1135536777071960074/image.pngā–¾

e
I can see in your Event Debugger that the Intent was triggered in the second attempt! You are probably using a raw input for the UserQuestion, right? I believe there is a bug that causes the variable to be filled before the intent is matched. I was having trouble with this a while back, do you remember @rich-battery-69172?
Can I see your workflow? One solution would be to add the "ContactHuman" intent transition right after the RawInput card, and then add a expression that checks if the UserQuestion has been filled
b
@early-train-33247 the problem is, the solution I provided to @eager-australia-26534 works perfectly fine on my system. It just doesn't catch up in his system. What could be the issue? I'll share the bot with you and we'll debug it together
e
@eager-australia-26534, could you send your bot export again? In the DM please
e
Thanks @early-train-33247 & @bright-magazine-792 Just to make things clear, the picture I sent is of another bot which is a copy of the one Rohan has, however the one Rohan is talking about is having the same problem. Just general info in case you ask why the node names are different.
Will do, I’ll share the one Rohan has access to, just sent it.
Yes, exactly that, hence why it is working sometimes, however, it also does not work half the other times so I cannot move forward with the bot as the intent function is key to my bot.
e
Hey @eager-australia-26534, one solution we found is using Intent transitions and Library intents. That should fix the problem of the intents not being triggered
Now we have another issue where the intents are being matched out of turn. Like if I say "Hiking" it goes back to the menu
That's a not an isolated issue, I am gonna forward it to the team to look at!
e
The problem is still here. I did not change anything in the bot, I tested it right now again and it’s not detecting any intents at all. @early-train-33247

https://cdn.discordapp.com/attachments/1135409075287498813/1135631914867380305/IMG_4144.movā–¾

2 Views