Forum Discussion
chris1265
Jun 05, 2019Copper Contributor
Agent unable to "takeover" end user´s conversation
I have follwed the steps mentioned here:
https://github.com/Microsoft/HealthBotContainerSample/tree/live_agent_handoff
The agent is able to "List" current chat rooms.
But how to add so the agent can "takeover" a end user´s conversation? (Or the opposite: the end-user can write a command (for e.g. 'agent') to come to an Agent instead the bot)
- Adam Walker
Microsoft
Hi chris1265
You need to trigger the built-in agent scenario to connect an agent with an end user.- Verify that handoff is enabled. Navigate to Configuration > Conversation > Handoff and make sure the toggle is on.
- Create a custom scenario that includes Handoff. In the scenario editor drag a "Begin" control onto the canvas and select handoff as the scenario to begin.
- In the end user webchat application trigger the custom scenario you built (you will need to connect it to a language model)
I hope that makes sense. Let us know if you get stuckRegards, Adam- chris1265Copper Contributor
Thanks for your reply.
I have followed all the steps. But the same problem occurs. Any more idea? Thanks
- Adam Walker
Microsoft
I'm not sure I understand, please describe the steps and the problem you are seeing?
If you can send screenshots that will be helpfull.
Thanks.