Class AddonComposeUiActionResponse

AddonComposeUiActionResponse

Represents an action on the addon compose ui.

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

Methods

MethodReturn typeBrief description
printJson()StringPrints the JSON representation of this object.

Detailed documentation

printJson()

Prints the JSON representation of this object. This is for debugging only.

Return

String