大家好,我需要一些帮助/了解所需的插槽填充是如何工作的。
查看文档: https ://developers.google.com/assistant/conversational/scenes
我可以添加尽可能多的所需插槽,但是当我尝试在 Google Actions Builder Simulator (Test) 中对其进行测试时,当我只填充一个插槽时出现此错误:
{
"insertId": "---",
"jsonPayload": {
"timestamp": "2021-06-22T11:46:48.872626Z",
"endConversation": {},
"status": {
"message": "There is no prompt message nor helper instruction in the response.",
"code": 13
},
"executionState": {
"sessionParameters": {},
"currentSceneId": "Success",
"slots": {
"status": "COLLECTING",
"slots": {
"goal": {
"status": "FILLED",
"mode": "REQUIRED",
"updated": true,
"value": "goal1"
},
"level": {
"status": "EMPTY",
"mode": "REQUIRED"
}
}
}
}
},
"resource": {
"type": "assistant_action",
"labels": {
"project_id": "---",
"version_id": "",
"action_id": "---"
}
},
"timestamp": "2021-06-22T11:46:48.872626Z",
"severity": "CRITICAL",
"labels": {
"channel": "preview"
},
"logName": "---",
"trace": "---",
"receiveTimestamp": "2021-06-22T11:46:48.912102599Z"
}