0

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/… Commented 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. Commented 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. Commented Apr 27, 2018 at 11:50

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.