Class Action
Stay organized with collections
Save and categorize content based on your preferences.
Action
An action that Google Workspace add-ons that extend Google Workspace Studio can use to render a new card.
Only available for Google Workspace add-ons that extend Google Workspace Studio.
constlink=AddOnsResponseService.newLink().setUrl('https://www.google.com'); constaction= AddOnsResponseService.newAction() .setLink(link); constrenderAction=AddOnsResponseService.newRenderActionBuilder().setAction(action).build();
Methods
| Method | Return type | Brief description |
|---|---|---|
add | Action | Adds a ModifyCard operation to the action. |
add | Action | Adds a card navigation to the action. |
Detailed documentation
addModifyCard(modifyCard)
Adds a ModifyCard operation to the action.
Parameters
| Name | Type | Description |
|---|---|---|
modify | Modify | The Modify to use. |
Return
Action — This action object, for chaining.