Google Workspace 外掛程式可使用這項動作擴充 Google Workspace Flows,以便顯示新卡片。
僅適用於透過 Gemini Alpha 計畫取得的 Google Workspace 外掛程式,可擴充 Google Workspace Flows。
const link = AddOnsResponseService.newLink().setUrl('https://www.google.com'); const action = AddOnsResponseService.newAction() .setLink(link); const renderAction = AddOnsResponseService.newRenderActionBuilder().setAction(action).build();
方法
| 方法 | 傳回類型 | 簡短說明 |
|---|---|---|
add | Action | 在動作中新增資訊卡導覽。 |