【发布时间】:2018-02-10 04:24:24
【问题描述】:
如何使用 dialogflow 在 google 控制台上获得多个响应? 我在谷歌控制台上模拟了操作,但只显示了两个响应 没有显示第三个响应的地方
这是我的 json 响应
{
"source": "webhook",
"data": {
"google": {
"is_ssml": true,
"permissions_request": null,
"expect_user_response": true
}
},
"messages": [
{
"type": 0,
"speech": "peter Got around 28 marks in maths. which is ranked 1 among 3 candidate in class 1"
},
{
"textToSpeech": "peter Got around 28 marks in maths. which is ranked 1 among 3 candidate in class 1",
"platform": "google",
"displayText": "peter Got around 28 marks in maths. which is ranked 1 among 3 candidate in class 1",
"type": "simple_response"
},
{
"textToSpeech": "Working",
"platform": "google",
"displayText": "Working",
"type": "simple_response"
},
{
"textToSpeech": "Working 2",
"platform": "google",
"displayText": "Working 2",
"type": "simple_response"
}
]
}
这是我的控制台输出
非常感谢任何有关此的帮助
谢谢
问候赛义夫
【问题讨论】:
标签: actions-on-google dialogflow-es google-assistant-sdk