Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Bot Framework Client sdk

I am looking to use Microsoft Bot Framework in my application. However, I have a custom UI chat control (designed according to my requirements) where I need to hook up this bot.(instead of having pre-configured channels like slack or skype).

Is there a client sdk for web (preferably in angular) and/or mobile available for this purpose?

like image 369
ASP Peek Avatar asked May 16 '16 21:05

ASP Peek


1 Answers

Take a look at DirectLine.

The Direct Line API is a simple REST API for connecting directly to a single bot. This API is intended for developers writing their own client applications, web chat controls, or mobile apps that will talk to their bot.

like image 124
Lars Avatar answered Oct 24 '22 04:10

Lars