Let us continue with our previous posts on using Microsoft Bot Framework
In our previous post we had configured, tested and trained our LUIS application.
Here we will update our bot application code and see how it works.
Add a new Dialog class named LUIS Dialog
The class implements LuisDialog interface and has attribute Serializable to it.
We also need to add an attribute LuisModel that takes in model id and subscription key.
To get the model id and subscription key, open the LUIS…
Full Article
Using LUIS AI in Microsoft Bot Framework – Part 2 – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission