我正在构建一个动作。我的后端部署在 heroku 上,并使用 Java/Spring Boot。我要打印所有请求参数,但看不到 API.AI 设置的请求参数
"result": {
"source": "agent",
"resolvedQuery": "Weather in Portland",
"action": "yahooWeatherForecast",
"actionIncomplete": false,
"parameters": {
"geo-city": "Portland"
}
我在 request.getParameter 调用中既没有得到“结果”也没有得到“地理城市”。API AI 如何设置这些值?