botframework
botframework copied to clipboard
"NoMatchHandler" method not getting triggered when no match is found in QnA KB
"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?
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
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.