I have a Azure Bot Service and it is integrated with LUIS application where i have some intents. What I want according to my need i can forward same examples to different intents in LUIS.
But there is limitation that same example can't be there for multiple intents. So i created another application in the LUIS and created the same example but different intent name. Here my problem is i have to connect Single Bot service with two different LUIS application. Can i do it in Azure Bot Services in Node.js??