Class RenderAction

RenderAction

Renders or updates a card by performing an Action in response to a user interaction.

Only available through the Gemini Alpha program for Google Workspace add-ons that extend Google Workspace Flows.

Sample usage:

const renderAction = AddOnsResponseService.newRenderActionBuilder()
.setAction(AddOnsResponseService.newAction().setLink(AddOnsResponseService.newLink().setUrl('https://www.google.com')))
.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