Hello team, thanks for such a great open source product.
I wanted to ask a question, is there is a way to transfer chat between chatbot and agent?
Idea is to have a chatbot handle converstaion as much as possible but when unable to(for e.g. questions for which it has not been trained), transfer the control to a live agent?
This is for a Livechat scenario. e.g. widget on a website handled by chatbot and gets transfered to agent when and if needed.
@monami, thanks, itâs helpful, btw, I didnât find the document on Livechat:transfer, when can I find the user guide or document for this function, could you please share me a link or similar? thanks in advance
Hello i have some problem when integrating Rocket.chat with hubot-natural bot, i want to set my bot agent as default agent for every guest visiting live chat, so i set Livechat Routing Method as External Service, i made my own External Queue Service URL and set mybot details as the return from my endpoint as mention in documentation, and everything is going well.
the problem is when i using External Service routing method, i canât transver bot agent to human agent when customer want to talk to human (itâs always return false, âthere is no one online right nowâ), but if i using other routing method everything is going well, bot can transfer chat to other human agent as i wish.