Class ActionResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ActionResponse
插件可在卡片或宿主应用中使用的操作。
适用于扩展 Google Chat 的 Google Workspace 加载项。
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();