第63章 销售服务个体人工智能
63.1 销售服务个体定义
销售主体(Sales Subject)是以商品、服务或解决方案为客户提供交易服务,并以促成符合条件的交易结果为主要服务目标的具体主体。
销售主体可以是:
个人个人 企业企业 门店门店 销售岗位销售岗位 销售机构销售机构
或者其他具有销售能力的服务主体。
销售服务个体人工智能(Sales Service Individual Artificial Intelligence,SSIAI)是个体人工智能(Individual Artificial Intelligence,ICAI)中的一种销售服务型个体,是以一个具体销售主体作为模拟对象,根据该销售主体自身的客户对象、商品对象、客户需求、销售目标、销售能力、销售方法、销售行为、交易结果、交易反馈和销售经验,在计算机中建立对应的机器销售个体。
其基本结构为:
SSI={ID,T,Subject,Customer,Product,Need,Goal,Capability,Method,Decision,Behavior,Transaction,Result,Feedback,Memory,Experience,History,Runtime}SSI= \{ ID, T, Subject, Customer, Product, Need, Goal, Capability, Method, Decision, Behavior, Transaction, Result, Feedback, Memory, Experience, History, Runtime \}
其中:
- IDID:销售个体身份;
- TT:销售个体类型;
- SubjectSubject:销售主体;
- CustomerCustomer:客户对象;
- ProductProduct:商品对象;
- NeedNeed:客户需求;
- GoalGoal:销售目标;
- CapabilityCapability:销售能力;
- MethodMethod:销售方法;
- DecisionDecision:销售决策;
- BehaviorBehavior:销售行为;
- TransactionTransaction:交易过程;
- ResultResult:交易结果;
- FeedbackFeedback:交易反馈;
- MemoryMemory:销售记忆;
- ExperienceExperience:销售经验;
- HistoryHistory:销售历史;
- RuntimeRuntime:销售运行状态。
销售服务个体的核心过程为:
客户→客户需求→商品对象→需求匹配→销售目标→销售能力→销售方法→销售决策→销售行为→交易→交易结果→交易反馈→经验学习客户 \rightarrow 客户需求 \rightarrow 商品对象 \rightarrow 需求匹配 \rightarrow 销售目标 \rightarrow 销售能力 \rightarrow 销售方法 \rightarrow 销售决策 \rightarrow 销售行为 \rightarrow 交易 \rightarrow 交易结果 \rightarrow 交易反馈 \rightarrow 经验学习
因此,销售服务个体不是简单的商品展示或订单处理系统,而是一个能够把客户需求、商品结构、销售能力和销售行为连接起来的机器个体。
63.2 销售主体
销售主体是销售服务的实际承担者。
销售主体可以表示为:
Subject={ID,Type,Attribute,Knowledge,Capability,Method,State,Resource,History}Subject= \{ ID, Type, Attribute, Knowledge, Capability, Method, State, Resource, History \}
其中:
- IDID:主体身份;
- TypeType:销售主体类型;
- AttributeAttribute:主体属性;
- KnowledgeKnowledge:销售知识;
- CapabilityCapability:销售能力;
- MethodMethod:销售方法;
- StateState:当前状态;
- ResourceResource:销售资源;
- HistoryHistory:销售历史。
销售主体可以拥有多个商品:
Product={P1,P2,…,Pn}Product= \{P_1,P_2,\ldots,P_n\}
同时拥有多个销售能力:
Capability={C1,C2,…,Cm}Capability= \{C_1,C_2,\ldots,C_m\}
销售主体的实际销售能力取决于当前状态和资源:
AvailableCapability=f(Capability,State,Resource,Customer,Product)AvailableCapability = f( Capability, State, Resource, Customer, Product )
因此:
PotentialCapability≠AvailableCapabilityPotentialCapability \neq AvailableCapability
例如一个销售主体具有某商品的销售能力,但是该商品当前缺货:
Inventory=0Inventory=0
则:
AvailableSalesCapability=0AvailableSalesCapability=0
销售主体必须根据现实条件确定当前能够完成什么销售任务。
63.3 客户对象
客户对象是销售服务个体的直接服务对象和交易参与对象。
客户可以表示为:
Customer={ID,Type,Attribute,State,Need,Budget,Preference,History,Relation}Customer= \{ ID, Type, Attribute, State, Need, Budget, Preference, History, Relation \}
其中:
- IDID:客户身份;
- TypeType:客户类型;
- AttributeAttribute:客户属性;
- StateState:客户状态;
- NeedNeed:客户需求;
- BudgetBudget:客户可用预算条件;
- PreferencePreference:客户偏好;
- HistoryHistory:历史交易;
- RelationRelation:客户与销售主体之间的关系。
销售服务个体需要将客户作为一个持续变化的对象,而不是一次性的交易编号。
客户可能经历:
PotentialCustomer→Interested→Considering→Buying→CompletedPotentialCustomer \rightarrow Interested \rightarrow Considering \rightarrow Buying \rightarrow Completed
也可能:
Interested→RejectedInterested \rightarrow Rejected
因此:
CustomerStatet→SalesBehavior→CustomerStatet+1CustomerState_t \rightarrow SalesBehavior \rightarrow CustomerState_{t+1}
销售行为必须根据客户当前状态进行调整。
63.4 商品对象
商品对象(Product Object)是销售行为直接指向的交易对象。
商品可以表示为:
Product={ID,Type,Name,Attribute,Price,Inventory,State,Capability,Service,Relation}Product= \{ ID, Type, Name, Attribute, Price, Inventory, State, Capability, Service, Relation \}
其中:
- IDID:商品身份;
- TypeType:商品类型;
- NameName:商品名称;
- AttributeAttribute:商品属性;
- PricePrice:价格;
- InventoryInventory:库存;
- StateState:商品状态;
- CapabilityCapability:商品能够满足的需求范围;
- ServiceService:相关服务;
- RelationRelation:商品关系。
商品与客户需求之间形成匹配:
Match(Need,Product)Match(Need,Product)
简单情况下:
Match={1,Product satisfies Need0,otherwiseMatch= \begin{cases} 1,&Product\ satisfies\ Need\\ 0,&otherwise \end{cases}
但实际销售匹配需要考虑:
Need+Product+Price+Inventory+CustomerState+ConditionNeed + Product + Price + Inventory + CustomerState + Condition
因此:
ProductMatch=f(Need,Product,Attribute,Price,Inventory,Customer)ProductMatch = f( Need, Product, Attribute, Price, Inventory, Customer )
销售服务个体不是简单地“推荐商品”,而是计算:
当前商品是否能够满足当前客户的当前需求。
63.5 客户需求
客户需求(Customer Need)是客户希望通过商品、服务或解决方案获得的目标状态或结果。
需求可以表示为:
Need={Object,Type,Condition,Requirement,Priority,ExpectedResult}Need= \{ Object, Type, Condition, Requirement, Priority, ExpectedResult \}
其中:
- ObjectObject:需求作用对象;
- TypeType:需求类型;
- ConditionCondition:需求条件;
- RequirementRequirement:具体要求;
- PriorityPriority:需求优先级;
- ExpectedResultExpectedResult:期望结果。
客户需求可能表现为:
购买商品购买商品 解决问题解决问题 获得服务获得服务 降低成本降低成本 提高效率提高效率 获得特定功能获得特定功能
等。
销售服务个体需要建立:
Customer→NeedCustomer \rightarrow Need
然后:
Need→ProductNeed \rightarrow Product
形成:
客户需求→商品匹配客户需求 \rightarrow 商品匹配
如果一个商品不能满足需求:
Match=0Match=0
则需要寻找其他商品:
Product1→Product2→⋯→ProductnProduct_1 \rightarrow Product_2 \rightarrow \cdots \rightarrow Product_n
直到形成满足条件的候选集合:
P∗={P1,P2,…,Pk}P^*= \{P_1,P_2,\ldots,P_k\}
63.6 销售目标
销售目标(Sales Goal)是销售主体根据客户需求、商品条件、交易条件和销售任务确定的期望销售结果。
销售目标可以表示为:
GS={Customer,Product,Quantity,Condition,Price,Time,Result,Priority}G_S= \{ Customer, Product, Quantity, Condition, Price, Time, Result, Priority \}
例如:
Customer=C1Customer=C_1 Product=P1Product=P_1 Quantity=2Quantity=2 Result=CompletedTransactionResult=CompletedTransaction
销售目标并不等于“必须完成交易”。
销售目标受到客户需求和交易条件约束:
SalesGoal=f(CustomerNeed,Product,Capability,Condition,Rule)SalesGoal = f( CustomerNeed, Product, Capability, Condition, Rule )
如果商品无法满足客户需求:
Goal→ChangeGoal \rightarrow Change
如果客户改变需求:
Needt→Needt+1Need_t \rightarrow Need_{t+1}
销售目标也必须发生变化:
Goalt→Goalt+1Goal_t \rightarrow Goal_{t+1}
因此:
Need→GoalNeed \rightarrow Goal
是销售认知结构的重要关系。
63.7 销售能力
销售能力(Sales Capability)是销售主体在特定客户、商品、条件和资源下能够完成销售任务的能力。
销售能力可以表示为:
CS={CustomerType,ProductType,Condition,Knowledge,Method,Resource,Result}C_S= \{ CustomerType, ProductType, Condition, Knowledge, Method, Resource, Result \}
销售能力可以包括:
ProductIntroductionProductIntroduction NeedAnalysisNeedAnalysis ProductMatchingProductMatching PriceCalculationPriceCalculation OrderProcessingOrderProcessing TransactionProcessingTransactionProcessing CustomerManagementCustomerManagement
等。
当前可用销售能力:
AvailableCapability=f(Capability,CustomerState,ProductState,Inventory,Rule,Resource)AvailableCapability = f( Capability, CustomerState, ProductState, Inventory, Rule, Resource )
例如:
ProductMatching=1ProductMatching=1
但:
Inventory=0Inventory=0
则:
AvailableCapability(SellProduct)=0AvailableCapability(SellProduct)=0
因此:
销售能力→当前条件→可用销售能力销售能力 \rightarrow 当前条件 \rightarrow 可用销售能力
销售能力是销售行为的基础。
63.8 销售方法
销售方法(Sales Method)是销售主体针对客户需求和销售目标所采用的结构化处理方式。
销售方法可以表示为:
MdS={Condition,Customer,Need,Product,Process,Action,Result}Md_S= \{ Condition, Customer, Need, Product, Process, Action, Result \}
基本结构:
Condition→Customer→Need→Product→Process→Action→ResultCondition \rightarrow Customer \rightarrow Need \rightarrow Product \rightarrow Process \rightarrow Action \rightarrow Result
销售方法选择:
Md∗=f(Customer,Need,Goal,Product,State,Capability,Rule)Md^* = f( Customer, Need, Goal, Product, State, Capability, Rule )
例如:
Need→ProductMatch→ProductComparison→Offer→OrderNeed \rightarrow ProductMatch \rightarrow ProductComparison \rightarrow Offer \rightarrow Order
如果客户需求发生变化:
Needt≠Needt+1Need_t \neq Need_{t+1}
则:
Mdt→Mdt+1Md_t \rightarrow Md_{t+1}
因此销售方法不是固定的话术,而是根据对象、需求、状态、能力和规则形成的结构化服务方法。
63.9 销售行为
销售行为(Sales Behavior)是销售主体依据销售目标、客户需求、销售方法和销售决策执行的具体销售活动。
可以表示为:
BS=f(Customer,Need,Product,Goal,Capability,Method,Decision)B_S= f( Customer, Need, Product, Goal, Capability, Method, Decision )
销售行为可以包括:
IdentifyCustomerIdentifyCustomer AnalyzeNeedAnalyzeNeed SelectProductSelectProduct IntroduceProductIntroduceProduct CalculatePriceCalculatePrice CreateOrderCreateOrder ConfirmOrderConfirmOrder ProcessTransactionProcessTransaction CompleteSaleCompleteSale
等。
销售行为形成:
客户→需求识别→商品匹配→销售方案→交易决策→销售行为→交易结果客户 \rightarrow 需求识别 \rightarrow 商品匹配 \rightarrow 销售方案 \rightarrow 交易决策 \rightarrow 销售行为 \rightarrow 交易结果
销售行为必须受到销售规则约束。
因此:
Behavior⊆AllowedSalesBehaviorBehavior \subseteq AllowedSalesBehavior
如果交易条件不满足:
Condition=0Condition=0
则:
Behavior=RejectBehavior=Reject
或:
Behavior=ChangeMethodBehavior=ChangeMethod
因此,销售行为是销售目标、能力、方法和交易条件共同作用的结果。
63.10 交易反馈
交易反馈(Transaction Feedback)是销售行为完成后,从客户、订单、商品、交易结果和服务过程获得的反馈信息。
反馈可以表示为:
FS={CustomerFeedback,ProductFeedback,OrderFeedback,TransactionFeedback,ResultFeedback}F_S= \{ CustomerFeedback, ProductFeedback, OrderFeedback, TransactionFeedback, ResultFeedback \}
销售行为:
Behavior→TransactionBehavior \rightarrow Transaction
交易产生:
Transaction→ResultTransaction \rightarrow Result
结果产生反馈:
Result→FeedbackResult \rightarrow Feedback
例如:
销售行为→客户购买→交易完成→客户满意销售行为 \rightarrow 客户购买 \rightarrow 交易完成 \rightarrow 客户满意
也可能:
销售行为→客户未购买→交易失败→原因反馈销售行为 \rightarrow 客户未购买 \rightarrow 交易失败 \rightarrow 原因反馈
因此:
Feedback→ExperienceFeedback \rightarrow Experience
交易反馈是销售经验形成的重要数据来源。
63.11 经验学习
经验学习(Experience Learning)是销售服务个体根据历史客户、客户需求、商品匹配、销售方法、销售行为、交易结果和客户反馈形成新的结构化经验,并将经过验证的经验用于后续销售计算的过程。
销售经验可以表示为:
ES=f(Customer,Need,Product,Method,Behavior,Result,Feedback,History)E_S= f( Customer, Need, Product, Method, Behavior, Result, Feedback, History )
经验结构可以表示为:
Experience={Condition,Need,Product,Method,Behavior,Result,Feedback}Experience= \{ Condition, Need, Product, Method, Behavior, Result, Feedback \}
例如:
客户需求类型=A客户需求类型=A
采用:
销售方法=M1销售方法=M_1
产生:
Result=SuccessResult=Success
获得:
Feedback=PositiveFeedback=Positive
则形成:
Experience1=(A,M1,Success,Positive)Experience_1= (A,M_1,Success,Positive)
经验经过验证后,可以影响销售知识:
Experience→KnowledgeExperience \rightarrow Knowledge
影响销售方法:
Experience→MethodUpdateExperience \rightarrow MethodUpdate
影响销售能力:
Experience→CapabilityUpdateExperience \rightarrow CapabilityUpdate
形成:
历史交易→反馈→经验→方法更新→能力更新历史交易 \rightarrow 反馈 \rightarrow 经验 \rightarrow 方法更新 \rightarrow 能力更新
因此,销售个体可以通过历史交易不断形成自身的结构化经验。
63.12 能力更新
销售能力更新(Capability Update)是销售服务个体根据经过验证的交易经验、客户反馈、销售结果和知识变化,对销售能力结构进行调整的过程。
能力更新可以表示为:
Ct+1=f(Ct,Et,Ft,Kt,Resultt)C_{t+1} = f( C_t, E_t, F_t, K_t, Result_t )
其中:
- CtC_t:当前销售能力;
- EtE_t:当前销售经验;
- FtF_t:交易反馈;
- KtK_t:销售知识;
- ResulttResult_t:交易结果;
- Ct+1C_{t+1}:更新后的销售能力。
能力更新可能表现为:
Capability→AddCapability \rightarrow Add Capability→ModifyCapability \rightarrow Modify Capability→RestrictCapability \rightarrow Restrict Capability→RemoveCapability \rightarrow Remove
例如某种商品匹配方法经过多次成功交易验证:
Methodsuccess↑Method_{success}\uparrow
则可以形成:
Experience→MethodStrengthening→CapabilityStrengtheningExperience \rightarrow MethodStrengthening \rightarrow CapabilityStrengthening
如果某方法持续导致交易失败:
Methodfailure↑Method_{failure}\uparrow
则:
Method→Review→ModifyMethod \rightarrow Review \rightarrow Modify
因此:
经验学习→方法更新→能力更新经验学习 \rightarrow 方法更新 \rightarrow 能力更新
构成销售服务个体的能力发展过程。
63.13 销售服务个体完整运行模型
将本章全部结构统一起来:
Customer→Need→Product→Goal→Capability→Method→Decision→Behavior→Transaction→Result→Feedback→Experience→CapabilityUpdateCustomer \rightarrow Need \rightarrow Product \rightarrow Goal \rightarrow Capability \rightarrow Method \rightarrow Decision \rightarrow Behavior \rightarrow Transaction \rightarrow Result \rightarrow Feedback \rightarrow Experience \rightarrow CapabilityUpdate
完整运行过程为:
客户进入
↓
识别客户对象
↓
读取客户状态
↓
识别客户需求
↓
识别商品对象
↓
执行需求—商品匹配
↓
形成销售目标
↓
检查销售能力
↓
选择销售方法
↓
形成销售决策
↓
执行销售行为
↓
形成交易
↓
产生交易结果
↓
获得交易反馈
↓
记录交易记忆
↓
形成销售经验
↓
验证经验
↓
更新销售知识
↓
更新销售方法
↓
更新销售能力
↓
进入下一次销售服务
核心闭环为:
需求→商品→目标→能力→方法→行为→交易→反馈→经验→能力更新需求 \rightarrow 商品 \rightarrow 目标 \rightarrow 能力 \rightarrow 方法 \rightarrow 行为 \rightarrow 交易 \rightarrow 反馈 \rightarrow 经验 \rightarrow 能力更新
63.14 销售服务个体机器模型
销售服务个体最终可以表示为:
SSI={ID,T,Subject,Customer,Product,Need,Goal,Capability,Method,Decision,Behavior,Transaction,Result,Feedback,Memory,Experience,History,Runtime}SSI= \{ ID, T, Subject, Customer, Product, Need, Goal, Capability, Method, Decision, Behavior, Transaction, Result, Feedback, Memory, Experience, History, Runtime \}
其核心匹配关系为:
Match=f(Customer,Need,Product,State,Capability,Condition)Match= f( Customer, Need, Product, State, Capability, Condition )
其销售目标关系为:
Goal=f(Need,Product,Customer,Condition)Goal= f( Need, Product, Customer, Condition )
其销售能力关系为:
Capability=f(Knowledge,Experience,Product,Customer,Method,State)Capability= f( Knowledge, Experience, Product, Customer, Method, State )
其销售行为关系为:
Behavior=f(Goal,Capability,Method,Decision,Customer,Product)Behavior= f( Goal, Capability, Method, Decision, Customer, Product )
其经验学习关系为:
Experience=f(Behavior,Transaction,Result,Feedback,History)Experience= f( Behavior, Transaction, Result, Feedback, History )
最终:
Need→Product→Goal→Capability→Method→Behavior→Transaction→Feedback→Experience→CapabilityUpdate\boxed{ Need \rightarrow Product \rightarrow Goal \rightarrow Capability \rightarrow Method \rightarrow Behavior \rightarrow Transaction \rightarrow Feedback \rightarrow Experience \rightarrow CapabilityUpdate }
63.15 销售服务个体工程模型
销售服务理论需要映射到ICAI工程体系。
基本映射关系为:
销售服务理论→销售个体对象模型→SalesIndividual对象→PHP Class→SalesService→SalesEngine→Repository→MySQL→SalesRuntime销售服务理论 \rightarrow 销售个体对象模型 \rightarrow SalesIndividual对象 \rightarrow PHP\ Class \rightarrow SalesService \rightarrow SalesEngine \rightarrow Repository \rightarrow MySQL \rightarrow SalesRuntime
核心对象可以包括:
SalesIndividual
↓
销售个体
Customer
↓
客户对象
Product
↓
商品对象
CustomerNeed
↓
客户需求
SalesGoal
↓
销售目标
SalesCapability
↓
销售能力
SalesMethod
↓
销售方法
SalesDecision
↓
销售决策
SalesBehavior
↓
销售行为
Transaction
↓
交易对象
TransactionFeedback
↓
交易反馈
SalesExperience
↓
销售经验
核心PHP类:
class SalesIndividual
{
protected $id;
protected $type;
protected $customer;
protected $products;
protected $needs;
protected $goals;
protected $capabilities;
protected $methods;
protected $decisions;
protected $behaviors;
protected $transactions;
protected $feedback;
protected $experience;
protected $history;
public function identifyNeed($customer)
{
// 根据客户对象和状态形成需求结构
}
public function matchProduct($need)
{
// 计算需求与商品之间的结构匹配
}
public function buildGoal($need, $product)
{
// 建立销售目标
}
public function matchCapability($need, $product)
{
// 计算当前可用销售能力
}
public function selectMethod($need, $product)
{
// 选择销售方法
}
public function makeDecision($method)
{
// 形成销售决策
}
public function executeBehavior($decision)
{
// 执行销售行为
}
public function receiveFeedback($feedback)
{
// 接收交易反馈
}
public function learnExperience()
{
// 根据验证后的交易经验形成更新
}
public function updateCapability()
{
// 更新销售能力结构
}
}
按照ICAI工程分层:
SalesIndividual→SalesService→SalesEngine→SalesRepositorySalesIndividual \rightarrow SalesService \rightarrow SalesEngine \rightarrow SalesRepository
其中:
SalesService负责销售业务流程组织。
SalesEngine负责核心销售计算:
Need→ProductMatch→Goal→Capability→Method→Decision→BehaviorNeed \rightarrow ProductMatch \rightarrow Goal \rightarrow Capability \rightarrow Method \rightarrow Decision \rightarrow Behavior
SalesRepository负责销售个体数据的持久化。
63.16 销售服务个体Runtime模型
Runtime(运行时)是销售机器个体在实际服务过程中保存和更新当前客户、需求、商品、目标、能力、方法、决策、行为、交易和反馈的动态结构。
销售Runtime可以表示为:
Runtime={Customer,State,Need,Product,Goal,Capability,Method,Decision,Behavior,Transaction,Result,Feedback,Experience}Runtime= \{ Customer, State, Need, Product, Goal, Capability, Method, Decision, Behavior, Transaction, Result, Feedback, Experience \}
一次销售任务:
Rt={Customert,Needt,Productt,Goalt,Capabilityt,Methodt,Decisiont,Behaviort,Transactiont}R_t= \{ Customer_t, Need_t, Product_t, Goal_t, Capability_t, Method_t, Decision_t, Behavior_t, Transaction_t \}
运行过程:
Rt→Resultt→Feedbackt→Experiencet→Update→Rt+1R_t \rightarrow Result_t \rightarrow Feedback_t \rightarrow Experience_t \rightarrow Update \rightarrow R_{t+1}
完整Runtime:
Runtime启动
↓
读取销售个体
↓
读取客户
↓
读取客户状态
↓
读取客户需求
↓
读取商品
↓
执行需求—商品匹配
↓
形成销售目标
↓
计算可用销售能力
↓
选择销售方法
↓
形成销售决策
↓
执行销售行为
↓
形成交易
↓
获取交易结果
↓
接收交易反馈
↓
记录销售记忆
↓
形成销售经验
↓
验证经验
↓
更新销售知识
↓
更新销售方法
↓
更新销售能力
↓
更新Runtime
↓
进入下一销售任务
因此:
SalesRuntime=Recognition+Matching+Goal+Capability+Method+Decision+Behavior+Transaction+Feedback+LearningSalesRuntime = Recognition + Matching + Goal + Capability + Method + Decision + Behavior + Transaction + Feedback + Learning
63.17 本章总结
销售服务个体人工智能是以具体销售主体为模拟对象建立的机器销售个体。
其核心结构为:
销售主体+客户对象+商品对象+客户需求+销售目标+销售能力+销售方法+销售行为+交易反馈+经验学习销售主体 + 客户对象 + 商品对象 + 客户需求 + 销售目标 + 销售能力 + 销售方法 + 销售行为 + 交易反馈 + 经验学习
其核心认知过程为:
客户→客户需求→商品对象→需求匹配客户 \rightarrow 客户需求 \rightarrow 商品对象 \rightarrow 需求匹配
其核心销售过程为:
需求→销售目标→销售能力→销售方法→销售决策→销售行为→交易需求 \rightarrow 销售目标 \rightarrow 销售能力 \rightarrow 销售方法 \rightarrow 销售决策 \rightarrow 销售行为 \rightarrow 交易
其核心学习过程为:
交易结果→交易反馈→销售经验→知识更新→方法更新→能力更新交易结果 \rightarrow 交易反馈 \rightarrow 销售经验 \rightarrow 知识更新 \rightarrow 方法更新 \rightarrow 能力更新
最终形成:
客户→需求→商品→目标→能力→方法→决策→行为→交易→反馈→经验→能力更新\boxed{ 客户 \rightarrow 需求 \rightarrow 商品 \rightarrow 目标 \rightarrow 能力 \rightarrow 方法 \rightarrow 决策 \rightarrow 行为 \rightarrow 交易 \rightarrow 反馈 \rightarrow 经验 \rightarrow 能力更新 }
与第62章客服个体人工智能相比,客服个体主要解决:
客户问题→服务处理→问题结果客户问题 \rightarrow 服务处理 \rightarrow 问题结果
而销售服务个体主要解决:
客户需求→商品匹配→销售目标→交易行为→交易结果客户需求 \rightarrow 商品匹配 \rightarrow 销售目标 \rightarrow 交易行为 \rightarrow 交易结果
因此:
客服个体人工智能→解决客户服务问题客服个体人工智能 \rightarrow 解决客户服务问题 销售服务个体人工智能→完成客户需求与商品之间的交易服务销售服务个体人工智能 \rightarrow 完成客户需求与商品之间的交易服务
二者都属于服务个体,但服务目标和行为结构不同。
最终,销售服务个体形成:
需求识别→商品匹配→销售决策→销售行为→交易反馈→经验学习\boxed{ 需求识别 \rightarrow 商品匹配 \rightarrow 销售决策 \rightarrow 销售行为 \rightarrow 交易反馈 \rightarrow 经验学习 }
这使销售服务个体成为ICAI服务体系中连接客户、商品、需求、交易、服务能力和经验学习的重要机器个体类型。