Class SuggestionsResponse
SuggestionsResponse
אובייקט תשובה שאפשר להחזיר מפונקציית קריאה חוזרת של הצעות. הוא נמצא בשימוש עם
TextInput
ווידג'טים שמטמיעים השלמה אוטומטית.
ההגדרה זמינה לתוספים ל-Google Workspace ולאפליקציות של Google Chat.
var suggestionsResponse = CardService.newSuggestionsResponseBuilder()
.setSuggestions(CardService.newSuggestions()
.addSuggestion("First suggestion")
.addSuggestion("Second suggestion"))
.build();
שיטות
שיטה | סוג הערך המוחזר | תיאור קצר |
printJson() | String | מדפיסה את ייצוג ה-JSON של האובייקט הזה. |
מסמכי תיעוד מפורטים
printJson()
מדפיסה את ייצוג ה-JSON של האובייקט הזה. האפשרות הזו מיועדת לניפוי באגים בלבד.
חזרה
String
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-21 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]