Class AddonComposeUiActionResponse

AddonComposeUiActionResponse

アドオンの作成 UI でのアクションを表します。

// An AddonComposeUiActionResponse that dismiss the addon compose ui.
const addonComposeUiActionResponse =
    AddOnsResponseService.newAddonComposeUiActionResponseBuilder()
        .setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS)
        .build();

メソッド

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

詳細なドキュメント

printJson()

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

戻る

String