Add provides the ability to create responses for Google Workspace
add-ons that extend Google Workspace Studio.
Only available for Google Workspace add-ons that extend Google Workspace Studio.
Sample usage:
function myFunction() { return AddOnsResponseService.newChatDataActionBuilder(); }
Methods
| Method | Return type | Brief description |
|---|---|---|
new | Action | Creates a new Action. |
new | Navigation | Creates a new Navigation. |
new | Render | Creates a new Render. |