【问题标题】:Cannot connect QnA maker into Bot Frameowrk Emulator无法将 QnA 制造商连接到 Bot Framework Emulator
【发布时间】:2018-07-25 10:22:37
【问题描述】:

除了我的 QnA 聊天机器人之外,我还尝试将我的 QnA maker 加载到 Bot Framework Emulator 中。

我已经能够成功加载我的聊天机器人并返回响应。我还在 Azure 聊天机器人设置和 Visual Studio 代码 (C#) 中输入了所需的知识库数据。但是当我在机器人框架模拟器内的聊天机器人中输入文本时,它会回复:Please set QnAKnowledgebaseId, QnAAuthKey and QnAEndpointHostName (if applicable) in App Settings. Learn how to get them at https://aka.ms/qnaabssetup.

Screen shot of what is displayed when I make contact with my chatbot inside of the bot framework emulator

我们将不胜感激任何有关解决此问题的帮助!

【问题讨论】:

    标签: azure chatbot qnamaker


    【解决方案1】:

    QnA Maker 于 2018 年 5 月正式推出。新架构建立在 Azure 上,运行时现在部署在 Azure 应用程序上。

    现在,如果您使用的是新的 QnA Maker GA,它需要三个参数才能与 Azure Bot Web App Bot 建立连接。 KnowledgebaseID、AuthKey 和主机名。

    主机名只不过是在创建 QnA Maker 服务时部署的 Web 应用 URL, appname.azurewebsites.net/qnamaker

    您必须在 Azure 门户的应用程序设置中或在构造函数代码部分中提供此信息。

    谢谢!

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2017-11-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-06-15
      • 2020-02-18
      • 2019-11-20
      相关资源
      最近更新 更多