I am working on a Chatbot in Azure and the whole conversation flow is based around the intent returned by LUIS. I recently tried deploying this bot to the Skype Channel because I want to be able to call the bot and interact using voice.
But although the chat feature works fine over Skype, I found that in order to enable skype calls we need to use a separate module called botbuilder-calling (instead of botbuilder) and this one doesn't support creating a recognizer to integrate with LUIS.
So my question is how can I integrate my Azure Calling bot with LUIS?
I was under the impression that this is as simple as just deploying my existing chatbot to a voice enabled channel. Is this not the case?