I'm working on an Android app that uses Bing's Speech API. I have it working to the point of getting audio from my mic and and getting the correct results.
However, I have added a LUIS model but the app never calls the onIntentReceived method to get the correct intent. I need this functionality and can't find any documentation on actually getting the LUIS intents.
Thanks in advance!