标签: bots azure-bot-service qnamaker
我正面临问题,因为我无法将qna maker bot连接到azure bot服务。在qna maker平台上,一切正常,但是当我进入bot服务并在网络聊天中进行测试时,它不起作用,它只会重复我键入的消息。我已经将QnAKnowledgebaseId,QnAAuthKey和QnAEndpointHostName从QNA制造商复制到了bot服务设置。 enter image description here
答案 0 :(得分:1)
响应似乎来自基本模板。请尝试使用问答模板创建漫游器:
这将添加 Microsoft.Bot.Builder.CognitiveServices 程序包以及QnAMakerDialog。