Dialogflow-松弛-Dialogflow仅响应“确定”

时间:2019-09-04 14:02:37

标签: dialogflow slack-api

上个月未修改的应用程序suddelny停止工作。

将松弛的有效负载发送到Dialogflow事件请求url(类似https://bots.dialogflow.com/slack/[UNIQUE-ID-HERE]/webhook时)时,每个响应都只有OK个有效负载。

在dialogflow的右侧面板中测试意图时,我正确地看到了预期的响应,例如

{
  "responseId": "[response-unique-id-here]",
  "queryResult": {
  "queryText": "hello",
  "action": "input.welcome",
  "parameters": {},
  "allRequiredParamsPresent": true,
  "fulfillmentText": "Hello!",
  "fulfillmentMessages": [
  {
    "text": {
      "text": [
        "Hello!"
      ]
    },
    "platform": "SLACK"
  },
  {
    "text": {
      "text": [
        "Hello!"
      ]
    }
  }
],
"intent": {
  "name": "projects/newagent-[myID]/agent/intents/[intent-id]",
  "displayName": "Default Welcome Intent"
},
"intentDetectionConfidence": 1,
"languageCode": "it"

} }

即使我直接调用bots.dialogflow.com端点,dialogflow也不会公开此有效负载:即使执行CURL,我也只会收到OK

最近有什么变化吗?我错过了一些新东西吗?

0 个答案:

没有答案