Search code examples
azurechatbotazure-language-understanding

I want to use LUIS only in a specific module of the project


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.


Solution

  • For using LUIS in specific module you can use LuisRecognizer.onEnabled() I hope it helps. For more details you can follow a discussion here