actions-on-google 中是否有 table 组件?

Is there a table component in actions-on-google?

是否可以实现 table 以使用 actions-on-google 和 dialogflow 显示信息?

据我所知,输出 a table 的简单响应中的 markdown 不足,我最好的选择是在每个文本行上内嵌列名。

谢谢。

简而言之 - 没有。

Actions 提供的大多数视觉响应格式旨在成为语音组件的视觉对应物,有时以明显视觉的方式对其进行补充。大多数表格都太大而无法成为 "conversation".

的一部分

根据您的需要,链接到包含表格信息的网站可能是您的最佳选择,或者将一小部分结果作为卡片、选项或建议筹码提供。

正如 Prisoner 所说,该平台并非真正为此而设计。但是,两个半解决方法可能是 using a list selector, if that will work for your use case, or generating an image of a table to use for a basic card。但是,这两种解决方案都不会导致 Google 助理通过语音有效地传达 table 中的任何信息。

现在有一个 table 卡片响应对象! https://developers.google.com/actions/assistant/responses#table_card

太棒了!