Các thao tác mà tiện ích bổ sung có thể dùng trong thẻ hoặc ứng dụng lưu trữ.
Dành cho các tiện ích bổ sung của Google Workspace mở rộng 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();
Phương thức
| Phương thức | Kiểu dữ liệu trả về | Mô tả ngắn |
|---|---|---|
print | String | In biểu thị JSON của đối tượng này. |
Tài liệu chi tiết
print Json()
In biểu thị JSON của đối tượng này. Chỉ dùng để gỡ lỗi.
Cầu thủ trả bóng
String