Files
nexus/wiki/concepts/Voice-Notification-Channel.md
2026-04-23 04:02:48 +08:00

38 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Voice Notification Channel"
type: concept
tags: [notification, voice, alerting, channels]
sources: [phone-call-notifications]
last_updated: 2026-04-23
---
## Definition
Voice Notification Channel 是一种高优先级通知投递机制AI Agent 通过主动拨打电话将关键信息触达用户。与推送通知、聊天消息等文字通道不同,电话具有无法被忽视的物理强制力——用户必须主动操作才能关闭铃音。
## Core Characteristics
- **最高触达优先级**:电话是所有通知渠道中唯一能强制中断用户注意力的通道
- **稀缺性原则**:电话通知必须稀缺,仅用于真正重要的事件;过度使用会导致通知疲劳
- **主动触达**Agent 主动拨叫用户,而非等待用户查询
## Channel Hierarchy
| Channel | Priority | Latency | Attention Force |
|---------|----------|---------|-----------------|
| Phone Call | 🔴 最高 | 即时 | 无法忽视 |
| Push Notification | 🟡 中 | 即时 | 可忽略 |
| Chat Message | 🟢 低 | 即时 | 可埋没 |
| Email | ⚪ 低 | 异步 | 易堆积 |
## Related Concepts
- [[Alerting]] — 告警生成机制
- [[Heartbeat-Monitoring]] — 触发告警的监控机制
- [[Call-Worthy Threshold]] — 判断事件是否触发电话通知的标准
- [[Two-Way Voice Conversation]] — 电话通知的核心差异化能力
## Sources
- [[phone-call-notifications]]