Handoff to Human Agent Example

I am looking to build some functionality that enables my Rasa chatbot to handoff to a human agent. I am hoping to build a portal for the human agent in Python using Flask. Are there any examples of this being done? If not, does anyone have any tips on how to go about this?

Many thanks.

There’s an example of switching between two bots in the financial-demo bot here. It’s the same concept as switching from a rasa bot to a chat service.

1 Like