ユーザー操作に応じて Action を実行して、カードをレンダリングまたは更新します。
Google Workspace フローを拡張する Google Workspace アドオンの Gemini アルファ版プログラムでのみ利用できます。
使用例:
const renderAction = AddOnsResponseService.newRenderActionBuilder() .setAction(AddOnsResponseService.newAction().setLink(AddOnsResponseService.newLink().setUrl('https://www.google.com'))) .build();
メソッド
| メソッド | 戻り値の型 | 概要 |
|---|---|---|
print | String | このオブジェクトの JSON 表現を出力します。 |
詳細なドキュメント
print Json()
このオブジェクトの JSON 表現を出力します。これはデバッグ専用です。
戻る
String