简体   繁体   English

是否有适用于微软 BotFramework 的 web 客户端 SDK

[英]Is there a web client SDK for microsofts BotFramework

I want to create my own chat using bot framework.我想使用机器人框架创建自己的聊天。

I managed to set up whole backend and now I'm stuck with frontend.我设法设置了整个后端,现在我被前端卡住了。 I see that Microsoft has this:我看到微软有这个:

https://github.com/microsoft/BotFramework-WebChat/ https://github.com/microsoft/BotFramework-WebChat/

But documentation is poor + I'm using Angular and I want to create my own chat control.但是文档很差+我正在使用 Angular 并且我想创建自己的聊天控件。 So I'm looking a library that simply allows to send and receive messages over webchat channel.所以我正在寻找一个只允许通过网络聊天频道发送和接收消息的库。

Is there something like this already?已经有这样的事情了吗?

Webchat is what you want.网络聊天就是你想要的。 Webchat is very robust, very customizable and has many options.网络聊天非常强大,非常可定制并且有很多选择。 I don't know if you've looked at more than just the docs folder, but the samples has many examples on how to do many things.我不知道您是否查看的不仅仅是docs文件夹,但示例中有很多关于如何做很多事情的示例。 Here would be a good place to get started. 将是一个开始的好地方。

You could of course build your own as a Direct Line client, but with all that webchat already does, I'm not sure why you would want to start from scratch.您当然可以构建自己的Direct Line客户端,但是网络聊天已经完成了所有这些,我不确定您为什么要从头开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM