A healthcare company's Copilot Studio agent collects patient symptoms, medical history, and preferred appointment time before escalating complex cases to a nurse triage specialist. When the handoff occurs, the specialist must see the full conversation transcript plus the structured data (symptom list, history, preferred time) as labeled fields — not just the raw chat text. Which combination of Omnichannel for Customer Service features supports this requirement?
Select an answer to reveal the explanation.
Short Explanation and Infographic
The Transfer to Agent node is the structured data courier — it delivers labeled fields like a properly formatted patient intake form. The transcript view in Omnichannel is the raw conversation scroll. Both together give the nurse the full picture without the patient repeating a word.
Full explanation below image
Full Explanation
Omnichannel for Customer Service provides two complementary mechanisms for context sharing during a bot-to-agent handoff. The Transfer to Agent node's context variables (configured in the Copilot Studio topic) carry structured, labeled data fields — exactly what the nurse needs to see formatted information like {symptomList}, {medicalHistory}, and {preferredTime}. These appear in the Conversation Summary panel in the agent's Omnichannel interface as labeled key-value pairs.
Separately, Omnichannel can be configured to show the bot conversation transcript to the live agent — the full conversation history as it appeared in the chat. This gives the agent the full conversational context (tone, how the patient described symptoms, etc.) that structured fields alone cannot capture.
Both mechanisms serve different needs: structured context variables for machine-readable, quickly-scannable data, and the conversation transcript for the human-readable, nuanced conversational history. Together they fully meet the requirement.
Option B is incorrect because there is no 'Send full transcript' option in Copilot Studio publish settings that bundles both structured data and chat history. These are two separate capabilities configured in different places.
Option C is incorrect because writing to Dataverse and having the specialist open a separate browser tab is a poor user experience pattern for real-time handoffs. It requires the specialist to context-switch applications, introduces latency, and the Dataverse record may not be available at the exact moment the handoff occurs. Omnichannel's built-in context mechanisms are the correct approach.
Option D is incorrect because the supervisor dashboard is a management tool for monitoring agent performance and queue health — it is not the interface that individual triage specialists use to handle incoming conversations. Agents work in the Omnichannel agent dashboard, not the supervisor dashboard.
Exam tip: For Omnichannel handoffs, know that structured data goes via context variables in the Transfer to Agent node, and conversation history is shown via transcript sharing — two separate features that complement each other.