Drop Bot to Human Using BotFramework (NodeJS)

I crashed the server application using botframework in NodeJS and configured for the web chat channel in botframework.

I want to check every response that the bot sends to the end user, and these messages will be checked by a person from an external web application.

How can we launch a bot from an external application and deliver a response to the exact user?

+4
source share
1 answer

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

Build 2017 Human Handoff
Microsoft Node.js
Node.js palindromed/Bot-HandOff
F5 , Microsoft Bot Framework

+3

Source: https://habr.com/ru/post/1688685/


All Articles