Google 视频群聊卡片轮播和输入文本

Google hangouts cards carousel and input text

是否可以在环聊聊天中显示轮播卡片并在卡片中输入字段?

我们可以用纯 html 和 css 做的一种方法,但是用卡 json.

做的任何方法

答案:

没有内置方式在视频群聊中显示轮播卡片,也没有方式包含输入字段,如您在 the official documentation 中所见。

但我想您可以尝试通过执行以下几行来模拟轮播功能:

解决方法:

如果你有 WidgetMarkup, this could include buttons (maybe an ImageButton, something like a navigation arrow) that will trig some action if you click on them. This action could update the data inside the widget, so that, for example, if it includes an image, it changes the URL of the image. These URLs would be properly stored, ordered and retrieved from any kind of database (maybe coming from a spreadsheet? Or using Properties Service?).