Ganesh Kumar
Ganesh Kumar

Reputation: 51

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?

Upvotes: 5

Views: 972

Answers (1)

D4RKCIDE
D4RKCIDE

Reputation: 3426

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

Upvotes: 3

Related Questions