路易斯没有工作因为它的维护(只是在西班牙文化中)?

时间:2018-05-04 10:28:51

标签: luis

我们的西班牙文化登台应用程序昨天无效,今天我们的生产应用程序也无法运行。问题是某些意图没有返回任何实体。在luis的网站上,我们宣布“我们正在进行系统范围的维护。有些应用程序可能会暂时无法使用。感谢您的耐心等待。”

我们想知道它是否是正常情况以及它会持续多久。我们的机器人正在生产中,这意味着它是一种产品。我们关心我们的产品,不要因任何意外中断服务。

我们也想知道是否有任何技术方法可以避免这种情况。

错误的详细信息,当呼叫版本为英语https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/xxxx?subscription-key=xxxxxxxxxx&verbose=true&timezoneOffset=0&q=malaga

        {
      "query": "malaga",
      "topScoringIntent": {
        "intent": "sports_football_team_global",
        "score": 0.989564657
      },
      "intents": [
        {
          "intent": "sports_football_team_global",
          "score": 0.989564657
        },
        {
          "intent": "sports_user_follow",
          "score": 0.256285429
        },
        {
          "intent": "sports_user_unfollow",
          "score": 0.0624738075
        },
        {
          "intent": "sports_football_team_information",
          "score": 0.0452761
        },
        {
          "intent": "sports_user_notification_level",
          "score": 0.0250913966
        },
        {
          "intent": "OPTA_Cancelar",
          "score": 0.01700071
        },
        {
          "intent": "None",
          "score": 0.0113976067
        },
        {
          "intent": "sports_user_enable_notification",
          "score": 0.01062314
        },
        {
          "intent": "sports_user_emotion_hate",
          "score": 0.008717464
        },
        {
          "intent": "sports_competition_classification",
          "score": 0.006895263
        },
        {
          "intent": "sports_user_welcome",
          "score": 0.003931297
        },
        {
          "intent": "root_change_user_info",
          "score": 0.002939801
        },
        {
          "intent": "sports_user_disable_notification",
          "score": 0.00284402771
        },
        {
          "intent": "sports_team_last_match",
          "score": 0.002589234
        },
        {
          "intent": "sports_next_match_bytime",
          "score": 0.00225439551
        },
        {
          "intent": "sports_showmore_team",
          "score": 0.00210961024
        },
        {
          "intent": "sports_competition_next_round",
          "score": 0.00183723459
        },
        {
          "intent": "sports_team_next_match",
          "score": 0.0017626757
        },
        {
          "intent": "sports_competition_last_round",
          "score": 0.001716528
        },
        {
          "intent": "sports_user_emotion_gol",
          "score": 0.001380223
        },
        {
          "intent": "sports_user_unfollow_all",
          "score": 0.00104989111
        },
        {
          "intent": "sports_user_current_match",
          "score": 0.0008975425
        },
        {
          "intent": "sports_user_last_match",
          "score": 0.0005386151
        },
        {
          "intent": "sports_user_show_follow",
          "score": 0.0004062014
        },
        {
          "intent": "sports_team_current_match",
          "score": 0.000116936135
        },
        {
          "intent": "sports_user_next_match",
          "score": 1.70625044E-05
        }
      ],
      "entities": [
        {
          "entity": "malaga",
          "type": "football_team",
          "startIndex": 0,
          "endIndex": 5,
          "resolution": {
            "values": [
              "Málaga"
            ]
          }
        }
      ]

版本西班牙语https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/xxxxxx?subscription-key=xxxx&verbose=true&timezoneOffset=0&q=malaga

{
  "query": "malaga",
  "topScoringIntent": {
    "intent": "sports_football_team_global",
    "score": 0.9602209
  },
  "intents": [
    {
      "intent": "sports_football_team_global",
      "score": 0.9602209
    },
    {
      "intent": "sports_user_disable_notification",
      "score": 0.130784482
    },
    {
      "intent": "sports_team_last_match",
      "score": 0.09194096
    },
    {
      "intent": "sports_user_notification_level",
      "score": 0.08853955
    },
    {
      "intent": "sports_team_next_match",
      "score": 0.0597797334
    },
    {
      "intent": "sports_user_unfollow",
      "score": 0.0510462932
    },
    {
      "intent": "sports_football_team_information",
      "score": 0.0401076
    },
    {
      "intent": "sports_competition_classification",
      "score": 0.03524222
    },
    {
      "intent": "sports_user_follow",
      "score": 0.02526744
    },
    {
      "intent": "sports_next_match_bytime",
      "score": 0.0111262156
    },
    {
      "intent": "sports_user_enable_notification",
      "score": 0.009637802
    },
    {
      "intent": "sports_team_current_match",
      "score": 0.00436334638
    },
    {
      "intent": "sports_user_emotion_hate",
      "score": 0.004245238
    },
    {
      "intent": "None",
      "score": 0.00323706563
    },
    {
      "intent": "sports_user_show_follow",
      "score": 0.00276356842
    },
    {
      "intent": "sports_showmore_team",
      "score": 0.00234427629
    },
    {
      "intent": "sports_user_last_match",
      "score": 0.00233005267
    },
    {
      "intent": "sports_user_welcome",
      "score": 0.00157872075
    },
    {
      "intent": "sports_competition_next_round",
      "score": 0.00108685123
    },
    {
      "intent": "sports_user_emotion_gol",
      "score": 0.000902815256
    },
    {
      "intent": "sports_competition_last_round",
      "score": 0.000205698016
    },
    {
      "intent": "sports_user_current_match",
      "score": 0.000102570972
    },
    {
      "intent": "sports_user_next_match",
      "score": 3.606828E-05
    },
    {
      "intent": "sports_user_unfollow_all",
      "score": 3.43515676E-05
    }
  ],
  "entities": []
}

1 个答案:

答案 0 :(得分:0)

这是一个暂时的问题,已经解决了。如有任何问题,请联系Luisuservoice@microsoft.com。