【发布时间】:2018-07-13 14:24:33
【问题描述】:
有时即使我收到了来自履行的正确响应,Google 助理也不会回答我。仅当我使用语音命令时才会发生这种情况,使用键盘总是可以正常工作。
What I receive instead of the response
这只是“思考”。
在 DialogFlow 历史记录中使用 conv.close('You've punched-in into demo as Jack'); 后,我可以看到以下响应:
{
"queryText": "Jack",
"fulfillmentMessages": [
{
"text": {
"text": [
"[{\"type\":0,\"speech\":\"\"}]"
]
}
}
],
"webhookPayload": {
"google": {
"userStorage": "{\"data\":{}}",
"richResponse": {
"items": [
{
"simpleResponse": {
"textToSpeech": "You've punched-in into demo as Jack"
}
}
]
},
"expectUserResponse": false
}
},
"outputContexts": [
...
],
"intent": {
"id": "96f93154-0ae4-4bb4-91c3-c1b796d7cda3",
"displayName": "punch-in"
},
"intentDetectionConfidence": 1,
"languageCode": "en"
}
有人遇到过这样的问题吗?
在 Galaxy S7、Android 6.0.1 上注意到。 谷歌上的行动 v.2.2.0
【问题讨论】:
标签: actions-on-google dialogflow-es