Hello SahithiKatakam,
Thank you for clarifying , I was able to create Project in Language Resource and have tested related feature which are just amazing compare to old qnamaker (i can see much improvement in term of ranking, long and short options, suggested question)
Just one thing bothering me is that the bot i created with custom question answering need to customize, hence i have downloaded source code from portal and tried running first on local. but unlike old (V4) qnamaker here also we have to configure knowledgebase id Endpoint key and host name. and here i am unable to find Knowledgebase ID which is required to configure and run application.
{
"MicrosoftAppId": "xxxx",
"MicrosoftAppPassword": "xxxx",
"QnAKnowledgebaseId": "where_should_i_find_this_?",
"QnAEndpointKey": "",
"QnAEndpointHostName": "",
"QnAServiceType": "",
"EnablePreciseAnswer": "true",
"DisplayPreciseAnswerOnly": "false"
}
this id is clearly not available in Language studio.
Thank you anyway.