【发布时间】:2017-09-08 14:04:48
【问题描述】:
我正在关注这个代码实验室Facts about You: Build a conversational app for the Google Assistant
我曾经让它工作过,但一定是做错了什么,因为现在全部了。为了 100% 清楚,我已经删除了我电脑上的所有内容,从 Git 下载了代码再次删除了操作控制台中的项目删除了 api.ai 中的项目。这是全新安装的结果。 我没有更改代码实验室的任何内容。
“抱歉,我没有收到任何回复。”
请求似乎正在正确发送
来自动作测试:
{
"conversationToken": "CiZDIzU5Ym...",
"debugLevel": 1,
"inputType": "KEYBOARD",
"locale": "en-US",
"mockLocation": {
"city": "Mountain View",
"coordinates": {
"latitude": 37.421980615353675,
"longitude": -122.08419799804688
},
"formattedAddress": "Googleplex, Mountain View, CA 94043, United States",
"zipCode": "94043"
},
"query": "tell me about cats",
"surface": "GOOGLE_HOME"
}
在火基地接收
[{"name":"actions.capability.AUDIO_OUTPUT"}]},"inputs":[{"rawInputs":[{"query":"tell me about cats","inputType":"VOICE"}],"arguments":[{"rawText":"tell me about cats","textValue":"tell me about cats","name":"text"}],"intent":"actions.intent.TEXT"}],"user":{"locale":"en-US","userId":"AETml1RzwqyijfbawqjZkRSXz-P1"},"device":{},"conversation":{"conversationId":"1504878811393","type":"ACTIVE","conversationToken":"[\"_actions_on_google_\",\"choose_fact-followup\"]"}}},"id":"3b97e239-346f-49a2-a106-96cfb6f69e92","timestamp":"2017-09-08T13:58:29.99Z","lang":"en","result":{"source":"agent","resolvedQuery":"tell me about cats","speech":"","action":"tell.cat.fact","actionIncomplete":false,"parameters":{},"contexts":[{"name":"_actions_on_google_","parameters":{"category.original":"headquarters","category":"headquarters","facts":{"content":{"headquarters":["Google has over 10 fitness facilities in its main campus."],"history":["Google was founded in 1998.","Google was founded by Larry Page and Sergey Brin.","Google went public in 2004.","Google has more than 70 offices in more than 40 countries."]}}},"lifespan":98},{"name":"actions_capability_audio_output","parameters":{},"lifespan":0},{"name":"google_assistant_input_type_voice","parameters":{},"lifespan":0},{"name":"choose_cats-followup","parameters":{},"lifespan":2}],"metadata":{"intentId":"14df3938-3776-477c-811c-d1758ecd15cb","webhookUsed":"true","webhookForSlotFillingUsed":"false","nluResponseTime":19,"intentName":"choose_cats"},"fulfillment":{"speech":"","messages":[{"type":0,"speech":""}]},"score":1},"status":{"code":200,"errorType":"success"},"sessionId":"1504878811393"}
响应返回到操作
{
"audioResponse": "//NExAARAA...",
"conversationToken": "CiZDIzU5Ym...",
"expectUserResponse": true,
"response": "Sorry, I didn't get any response.",
"visualResponse": {
"visualElements": []
}
}
我一定错过了什么。 Firebase 正在接收请求,只是没有正确响应。
训练图像
【问题讨论】:
-
在您的 API.AI 代理中,您在训练日志中看到了什么?
-
图片上传到最后一张
-
我遇到了同样的错误。我的应用程序已经生产了 1 个月,但从今天开始我看到了对不起,我没有得到任何回复。 @DalmTo 现在对你有用吗?
-
我们在 Actions 平台中存在可能导致此问题的错误。我们正在测试一个修复程序,希望能尽快推出。
-
@LeonNicholls 现在开始工作了。
标签: firebase google-api actions-on-google