Everyone judges a chatbot by its answers. Customers judge it by what happens when it fails. A bot that cannot hand over is a trap, and people remember being trapped.
Mistake 1: keyword triggers
Handoff triggered by a word list catches “talk to a human” and misses “is there someone I can call”, “ik wil een medewerker spreken”, and every phrasing you did not think of. Worse, bare words like “agent” or “person” fire on ordinary questions — “is this suitable for one person?” should not summon your support team.
Better: let the model recognise the intent, in any language, and keep a short keyword list only as a fast path for the obvious cases.
Mistake 2: pretending someone is there
“Connecting you to an agent…” at 11pm on a Sunday, followed by silence, is worse than no chatbot. The visitor waits, then leaves angry.
Better: know your business hours. Inside them, hand over and say so. Outside them, say so honestly and take a message — which also captures the lead you would otherwise have lost.
Mistake 3: the human starts from nothing
If your agent opens the conversation and sees only the last message, they ask questions the visitor already answered. That is the moment the customer decides the whole thing was a waste of time.
Better: the agent sees the full transcript, including what the bot already tried and failed to answer.
What good looks like
- Recognises the request however it is phrased, in any language.
- Escalates on its own after repeated failures, before the visitor gives up.
- A thumbs-down offers a human rather than just recording a complaint.
- Tells the visitor honestly whether anyone is available.
- Alerts the team somewhere they actually look.
- Shows the agent the whole conversation, and shows the visitor who they are now talking to.
Questions
Does handoff need someone watching a dashboard?
No. Alerts should come by email or a messenger you already use, and the inbox shows what is waiting when you get there.
What if we are a one-person business?
Then business hours and the leave-a-message flow matter more, not less. Set hours honestly and let the assistant capture contacts the rest of the time.