Typescript SDK for the new question and answer service in language studio

Andreas Sommer 21 Reputation points
2022-02-08T15:09:08.723+00:00

Hi,
I developed a typescript bot with an integration of Luis and QnA-Maker. Now the new language studio was released and I want to use the new question and answer service in my typescript bot. I found an online documentation, but I missed the typescript support. Just C# is supported.
https://learn.microsoft.com/de-de/azure/cognitive-services/language-service/question-answering/quickstart/sdk?pivots=programming-language-csharp

Does anybody know how to use the sdk with typescript?

Regards
Andreas

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
364 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,446 questions
{count} votes

Accepted answer
  1. YutongTie-MSFT 46,996 Reputation points
    2022-02-09T00:32:40.187+00:00

    Hello @Andreas Sommer

    Thanks for reaching out to us, I think you are looking for Typescript SDK for Question Answering Service. But unfortunately, we don't have SDK supported Typescript for now.

    Alternatively, you can use REST API when you develop your bot in Typescript. Please refer to the Question Answering API document for more guidance.

    https://learn.microsoft.com/en-us/rest/api/cognitiveservices/questionanswering/question-answering-projects

    Hope this helps.

    - Please kindly accept the answer if you feel helpful, thank you.

    Regards,
    Yutong

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Andreas Sommer 21 Reputation points
    2022-02-18T14:31:35.107+00:00

    Thanks. I used the REST-API.

    0 comments No comments