-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Utterence cannot be null #572
Comments
Good Catch. @emadelwany, could you take a look and confirm the correct behavior? |
I think the recognizer is doing the right thing, but perhaps the middleware should do extra checks before calling the recognizer. Currently it only checks that the activity type is Message, I'll update it to also only invoke the recognizer if the message text is not null/empty. |
I am facing the same issue using the latest package from NuGet . when can we expect the next release of the package including this resolution. |
Hi when is planned the merge of this issue? |
At LuisRecognizer.cs#L58 there exists a line to check that the utterence is not null. However, when a user uploads a file (image,recording), there exists no such utterence. This results in an exception.
Tested in Telegram, Web Chat and Emulator
Full stacktrace:
I implemented LUIS following the bot framework tutorial
The text was updated successfully, but these errors were encountered: