Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Card_Service
SuggestionsResponseBuilder
Interface SuggestionsResponseBuilder
A builder for SuggestionsResponse objects.
interface
SuggestionsResponseBuilder
{
build
()
:
SuggestionsResponse
;
setSuggestions
(
suggestions
:
Suggestions
)
:
SuggestionsResponseBuilder
;
}
Index
Methods
build
set
Suggestions
Methods
build
build
()
:
SuggestionsResponse
Returns
SuggestionsResponse
set
Suggestions
setSuggestions
(
suggestions
:
Suggestions
)
:
SuggestionsResponseBuilder
Parameters
suggestions
:
Suggestions
Returns
SuggestionsResponseBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
build
set
Suggestions
Google Apps Script API
Loading...
A builder for SuggestionsResponse objects.