Add
Ons
Response
Service
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 |
|---|---|---|
Action
|
Creates a new Action
. |
|
Navigation
|
Creates a new Navigation
. |
|
Render
|
Creates a new Render
. |

