Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hand Off Bot to Human using BotFramework (NodeJS)

I have crated a server application using botframework in NodeJS and configured for web chat channel in botframework.

I want to validate the every reply that bot delivers to end user and those messages will be validated by human from an external web application.

How can we trigger the bot from external application and deliver the response to the exact user?

like image 581
Ganesh Kumar Avatar asked Oct 18 '22 03:10

Ganesh Kumar


1 Answers

Here are some resources to get you started, please let us know if you have any further questions.

• Build 2017 Bot Human Handoff
• Microsoft Real Life Code Bot to Human Handoff in Node.js
• Node.js palindromed/Bot-HandOff
• F5 Blog Transferring chat to a human agent using Microsoft Bot Framework

like image 183
D4RKCIDE Avatar answered Oct 31 '22 15:10

D4RKCIDE