【发布时间】:2018-04-16 13:22:32
【问题描述】:
目前,当一个意图被调用时,我正在调用一个 webhook 并从 web 服务获取响应,如下所示的 json 结构。
{
"speech": "this text is spoken out loud if the platform supports voice interactions",
"displayText": "this text is displayed visually"
}
这只是文字。或者,例如,我必须得到什么响应才能显示列表。
我尝试了 dialogflow 文档的丰富消息部分。这些结构不起作用。
【问题讨论】:
标签: actions-on-google dialogflow-es api-ai