我的Google助手未与Watson Assistant通讯

时间:2019-04-17 09:00:46

标签: json google-assistant-sdk watson-assistant

我正在做一个项目,我想将我的Watson Assistant与Google Assistant集成在一起,我能够将两者都链接到Google Action,但是实际上我从Google Assistant召唤Watson帮助时,它给了我这个“ Sparko小姐不是现在没有回应。请稍后再试。”

我已经在Google Actions Simulator和Web Simulator上进行了尝试,但始终给我相同的答复。 以下是我从模拟器的“挖掘”标签中获得的代码

{
  "response": "Miss Sparko isn't responding right now. Try again soon.",
  "expectUserResponse": true,
  "conversationToken": "Eo8CS2s0ME...",
  "audioResponse": "//NExAASCI...",
  "ssmlMarkList": [],
  "debugInfo": {
    "sharedDebugInfoList": []
  },
  "visualResponse": {
    "visualElementsList": [
      {
        "displayText": {
          "content": "Miss Sparko isn't responding right now. Try again soon."
        }
      }
    ],
    "suggestionsList": [],
    "agentLogoUrl": ""
  },
  "clientError": 0,
  "is3pResponse": true,
  "clientOperationList": [],
  "projectName": ""
}

0 个答案:

没有答案