吸收数字员工通知回复任务输入
This commit is contained in:
@@ -215,6 +215,10 @@ function checkDigitalNotificationPreferences() {
|
||||
[adapter, "notificationRows", "management notification rows"],
|
||||
[adapter, "filterNotificationRows", "management notification filters"],
|
||||
[adapter, "muted_by_preferences", "management notification muted marker"],
|
||||
[adapter, "recordNotificationTaskInput", "notification reply task input bridge"],
|
||||
[adapter, "notification_reply", "notification reply task input source"],
|
||||
[adapter, "task_input_recorded", "notification reply task input result"],
|
||||
[adapter, "provide_task_input", "notification reply governance command"],
|
||||
[adapter, "handleNotificationPreferencesPatch", "adapter notification preference patch handler"],
|
||||
[adapter, "notificationMatchesPreferences", "adapter notification preference filter"],
|
||||
[adapter, "update_notification_preferences", "adapter notification preference save action"],
|
||||
@@ -225,6 +229,9 @@ function checkDigitalNotificationPreferences() {
|
||||
[shell, "NOTIFICATION_KIND_OPTIONS", "notification kind mute UI options"],
|
||||
[stateService, "update_notification_preferences", "notification preference runtime event"],
|
||||
[syncService, "notificationBusinessView", "notification sync business view"],
|
||||
[syncService, "governanceProvideTaskInputBusinessView", "notification reply task input sync view"],
|
||||
[syncService, "governance_provide_task_input", "task input sync event kind"],
|
||||
[syncService, "input_length", "task input sync redacted length"],
|
||||
[syncService, "isNotificationEvent", "notification event classifier"],
|
||||
[syncService, "return \"notification\"", "notification business category"],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user