Human handover & live chat
Bots are great as a first line of support. However, they are not (yet) as smart as capable as real humans. From our experience at Chatlayer, we noticed that hybrid forms of chatbots in combination with live agents usually offer the best user experience. This is called human handover, offloading, or agent transfer.
When is a user handed over to a live agent?
You can configure when a user is transferred to a live agent yourself by adding a plugin called 'Send to offload provider'. When that plugin is reached, the user status will change to 'Offloaded'. The user will be transferred to one of the three predefined bot dialogs.
As long as a live agent has not taken over the chat session, the bot will remain active so the user can ask other questions and keep interacting with the bot. The live agent will have a full transcript of the chat session with the user available.
Typical patterns that lead to a handover
Human handover, or disabling the bot and allowing a human agent to take over can happen in three situations:
User explicitly requests talking to a live agent. E.g. by typing βI want to speak to a real agentβ. This can be captured in a separate intent and bot dialog, that refers to the human handover platform.
User reaches the βnot understoodβ bot dialog. This happens when the NLP has low confidence in the understanding of the userβs messages. This can be configured to trigger the bot to ask a question βDo you want to talk to a human agent?β
User reaches a point in the conversation that is not supported yet. For example, this could be at the end of the βsend paper to a new addressβ conversation flow. The bot will be used to collect the necessary information and when reaching the end of the flow will be connected to a live agent for manual input in the backend system. This is already way more efficient than having the user collect all necessary information.
Best practices
The perfect human handover integration has a few key characteristics that help the agent resolve the customer's problem more easily
Skill-based routing: make sure that your bot can detect the type of problem your customer is having, and route the user to the right agent immediately. You can use intents for this, but buttons also work.
Tags & variables: bots are great at gathering input. Need to know a customer's name, e-mail address and which products they bought? Have the bot ask those questions, and send that data to the agent when the customer is handed over.
Make sure the agent can see the last messages sent between bot and customer. This will give them some context about the conversation, helping identify the problem more easily.
Types of live chat platform integrations
There are two basic types of live chat integrations. The main difference lies in how they manage channels.
Chatlayer controls the channels
The channels are directly linked to Chatlayer (in the Channels tab)
When the handover is triggered, the live chat platform is notified about a new conversation
The agent takes over the conversation. The bot is put on hold.
All messages will continue to be sent through Chatlayer, so they can end up at the right channel.
Examples: Genesys PureCloud, HelpScout, Salesforce ServiceCloud
Live chat platform controls the channels
The channels are linked to the live chat platform itself
Chatlayer is linked to the live chat platform. From the Chatlayer perspective, the only channel for this bot is the live chat platform itself.
When a user starts talking to a channel, the conversation is sent to Chatlayer by the live chat platform.
The Chatlayer bot sends messages back to the live chat platform, which sends the messages to the channel.
When a conversation is handed over, Chatlayer notifies the live chat platform.
When an agent takes over the conversation, the live chat platform stops sending messages to Chatlayer.
Examples: Zendesk Chat, Intercom, Sparkcentral by Hootsuite
Configuring human handover
In the Settings menu under Offloading you can set-up a new offloading provider. Chatlayer supports multiple market-leading offloading providers.
The specific configuration will depend on the offloading provider you want to integrate with. Currently we integrate with the most popular offloading providers of our customers.
If you want to connect to a platform that's not in this list, try our Offloading Webhook!
Human handover comparison
Different live chat platforms support different feature sets. Below you can find a list of what's supported by which provider.
Sinch Contact Pro
Zendesk
Sparkcentral
Genesys Cloud
#Interact
Help Scout
Intercom
Salesforce
Webhook
Chatlayer.ai widget & channel configuration
β
β
β
β
β
Provider widget & channel configuration
β
β
β
β
β
β
Rich templates (buttons, carousels, ...)
β
β
β
β
β
β
β
Bot history visible to agent
β
β
β
β
β
β
β
β
β
Agent conversations in Chatlayer.ai history
β
β
β
β
β
Skill & language based routing
β
β
β
β
β
β
β
β
Tags & variables
β
β
β
β
β
Human handover bot dialogs
There are three predefined dialog states specifically for human offloading.
Offloading disabled: human offloading can temporarily be disabled, e.g. due to peak an incident within the contact center. When this happens, the message in this bot dialog will be displayed.
Offloading closed: message to be displayed when a user reaches the 'offloaded' state but the live chat is not open (configurable: typically at night, lunch or weekends)
Offloading opened: temporary waiting message that is displayed once the user has reached the 'offloaded' state. Typically a message similar to "Please wait for a couple of minutes while a live agent connects to this chat session."
Last updated