我做了以下工作:
- Created a python flask API and ran it on a server using SSL
- Successfully tested the API using Postman
- Created a new project on https://console.actions.google.com/
- Created an action and gave it a name
- Skipped account linking for now (Later I also tried setting up linking without success)
- On the develop section I added my API as the fulfillment URL and saved
- On the test section I switched to "Speaker"
- Then I selected the suggested text
成果:
- No logging appears on the terminal where the flask application is running. So the action did not communicate with my web hook
- In the test section on the actions console I see "We re sorry, but something went wrong. Please try again."
- REQUEST, RESPONSE, and AUDIO are all empty
- DEBUG has the following information:
{
"response": "We re sorry, but something went wrong. Please try again.",
"expectUserResponse": false,
"conversationToken": "",
"audioResponse": "",
"ssmlMarkList": [],
"clientError": 8,
"is3pResponse": false,
"clientOperationList": [],
"projectName": "",
"renderedHtml": "",
"previewStartTimeMicros": "",
"isEmptyResponse": false,
"agentName": "",
"servingModelOutdated": false
}
想得到一点帮助,让我来。 奥索尔确实要求我能够开展我所做的“网络与活动”。 我也试图为账户连接点设置终点站,但看不到试图与它们沟通的任何东西。