intermediator-bot-sample
intermediator-bot-sample copied to clipboard
A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
Greetings guys, I'm having a similar issue to #53, but on the Telegram channel. I tried the fix for Teams and no luck. my stack trace looks like this: Any...
Hello, My bot is working fine in the emulator. I made some changes but unable to deploy the bot even though I'm in Intermediator Folder. What can be done? Tried...
Hi @tompaana , Problem Statement ================== I retrofitted the intermediator bot code to my existing MS Bot Framework V4(c#) based chat bot but, agent handoff is not working: - The...
Hello, Please help me I am a beginner for the Human Handover in the V4 bot framework. I am following the approach of the middleware. Also, I have the LUIS...
The main README describes scenario 2: Channel call center (agent UI). However, the agent UI is very basic and doesn't really provide much features to support a proper scenario. For...
I have implemented the "tompaana" solution for bot-agent-handoff (1 to 1 conversation) in C#, but how can I establish a "1 to n" scenario (i.e. one agent handling multiple users...
Hi I have taken the default implementation for human handoff from here. It was working fine. Then I added simple dialogs to the bot project. Now, when i attempt to...
Will scenario 1 will work if i have multiple agents to accept the requests sent from user? I tried this thing but it fails if 2 or more users are...