Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello,
I have an integration with RASA. How can I make the bot pass the conversation to the human agent? What event can I execute from the bot (RASA), so that the conversation is passed to a human agent.
TKS
Offline
Based on this.
Once you know intent you just execute appropriate trigger which transfers chat to human.
https://doc.livehelperchat.com/docs/bot … ion-intent
Offline
Hello
Thank you for the information.
Testing, I see that this method does not return the user's response, only the entity's information. What do you recommend to get the bot and entity response?
TKS
Offline
Hi,
Sorry, but I did not understood your question... From Rasa you get intent and based on that intent defined in lhc appropriate trigger will be executed...
Offline
Hello,
The solution I found was to define a response in Rasa with a keyword "agent" and create an event that identifies the word "agent" in "Bots" and triggered a "transfer to operator" event.
tks
Offline
It's possible also just to define output method to detect transfer to operator and in the bot choose trigger just for that.
https://doc.livehelperchat.com/docs/bot … out-coding
Offline
Pages: 1