通话分析数据逻辑

数据来源call-analytics-prod-call-analysis-us-east-1(call-analysis 表) 统计时间:2026-03-11,共 44,151 条已完成 AI 分析的通话记录(§一~§八基于 30,122 条早期快照,§九基于 44,151 条全量数据) 分析目的:梳理 Per-Call AI 现有输出字段,为 Follow-up Task 生成逻辑(Cross-Call AI)提供数据基础


一、现有 AI 输出字段总览

Per-Call AI(Layer 1)每通电话分析后写入 call-analysis 表,以下字段与 Follow-up Task 直接相关:

字段类型说明与 Task 的关系
customer_typeString客户身份分类决定 Task 的 typeBadge 方向
primary_categoryString通话主分类决定是否属于 revenue-impacting
primary_subcategoryString通话子分类(32 个值)typeBadge 映射的核心输入
primary_outcomeString通话结果Task 自动关闭判定依据
follow_up_neededString是否需要跟进Cross-Call AI 综合判断的参考信号
follow_up_reasonsList跟进原因suggestedActions 的参考输入
revenue_priorityString营收优先级priority 映射的参考
callDirectionString通话方向区分主动/被动

二、customer_type — 客户身份分类

数量占比含义
prospective_client12,90442.8%潜在客户(未签约)
existing_member9,92633.0%现有会员
other5,04116.7%其他(vendor、wrong number 等)
returning_visitor1,2824.3%回访客户(曾到店或试课)
former_member8552.8%前会员(已流失)

与 typeBadge 的映射关系

customer_type可能的 typeBadge
prospective_clientLEAD CALL、BOOKED INTRO
existing_memberCANCELLATION RISK、RETENTION、UPGRADE
returning_visitorLEAD CALL、BOOKED INTRO
former_memberWIN-BACK
other一般不生成 Task

三、primary_category — 通话主分类

数量占比含义
revenue_impacting16,00953.1%影响营收的通话(销售、续约、取消等)
other5,98919.9%其他
scheduling4,70315.6%排课相关
service3,30711.0%服务支持

revenue_priority 按 category 分布

primary_categoryhighmediumlownone
revenue_impacting2,18911,0802,68456
scheduling4612,2932,345
service81202,281898
other093325,648

发现revenue_impacting 类通话集中了 99.5% 的 high priority(2,189/2,201),是 Follow-up Task 的主要来源。


四、primary_subcategory — 通话子分类(32 值)

4.1 完整枚举

含义数量占比所属 category
intro_booking试课预约8,77929.1%revenue_impacting
other其他3,84112.8%other
membership_purchase_related会员购买相关2,9869.9%revenue_impacting
class_reschedule课程改期1,5965.3%scheduling
member_support会员服务支持1,4744.9%service
booking_confirmation预约确认1,4574.8%scheduling
class_cancel课程取消1,2404.1%scheduling
general_information一般信息咨询1,0333.4%other
billing_issue账单问题9823.3%service
membership_cancel会员取消9173.0%revenue_impacting
membership_freeze会员冻结8913.0%revenue_impacting
reactivation_purchase回归购买7012.3%revenue_impacting
class_booking课程预约6282.1%scheduling
waitlist_management候补名单管理5871.9%scheduling
class_inquiry课程咨询4251.4%scheduling
lost_found失物招领3791.3%service
technical_support技术支持3411.1%service
policy_clarification政策说明2941.0%service
cancellation_fee_dispute取消费争议2850.9%revenue_impacting
corporate_inquiry企业团体咨询2310.8%other
schedule_conflict时间冲突2270.8%scheduling
member_package会员套餐1990.7%revenue_impacting
membership_downgrade会员降级1460.5%revenue_impacting
member_upgrade会员升级1230.4%revenue_impacting
hours_location营业时间/地址720.2%other
facility_feedback设施反馈560.2%service
referral_program推荐计划280.1%revenue_impacting
complaint_feedback投诉反馈260.1%service
parking_directions停车/路线指引230.1%other
contact_update联系方式更新230.1%other
safety_discussion安全相关讨论140.0%service
liability_concerns责任/免责相关40.0%service

4.2 subcategory → typeBadge 映射建议

typeBadge对应 subcategory典型 customer_type
LEAD CALLintro_booking, membership_purchase_related, general_informationprospective_client
BOOKED INTRObooking_confirmation, class_bookingprospective_client, returning_visitor
CANCELLATION RISKmembership_cancel, membership_freeze, cancellation_fee_dispute, membership_downgradeexisting_member
COMPLAINT RETENTIONmember_support, billing_issue, complaint_feedback, facility_feedbackexisting_member
WIN-BACKreactivation_purchaseformer_member
UPGRADEmember_upgrade, member_packageexisting_member

注:最终 typeBadge 由 Cross-Call AI(Daily Batch)综合多通通话判定,不是 Per-Call 单通直接映射。以上为映射方向参考。


五、primary_outcome — 通话结果

数量占比说明
na16,76555.6%无明确结果(信息咨询、排课等)
success8,63928.7%目标达成(成交、预约成功等)
attempted3,68712.2%已尝试但未达成
cancelled5451.8%取消
pending_follow_up2810.9%待跟进
retained910.3%挽留成功

与 Task 关闭的关系

outcome对应 Task 行为
successPer-Call AI 可自动关闭 Task(autoCloseResult = converted / complaint_resolved 等)
retainedPer-Call AI 可自动关闭 Task(autoCloseResult = cancel_saved)
cancelled可能触发新的 CANCELLATION RISK Task
attemptedTask 保持 open,等待下次跟进
pending_follow_upTask 保持 open,已有明确跟进信号
na不影响 Task 状态

六、follow_up_needed — 跟进需求

数量占比
no29,15396.8%
yes8552.8%

6.1 follow_up_needed = yes 按 customer_type 分布

customer_type数量占比
existing_member50659.2%
prospective_client23327.3%
former_member576.7%
other384.4%
returning_visitor212.5%

6.2 follow_up_needed = yes 按 primary_subcategory 分布(Top 15)

subcategory数量说明
intro_booking201潜在客户试课跟进
billing_issue191账单问题待解决
membership_cancel151取消意向待挽留
membership_purchase_related58购买意向待推进
membership_freeze46冻结会员待回归
cancellation_fee_dispute45取消费争议待解决
member_support37会员支持问题待闭环
reactivation_purchase15回归购买待推进
facility_feedback14设施反馈待跟进
member_package13套餐升级待推进
policy_clarification10政策疑问待解答
complaint_feedback10投诉待处理
membership_downgrade10降级意向待挽留
class_reschedule9调课问题待确认
corporate_inquiry8企业咨询待跟进

发现:现有会员(existing_member)占跟进需求的 59.2%,主要是 billing_issue(191)和 membership_cancel(151)。潜在客户的跟进集中在 intro_booking(201)。


七、revenue_priority — 营收优先级

数量占比
medium11,27037.4%
none8,94729.7%
low7,59025.2%
high2,2017.3%

注:这是 Per-Call AI 对单通通话的优先级判定。Follow-up Task 的 priority 由 Cross-Call AI 综合多通通话重新判定,不直接使用此字段。


八、通话方向

数量占比
Outbound20,31667.4%
Inbound9,80632.6%

九、关键数据洞察

9.1 高频组合(customer_type × subcategory)

customer_typesubcategory数量Task 方向
prospective_clientintro_booking8,543LEAD CALL
prospective_clientmembership_purchase_related1,678LEAD CALL
prospective_clientbooking_confirmation1,284BOOKED INTRO
existing_memberclass_reschedule1,288不生成 Task(常规排课)
existing_membermember_support1,278COMPLAINT RETENTION(如有未解决投诉)
existing_memberclass_cancel1,139不生成 Task(常规取消)
returning_visitormembership_purchase_related1,009LEAD CALL
existing_membermembership_freeze888CANCELLATION RISK
existing_membermembership_cancel864CANCELLATION RISK
existing_memberbilling_issue862RETENTION
former_memberreactivation_purchase578WIN-BACK
existing_membermember_upgrade123UPGRADE

9.2 按业务目标归类(customer_type × subcategory)

综合 customer_typeprimary_subcategory 两个字段,将 44,151 通通话按业务目标归类。每通通话只归入一个类别,所有数字之和 = 44,151。

通话数据可直接驱动的业务目标

#业务目标数量占比
1促进成交19,72044.7%
2投诉挽留11,79926.7%
3避免流失3,3807.7%
4促进升级6691.5%
5挽回客户1,3913.2%
8非客户通话7,04015.9%
9其他无法归类1270.3%
合计44,151100%
  • 非客户通话:customer_type = other(vendor、wrong number、spam 等),不生成 Task。
  • 其他无法归类:subcategory = other 中无法判定方向的通话。
  • 子分类详见下方。

促进成交(19,720)按销售漏斗阶段分 3 个子类:

#子类数量占比包含的 subcategory说明
1.1线索跟进13,76331.2%intro_booking、general_information、corporate_inquiry(prospective_client / returning_visitor)首次接触/咨询阶段,需推动客户预约试课
1.2购买推进3,8448.7%membership_purchase_related(prospective_client / returning_visitor) + member_package(prospective_client / returning_visitor)客户已表达购买意向,需推动完成签约
1.3预约转化2,0194.6%booking_confirmation、class_booking(prospective_client / returning_visitor)客户已预约试课,需确保到店并转化为购买
1.4其他940.2%边缘组合(如 prospective_client × cancellation_fee_dispute 等)不属于上述三个漏斗阶段的零散组合
合计19,720

线索跟进 → 预约转化 → 购买推进 构成销售漏斗的三个阶段。

投诉挽留(11,799)按性质分 5 个子类:

#子类数量占比包含的 subcategory说明
2.1排课与预约6,72915.2%class_reschedule、class_cancel、class_booking、waitlist_management、schedule_conflict、class_inquiry、booking_confirmation(非 prospective_client)排课/改期/取消/候补等操作,大多在通话中解决;未解决时需跟进
2.2服务与技术支持2,0954.7%member_support、technical_support使用过程中遇到的功能/服务问题
2.3账务问题1,5533.5%billing_issue涉及金钱,优先级较高;未解决时可能升级为流失风险
2.4信息与行政9782.2%policy_clarification、lost_found、hours_location、parking_directions、contact_update信息咨询和行政事务,优先级最低
2.5投诉与安全920.2%complaint_feedback、facility_feedback、safety_discussion、liability_concerns客户不满或安全相关反馈,需及时回应
2.6其他3520.8%边缘组合(如 existing_member × intro_booking、existing_member × general_information 等)不属于上述五类的零散组合
合计11,799

说明

  • 归类基于 customer_type + subcategory 的组合映射。同一 subcategory 在不同 customer_type 下可能归入不同目标(如 membership_purchase_related:prospective_client 归"促进成交",existing_member 归"促进升级")。
  • 边界模糊的场景需要 Cross-Call AI 根据对话内容动态判定,而非静态映射。例如:billing_issue 默认归"投诉挽留",但如果客户在通话中表达了取消意向,AI 应将其升级为"避免流失"。

9.3 对 Follow-up Task 生成的启示

  1. 潜在客户占比最高(42.8%),intro_booking(8,779 通)是绝对主力,Cross-Call AI 需重点判定这类客户的漏斗位置
  2. 会员取消风险是第二大 Task 来源:membership_cancel(917)+ membership_freeze(891)+ cancellation_fee_dispute(285)+ membership_downgrade(146)= 2,239 通
  3. Win-back 有明确信号:former_member + reactivation_purchase = 578 通,数据量足以支撑 WIN-BACK typeBadge
  4. 升级机会较少但明确:member_upgrade(123)+ member_package(199)= 322 通
  5. 现有 follow_up_needed 仅 2.8%:Per-Call AI 判定保守,Cross-Call AI 综合分析后预计比例会更高