botframework
botframework copied to clipboard
Microsoft Bot Framework helpers and additional dialogs
"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...
According [this ](https://stackoverflow.com/questions/50132206/multiple-qna-service-in-one-bot-using-c-sharp), it seems it's possible to connect multiple QnA Service. But can't figure it out. Any suggestions?
i have a requirement to catch all the unanswered questions. please suggest me an idea to find unanswered questions. i have to store unanswered questions into a database.
Hi, Can "" in a question be a problem? Because for me it's not working with quotation marks in a question
Hello, QnA Maker service supports active learning in run-time by providing best n matches to the user and allowing the end user to select the right question. How do we...
Hi, I have been using QnAMakerDialog for handing some of my botframework questions and I just updated the Nuget package to 3.0.0 and am getting 2 compile errors in QnaDialog.cs....
I had one method which did not exactly match the delegate, took me some time to find because there is no clear exception or debug message in the catch. Please...
When trying to send a message with an attachment, im getting an error exception, how can i handle this? ` if (activity.Type == ActivityTypes.Message) { try { await Conversation.SendAsync(activity, MakeRoot);...