简体   繁体   中英

How can I integrate my Bot (created with the Bot Framework) with Spark?

I have a bot that I created using the Microsoft Bot Framework, and I would like to communicate with it via Spark . I know that Spark uses XMPP (which I have no experience with) and it isn't supported by the Bot Connector. However I would like to know if there's a way around this.

Given that the botframework has Direct Line for generic REST access, you could potentially write a botframework-directline-spark bridge.

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

If you have the time to invest, perhaps start an OSS XMPP-Botframework? There are a few XMPP IMs out there that might be interested in working on this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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