Azure Bot - 重试错误 [英] Azure Bot - retry error

查看:80
本文介绍了Azure Bot - 重试错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Azure中有一个基本的机器人,我已经下载了源代码。我可以将它发布回来,它也适用于Test Web Chat窗口。然后我将这个小片段添加到Bot配置文件中以包含QnA制造商服务,然后当我测试
时,它只是说,"无法发送重试"

I have a basic bot in Azure that I have downloaded the source code for. I can publish it back just fine and it works in the Test Web Chat window also. Then I add this little snippet to the Bot configuration file to include a QnA maker service and then when I test, it just says, "Couldn't Send Retry"

        {

            "type":" qna",&
            "name":"QnABot","
  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; " subscriptionKey":"< sub>",&
  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; " kbId":"< kbid>",&$ k $ b  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; " endpointKey":"< endpoint>",&b $ b  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; " hostname":"< hostname>",

  &NBSP; &NBSP; &NBSP; &NBSP; &NBSP; " id":" 7"

  &NBSP; &NBSP; &NBSP; }

        {
            "type": "qna",
            "name": "QnABot",
            "subscriptionKey": "<sub>",
            "kbId": "<kbid>",
            "endpointKey": "<endpoint>",
            "hostname": "<hostname>",
            "id": "7"
        }

任何想法?

推荐答案

它 有时无休止地旋转"等待机器人准备就绪"...... ??
It  also spins sometimes endlessly with "Waiting for bot to be ready"....??


这篇关于Azure Bot - 重试错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆