LUIS: Speech sdk - Github Sample does not returnin

2019-08-26 16:07发布

问题:

I am trying to run the sample tutorial-speech-intent-recognition with the latest SDK

I am able to invoke the sdk and get the speech recognized, however its not returning the correct intent. instead it always gets into result.Reason == ResultReason.RecognizedSpeech

However when I try the same text in the test panel, its working.

can someone please help me understand what may be going wrong here.

Regards Kiran