Class RenderAction

RenderAction

ユーザー操作に応じて Action を実行して、カードをレンダリングまたは更新します。

Google Workspace フローを拡張する Google Workspace アドオンの Gemini アルファ版プログラムでのみ利用できます。

使用例:

const renderAction = AddOnsResponseService.newRenderActionBuilder()
.setAction(AddOnsResponseService.newAction().setLink(AddOnsResponseService.newLink().setUrl('https://www.google.com')))
.build();

メソッド

メソッド戻り値の型概要
printJson()Stringこのオブジェクトの JSON 表現を出力します。

詳細なドキュメント

printJson()

このオブジェクトの JSON 表現を出力します。これはデバッグ専用です。

戻る

String