Class AddOnsResponseService

AddOnsResponseService

AddOnsResponseService は、Google Workspace Flows を拡張する Google Workspace アドオンのレスポンスを作成する機能を提供します。

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

使用例:

function myFunction() {
  return AddOnsResponseService.newChatDataActionBuilder();
}

メソッド

メソッド戻り値の型概要
newAction()Action新しい Action を作成します。
newNavigation()Navigation新しい Navigation を作成します。
newRenderActionBuilder()RenderActionBuilder新しい RenderActionBuilder を作成します。

詳細なドキュメント

newAction()

新しい Action を作成します。

戻る

Action - 空のアクション。


newNavigation()

新しい Navigation を作成します。

戻る

Navigation - 空の Navigation。


newRenderActionBuilder()

新しい RenderActionBuilder を作成します。

戻る

RenderActionBuilder - 空の RenderActionBuilder。