Stevenic / botkit-middleware-luis

Middleware for using http://luis.ai with Botkit-powered bots
MIT License
16 stars 10 forks source link

README and Getting Started... missing something? #5

Open roeintense opened 5 years ago

roeintense commented 5 years ago

Hi @Stevenic , I'm just having trouble getting started on implementing this middleware out of the box. I have an existing bot, I've installed the middleware using npm install --save botkit-middleware-luis, but everything else is gray. You mention to get the LUIS app url, that you'll need it for the API... but the only possible reference to WHERE to use it is in the process.env.serviceUrl reference in your code example.

Can you please include more information in the instructions on how to use this?