Google Workspace 外掛程式可擴充 Google Workspace Studio,並使用這項動作來算繪新資訊卡。
僅適用於擴充 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 | 在動作中新增資訊卡導覽。 |