Is there interface for Human agent in Microsoft Bot Framework?

前端 未结 2 1905
攒了一身酷
攒了一身酷 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条回答
  •  萌比男神i
    2021-01-17 06:23

    No, there isn't anything built-in for a human to reply as your bot in Bot Framework.

    You could make your own interface and hook it up to the Bot Connector via Direct Line

    https://docs.botframework.com/en-us/restapi/directline3/

提交回复
热议问题