Auto-sync: 2026-04-17 19:17

This commit is contained in:
2026-04-17 19:17:27 +08:00
parent a1c4f6495b
commit 52c143d5e4
49 changed files with 1444 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
---
title: "统一收件箱"
type: concept
tags: [Messaging, AI, Architecture]
---
## Definition
将多个渠道的客户消息汇聚到单一AI驱动界面的架构模式实现多平台消息的集中管理和智能处理。
## Related Concepts
- [[Multi-Channel Assistant]]类似的多渠道AI助手模式
- [[消息路由]]:根据渠道和意图分发消息的逻辑
- [[AI自动回复]]:基于知识库的智能响应
## Use Cases
- 多平台客服统一管理
- 社交媒体消息聚合
- 企业通信入口整合
## Connections
- [[Multi-Channel AI Customer Service Platform]] ← implements ← [[统一收件箱]]