พร้อมให้บริการสำหรับส่วนเสริมของ Google Workspace ที่ขยาย Google Chat
constnotification=AddOnsResponseService.newNotification().setText("You closed a dialog!");constnavigation=AddOnsResponseService.newNavigation().setEndNavigation(AddOnsResponseService.EndNavigation.CLOSE_DIALOG);// An action that closes the dialog and shows a notification.constaction=AddOnsResponseService.newActionResponseBuilder().setNavigation(navigation).setNotification(notification).build();