'Adaptive Dialog Recognizer and Question and Answering Project

I have a bot which is written in C# and botframework. I want to use the new adaptive dialog technology and the question and answering database of the language studio. I found the sdk to get the answers from the language resource. Here is the link: https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/quickstart/sdk?pivots=programming-language-csharp But when I write an adaptive dialog, I must set a recognizer object to the dialog. With the "old" qnamaker.ai I can use the QnAMakerRecognizer and get an OnQnAMatch-Action back. Is there a similar way to do that for the new language studio with qna?

Regards Andreas



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source