A builder for Suggestions
objects.
Available for Google Workspace Add-ons and Google Chat apps.
Methods
Method | Return type | Brief description |
---|---|---|
build() | Suggestions | Builds the current suggestions response and validates it. |
set | Suggestions | Sets the suggestions used in auto complete in text fields. |
Detailed documentation
build()
Builds the current suggestions response and validates it.
Return
Suggestions
— A validated SuggestionsResponse.
Throws
Error
— if the constructed suggestions response isn't valid.
setSuggestions(suggestions)
Sets the suggestions used in auto complete in text fields.
Parameters
Name | Type | Description |
---|---|---|
suggestions | Suggestions | The Suggestions to use. |
Return
Suggestions
— This object.