How can I properly get my Luis chatbot working?
问题 I have to connect Luis to node.js and create my first chatbot that, as a first stage should handle simple requests. I have checked the following links : https://docs.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-recognize-intent-luis https://github.com/Microsoft/BotBuilder-Samples/tree/master/Node/intelligence-LUIS but getting started has proven to be difficult, what I've done as a first stage is: var restify = require('restify'); var builder = require('botbuilder'); var http =