Implement human handoff without losing conversational context
Real World Scenario
Customers complain that when Agentforce escalates to a live agent, they must repeat their issue. The contact center uses Service Cloud with Messaging for In-App and Web.
Expected Answer
Follow-Up Questions & Answers
Click to expand — each follow-up includes a direct, interview-ready answer
Security first: Persist full conversation transcript and structured summary as fields on MessagingSession or Case. Enforce CRUD/FLS explicitly — `with sharing` alone is not enough. Generate a handoff brief: intent, entities extracted, actions attempted, and customer sentiment. Handoff is a product moment, not a technical afterthought. Balance speed of delivery with maintainability.
Architect Perspective
Handoff is a product moment, not a technical afterthought. Structured summaries beat raw chat dumps—agents scan intent and attempted actions in seconds. Feed resolution data back into your knowledge and topic gap analysis pipeline.