Class AddOnsResponseService

Add Ons Response Service

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

Detailed documentation

new Action()

Creates a new Action .

Return

Action — An empty Action.


new Navigation()

Creates a new Navigation .

Return

Navigation — An empty Navigation.


new Render Action Builder()

Creates a new Render Action Builder .

Return

Render Action Builder — An empty RenderActionBuilder.

Design a Mobile Site
View Site in Mobile | Classic
Share by: