I am working on azure bot and using LUIS. I want to use LUIS only in a specific module rather than entire project.Is it possible. Any help would be appreciated.
For using LUIS in specific module you can use LuisRecognizer.onEnabled()
I hope it helps. For more details you can follow a discussion here