nopsbot / bot

1 stars 1 forks source link

Implement LUIS integration #2

Open yaron2 opened 8 years ago

yaron2 commented 8 years ago

Need to add a basic implementation of a LuisRecognizer and intentDialog to the bot.

itaysk commented 8 years ago

OK, so after reading a bit here: https://docs.botframework.com/en-us/node/builder/chat/IntentDialog/ I think that each plugin should have it's own Luis model, and factory (or whomever manages the plugins) should create a LuisRecognizer object per plugin. I also think that we should support only one plugin at a time for first stage.