botframework icon indicating copy to clipboard operation
botframework copied to clipboard

"NoMatchHandler" method not getting triggered when no match is found in QnA KB

Open sanket03 opened this issue 6 years ago • 2 comments

"NoMatchHandler" not getting triggered when no match is found in QnA KB. Instead "DefaultMatchHandler" is called with response as "No good match found in KB." This behaviour started on updating the package to 3.1.2. Any ideas on what would be going wrong over here?

sanket03 avatar Sep 11 '18 12:09 sanket03

I'm getting the same issue. I'm trying to end the current dialog when no match is found so I can forward the conversation to a new Dialog. Please advise

krinonnn avatar Oct 15 '18 06:10 krinonnn

I'm getting the same issue. I'm trying to end the current dialog when no match is found so I can forward the conversation to a new Dialog. Please advise

For the time being I am using confidence score returned by QnA maker in the "DefaultMatchHandler". It will be 0 if no match is found.

sanket03 avatar Oct 15 '18 13:10 sanket03