I just created web app bot manually in azure and its working fine. I need to create web app bot programmatically using node.js. Please suggest any idea. Thanks in advance.
3
-
have you checked the documentation provided on their website? learn.microsoft.com/en-us/azure/bot-service/nodejs/…sid8491– sid84912018-04-27 10:19:11 +00:00Commented Apr 27, 2018 at 10:19
-
@sid8491 Yes I tried but its only for local development. I looking for create web app bot programmatically in azure.Ksm– Ksm2018-04-27 10:33:29 +00:00Commented Apr 27, 2018 at 10:33
-
The conversational logic for your bot is hosted as a web service. The Bot Builder SDK uses restify, a popular framework for building web services, to create the bot's web server. The SDK is also compatible with Express and the use of other web app frameworks is possible with some adaption.sid8491– sid84912018-04-27 11:50:50 +00:00Commented Apr 27, 2018 at 11:50
Add a comment
|
1 Answer
Programmatic bot creation is not an option right now, but this is a high priority for the Bot Framework team and will be available soon. Please watch the Bot Framework blog for announcements. http://blog.botframework.com