Google Workspace Flows を拡張する Google Workspace アドオンが新しいカードのレンダリングに使用できるアクション。
Google Workspace フローを拡張する Google Workspace アドオンの Gemini アルファ版プログラムでのみ利用できます。
const link = AddOnsResponseService.newLink().setUrl('https://www.google.com'); const action = AddOnsResponseService.newAction() .setLink(link); const renderAction = AddOnsResponseService.newRenderActionBuilder().setAction(action).build();
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
add | Action | アクションにカード ナビゲーションを追加します。 |