一种操作,扩展 Google Workspace Studio 的 Google Workspace 插件可以使用该操作来呈现新卡片。
仅适用于扩展 Google Workspace Studio 的 Google Workspace 插件。
const link = AddOnsResponseService.newLink().setUrl('https://www.google.com'); const action = AddOnsResponseService.newAction() .setLink(link); const renderAction = AddOnsResponseService.newRenderActionBuilder().setAction(action).build();
方法
| 方法 | 返回类型 | 简介 |
|---|---|---|
add | Action | 向操作添加 ModifyCard 操作。 |
add | Action | 向操作添加卡片导航。 |