Is there interface for Human agent in Microsoft Bot Framework?

前端 未结 2 1884
攒了一身酷
攒了一身酷 2021-01-17 05:48

Good day!

Does any one know if there is interface for Human agent in Microsoft Bot Framework?

I need to forward dialog to real agent in case if visitor can\'

2条回答
  •  醉梦人生
    2021-01-17 06:32

    There are samples that solve this specific problem:

    • For Node.js: https://github.com/palindromed/Bot-HandOff
    • For C#: https://github.com/tompaana/intermediator-bot-sample

    I have plans to publish the C# solution as a Nuget package as soon as it gets mature enough, but at the moment you can just copy the code (and modify to suit your needs) from the repo to your project.

    Hope this helps!

    Cheers, Tomi

提交回复
热议问题