Using MS botframework-sdk with Azure Cognitive Service for Language

chatbotuser 21 Reputation points
2022-11-17T21:17:49.237+00:00

Hello,

Would MS botframework-sdk https://github.com/microsoft/botframework-sdk be supported with Azure Cognitive Service for Language?

I found the SDK Migration guide:

https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/question-answering/how-to/migrate-qnamaker#steps-to-migrate-sdks

https://github.com/Azure/azure-sdk-for-net/blob/Azure.AI.Language.QuestionAnswering_1.1.0-beta.1/sdk/cognitivelanguage/Azure.AI.Language.QuestionAnswering/MigrationGuide.md

to migrate from Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker to Azure.AI.Language.QuestionAnswering, but a quick code search in the botframework-sdk does not show any usages of Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.

I am not sure what the right steps are in this case. Any insight would help.

Thank you.

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
941 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
{count} votes

Accepted answer
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2022-11-18T05:56:38.163+00:00

    @chatbotuser There are samples in the BotBuilder-Samples GH repo for integrating the Custom QA feature of language service with the botframework SDK.

    Sample1
    Sample2

    For guidance and roadmap of integration the language service with botframework there is a GH issue created by botframework team which is open for discussion.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.