0

Is it possible to connect bot created using Microsoft Bot Framework on .NET Core that deployed in Azure and bot account that was created in Circuit messenger (by Unify)? And if it's possible, what should I use?

Andrew
  • 5
  • 1

1 Answers1

0

At this time there is no special adapter available for the Circuit SDK to use the Microsoft Bot Framework. But since the Circuit SDK is a plain JavaScript SDK you should be able to use it in any framework.

Roger Urscheler
  • 774
  • 2
  • 6
  • 11