Class SuggestionsResponse

Suggestions Response

A response object that can be returned from a suggestions callback function. This is used with Text Input widgets that implement autocomplete.

Available for Google Workspace add-ons and Google Chat apps.

 const 
  
 suggestionsResponse 
  
 = 
  
 CardService 
 . 
 newSuggestionsResponseBuilder 
 () 
  
 . 
 setSuggestions 
 ( 
  
 CardService 
 . 
 newSuggestions 
 () 
  
 . 
 addSuggestion 
 ( 
 'First suggestion' 
 ) 
  
 . 
 addSuggestion 
 ( 
 'Second suggestion' 
 ), 
  
 ) 
  
 . 
 build 
 (); 

Methods

Method Return type Brief description
String Prints the JSON representation of this object.

Detailed documentation

print Json()

Prints the JSON representation of this object. This is for debugging only.

Return

String

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