הפעולות שתוספים יכולים לבצע בכרטיסים או באפליקציית המארח.
זמין לתוספים ל-Google Workspace שמרחיבים את Google Chat.
const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!"); const navigation = AddOnsResponseService.newNavigation() .setEndNavigation(AddOnsResponseService.EndNavigation.CLOSE_DIALOG); // An action that closes the dialog and shows a notification. const action = AddOnsResponseService.newActionResponseBuilder() .setNavigation(navigation) .setNotification(notification) .build();
Methods
| שיטה | סוג הערך שמוחזר | תיאור קצר |
|---|---|---|
print | String | מדפיס את הייצוג של האובייקט הזה ב-JSON. |
תיעוד מפורט
printJson()
מדפיס את הייצוג של האובייקט הזה ב-JSON. הפעולה הזו מיועדת לניפוי באגים בלבד.
חזרה
String