Class SuggestionsResponse
SuggestionsResponse
Obiekt odpowiedzi, który może być zwracany przez funkcję wywołania zwrotnego sugestii. Jest używany z:
TextInput
widżetów, które obsługują autouzupełnianie.
Dostępne w przypadku dodatków do Google Workspace i aplikacji Google Chat.
var suggestionsResponse = CardService.newSuggestionsResponseBuilder()
.setSuggestions(CardService.newSuggestions()
.addSuggestion("First suggestion")
.addSuggestion("Second suggestion"))
.build();
Metody
Metoda | Zwracany typ | Krótki opis |
printJson() | String | Wypisuje reprezentację tego obiektu w formacie JSON. |
Szczegółowa dokumentacja
printJson()
Wypisuje reprezentację tego obiektu w formacie JSON. Służy tylko do debugowania.
Powrót
String
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["`SuggestionsResponse` objects, used with `TextInput` widgets for autocomplete, facilitate suggestions within Google Workspace Add-ons and Google Chat apps."],["Developers can leverage the `SuggestionsResponseBuilder` to construct a response containing suggestions using methods like `setSuggestions` and `addSuggestion`."],["For debugging purposes, the `printJson()` method outputs the JSON structure of the `SuggestionsResponse` object."]]],[]]