Unable to create an intent that successfully spots...
# 🤝help
s
I created an global intent to spot when a user wants to speak to a human which then creates a ticket in Zendesk. However, it fails to identify when the user wants to speak to a human, I even tried sending to the bot the exact phrases I used to train the intent, but still no response. I want to know what utterances should I write to make this work. The Zendesk handover is working I tested it. The issue is with the intent.
b
Hi @strong-waiter-29284 try with AI Transitions

https://www.youtube.com/watch?v=yIgTqCorKlw

They have definitely helped me with that same problem you have. 😉
s
But I want it whenever the user asks to speak to human at any point in the conversation the it gets detected. AI transitions, from my experience of using them, they only work in the node it is in
Can I make the AI transition global like a global intent? I want it so that whenever the user at any point in the conversation the AI transition can detect if the user wants to talk to a human
b
I'm checking but as far as I know it's not possible
In fact, in your example, the intent only works on your main_menu node.
use the intent card wherever the user inserts an input. I recommend using AI Transition
5 Views