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
Thanks ahead of time for any help or direction!