connect my chatbot to QnA in Language Studio

540 Views Asked by At

I'm trying to migrate from qnamaker.ai to language studio (LS). my current config file has kbId listed but, I don't see the kbId under the prediction url in Language Studio.

current file has:

"id": "GeneralITQNA",
                    "kbId": "",
                    "name": "",
                    "hostname": "",
                    "endpointKey":

So what should it have now to connect to QnA in LS? Do I need to use the 'Ocp-Apim-Subscription-Key'?

Is there an example of this such as seen here: https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-qna?view=azure-bot-service-4.0&tabs=js

enter image description here

enter image description here

OR here https://github.com/microsoft/botframework-solutions/blob/master/samples/csharp/assistants/virtual-assistant/VirtualAssistantSample/cognitivemodels.json

enter image description here

Thanks ahead of time for any help or direction!

0

There are 0 best solutions below