You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: