I built a rasa chatbot and I need to connect my bot to a human agent,
whenever the bot is connected to the human agent (client), bot should stop sending responses and the client will directly chat with the user
please help me how to implement this functionality
any help is appreciated
thanks for your response
But it only handing off to another bot its not my use case
I’m using a website chatbot from there if the user wants to talk with a live agent rasa should stop chatting with the user and the admin should start talking with the user.
That’s correct, the example is handing off to another bot but it’s the same concept. You would need to modify your widget to handoff to you live agent backend.