You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause was located in getTopScoringIntent, where it is possible in the nodejs version to return an undefined value. In the dotnet implementation the function always returns a string.
At some point, the CTRS (crosstrainedrecognizerset) IsRedirect function is called, which expects a string, causing the uncaught exception.
setup
repro
Hit the duplicated intent recognized condition and then that error showed up (see visual below)
visual
error in emulator
bot general structure
The text was updated successfully, but these errors were encountered: