Archive for February, 2018

While you are waiting for a human, try me!

February 13th, 2018 by Heather Maloney

In the last year or so, due to the increased use of online chat, including Facebook Messenger and Slack, chatbots have become much more common. Chatbots are computer programs which interact with a customer in response to information he/she types into a chat tool / instant message program. The increased use of chatbots has lead to maturing of the tools to create chatbots, providing an opportunity for your business to utilise bots not just to provide faster help for customers with problems, but also to support sales enquiries.
chatbotblog

Why would a customer be willing to interact with a bot?

The prime benefit for a customer is to get their problem solved or question answered more quickly. No matter how many people are added to a customer service team, there will always be times of peak enquiry where you have to wait to talk to a human.

Why wouldn’t a customer want to use a bot?

The most likely reason people would rather talk to a human is because they feel that it is harder to get their problem across to the computer, and because of that, it’s a more frustrating process and less likely to result in a satisfactory answer compared to talking to a person, whether by chat or by voice.

What to do?

To overcome the hesitation of people to use chat bots, several strategies have been used in the past including:

  1. Forcing users to first use the bot – Making the first interaction/s or all interactions in your online chat tool orchestrated by the bot, and not accessible by a human, with the option after a period of time attempting to solve the problem, pointing the customer to way to get to other support options. A similar strategy was used in the past with knowledge base functionality, whereby a person submitting a support request via a form was directed to first search the knowledge base, and only then after searching, were they given the option to submit a question.
  2. Pretending to be human – giving the bot human qualities, like attempting personality and humour, and giving them a human-like avatar or photo.

Neither of these strategies are very successful. People know when they are talking to a person, so trying to pretend otherwise can be felt as offensive to the intellect. Forcing people to use a bot first, again adds to the frustration of getting a result.

I believe that both chat and bots have their place in the provision of customer service. If I can get further information about a product I am considering via online chat, I am more likely to buy. It’s great knowing that I can just jump onto a chat within a website or web application, ask a question, and get an answer without having to dial up, sit in a telephone queue, and finally get through to a person. If on the way to getting my chat question answered, a bot steps in to try and help me get my solution more quickly, then I’m fine with that too, as long as I can differentiate the two types of assistance, and I can choose to ignore the advice of the bot and still get to chat to a real person, even if that takes longer.

Chatbots are great to help organisations provide 24/7 support, attempting to answer the question when an operator isn’t available, but allowing a person to take over the enquiry when the next support shift starts.

Steps to Creating a Useful Bot

When a human provides customer service the first step is to understand the enquirer’s problem. If they have heard the problem before, a proficient customer service operator can very quickly rectify the problem or provide the right guidance to the customer. Understanding the problem, of course, relies on the customer describing the problem in a way that’s understandable by the customer service person. And therein lies the difficulty. People describe the same problem in a myriad ways because they don’t always understand the nature of the problem themselves.

Take someone who has forgotten their password as an example. Whilst you may think most people would understand how to describe that in the fewest number of words, those who are less technically savvy might not realise that’s their problem. They may instead report that as “I can no longer login to your system”. In such a situation, a human being knows to quickly ask questions based on the statements made by the customer, and will glean clues from their tone and manner and the way they say those words. The customer service person could ask “okay, did you type in your username and password?” or they might say “when was the last time you logged in?” The answers provided by the customer will allow the support person to discover the root cause of the caller’s issue. If a bot is to determine the cause of a customer’s problem and the best solution, it needs to be able to interact with the customer and know the right questions to ask based on the way that a person communicates the problem. This is the challenge of programming a bot.

Step 1: Choose the Most Common Problems

Because it is challenging to program around the issues that people have, the first step when creating a new bot is to choose the most common problems or most frequently asked questions, that your customer service team currently deal with. Issues such as forgetting your password are unlikely to be the most common problems reported to your team, as such issues are likely already made easy for the customer to solve on their own. However, there will be issues that occur over and over, or questions raised on a regular basis, that you will be able to identify and solve, even if that is by pointing the customer to the right help article. Look for common categories of problems, as well specific issues and questions that re-occur.

Step 2: Document how people describe the problem

In order to program a bot to assist customers with a particular problem, you need to identify all the common ways that a person may describe the same problem. That’s when they actually know what the problem is. For example for those who realise that they have forgotten their password, there are still many different ways that a person may say that. They may say “I don’t know my password”. Or “I have forgotten my password”. Or “I have forgotten my login details”. Or “I don’t know what my password is”. Or “I need a new password”. Or “I have lost my password”. Or “Please reset my password”. These may not sound that different to a human, but to a simple computer program, they have similarities but they are all different.

You are likely to find that the one statement by a customer could actually require different solutions depending on their answers to other questions. Back to our password problem, if a user says “I can’t login” then the next question might be “Have you forgotten your password?” if the answer is no, then the next question might be “Have you forgotten your username?” and may lead to yet further questions. If the answer is yes, then the answer may have reached the end of the logical decision tree, ready for the solution.

As you document the questions that may be asked in order to discover the actual problem, you are likely to identify other questions and problems that you can solve along the way. You will need to decide how much time you will spend on these other problems based on how common they are, but at the same time, you don’t want to leave the customer hanging.

Step 3: Determine how the bot will direct the customer in order to solve the problem, or answer the question

Once you’ve worked out all the different ways a support request could be phrased by a customer and the questions you need to ask to get to the root of the problem, then you need to work out how the bot should respond. In the case of a password reset being required you may then program the bot to provide the password reset link. A password reset is a very simple problem to solve. The most common problem for you maybe something much more complicated.

The solution could be one or more of: providing a link to a help article which explains how to carry out a task, suggesting a list of possible products that meet the customer’s requirements, providing a link to a step by step screen overlay guiding the user through solving a particular problem, or staying in the chat in order to wait for a human to help.

Step 4: Test

Having programmed your bot to handle some common problems, it is now really important to test it with customers. You will gather much information about how useful it is by looking at your customer’s interaction with it.

If you give your customers the ability to rate the support they received or the help article you delivered to them, they actually may not choose to rate you, but you should still be able to see if they then needed to ask another question, or the same question in a different way.

Step 5: Refine and Extend

You should expect to continue to build on the list of questions or ways that a customer can ask about a particular problem. Over time you will also find the problems that are coming out the other end and not solved by the bot become your new most common problems. As I mentioned not all customers will be comfortable chatting, or chatting with a bot, so multiple support options should be provided.

Where can I place my bot?

Chatbots can be added into your mobile app, web application or website, but also into your Facebook page, Slack and other chat tools that are being used by your business. Where you will place your bot will help you select the tools you use to build it.

If you need help working through the process of creating a bot for your organisation, we would be very pleased to help.

Facebooktwitterredditpinterestlinkedinmailby feather

Online Chat Game Changer for Customer Service

February 12th, 2018 by Heather Maloney

Live chat has been around for many years, and is well documented as providing quicker and more convenient customer service, leading to happier customers, and website visitors more likely to make a first time and repeat purchase. With the more recent proliferation of Facebook Messenger and Slack and other chat tools for internal communication and collaboration, customers are more and more looking for chat options to solve their problems and get answers quickly.
Call center worker accompanied by her team.

We have been using an online chat tool within Enudge for a year now, and have also found it to provide greater opportunity for us to interact in a timely way with prospects, and has improved our client’s satisfaction.

There are two distinct ways that chat can be used to provide customer service:

  1. Real people ready to chat online to solve a person’s problems.
  2. Bots – computer programs which, at their most sophisticated, respond to natural language questions to provide humans with the answers they seek, without the need for a human

Having real people responding to customer enquiries via online chat can be more efficient and effective than dealing with phone calls in the following ways:

  • customer service personnel can often deal with multiple enquiries at a time, saving on-hold wait time for the customer
  • the customer can submit their question, and leave their screen at the place of their question if they do have to wait, and continue on with other things without having a phone call tieing up their phone line
  • if a customer service operator doesn’t respond in a certain period of time, chat tools can often be configured to request contact details to follow the person up at a later time
  • providing customer support in writing avoids issues of difficulty with spoken accents and poor VoIP lines

Online chat tools also provide a range of other features over call centres:

  • build a knowledge base of responses over time
  • easier access to data, such as common questions, for the full customer support team and management
  • ability to easily hand more difficult questions over to a specialist support person, with full details of the response immediately available
  • bots contained within some chat tools can utilise a knowledge base to provide suggested answers to the customer’s question based on previous answers, thus providing the solution more quickly
  • allow customer service people to more easily work remotely

There are numerous chat solutions available for adding chat to your website, web application, or mobile app. Many of these work across both website and mobile apps, allowing you to easily co-ordinate responses across all channels. The tool you choose will depend on the functionality that you require, and the platform in which it needs to operate. Please don’t hesitate to get in touch if you would like our help to choose and implement chat.

Facebooktwitterredditpinterestlinkedinmailby feather

Online Chat for Collaboration and Team Work

February 9th, 2018 by Ammu Nair

slack-logo-small
Despite threading and advanced searches added to newer versions of email clients, it is becoming increasingly difficult to keep track of email threads that are a mile deep and segregate discussions based on projects.

The implementation of Slack into Contactpoint has helped us to solve this problem by providing a way to organise conversations into what are called “channels”. You can create ‘open channels’ to post company-wide announcements, which are available to all members of the company. More confidential or private messages that need to be exchanged between team members of a particular project can be carried out in ‘private channels’ – this means Slack allows us to create channels for different projects, topics or conversations between certain team members of our organisation. Direct messages offered by Slack, are just quicker, shorter and better alternatives to email messages. We can get a quick message to each other without having to write on sticky notes, or craft a properly structured email.

Slack has also made it quite simple to search for that link to a great resource that someone in your team posted 3 weeks ago! Slack searches can be filtered – which allows you to search only in specific channels, or only in messages from a particular team member – and can be sorted.

File-sharing, one of the basic prerequisites of collaboration, is supported by Slack which allows you to share all kinds of files in a hassle-free manner by drag-and-drop or from Google Drive or DropBox. The shared files can also be searched through or starred as a favourite for later / quicker reference. Paste the link for your Google Drive spreadsheets or DropBox file along with comments, and these files will be in sync and searchable instantly. That brings me to another great feature that makes Slack a one-stop platform for collaboration. Slack can be easily integrated with a large number of apps in the market – yet another way to have all your information in sync, as it allows centralised access to all your notifications. This has greatly reduced our effort and time in switching between different tools and apps, while checking notifications. Apart from Slack’s huge collection of pre-built integrations, Slack has known to be very flexible in allowing you to build your own integrations quite easily, thereby making it advantageous for large organisations as well. Imagine your IT team receiving notifications when a new Zendesk item is created, or your team receiving a notification when your daily web traffic exceeds a certain number of visitors. Pretty cool, isn’t it?

Integration is what catapults Slack into a category all its own. The solution enables you to centralize all your notifications, from sales to tech support, social media and more, into one searchable place where your team can discuss and take action as required. We have built our own integration with Slack so that online chat enquiries from Enudge are immediately pushed to a particular Slack channel, helping the appropriate customer service staff to see the enquiries without delay, and then see the solutions in the same place.

Slack also provides you with a companion – Slackbot – to remind you of a meeting, or even remind your colleague about lunchtime! Whether you have a team member working remotely, or you are working alone, Slack serves as an excellent tool to increase your productivity, by allowing you to schedule reminders, meetings, or even set up video and screen-sharing calls.

With apps for Android, iOS and Windows, all the Contactpoint team are now well-connected, and our messages are with us, no matter where we are!

Slack, is being employed for similar reasons across many large corporations as well as small businesses. For example, Oracle recently introduced Slack organisation-wide. Other tools are available, and in fact we have used other online chat tools for many years prior to implementing Slack. However, with the ease of integration across platforms, and the many add-ons which can be easily installed, Slack has quickly provided many improvements for our organisation and ways of working.

Facebooktwitterredditpinterestlinkedinmailby feather

Subscribe to our monthly

Contactpoint Email News

Our enews is sent out approximately monthly, and contains information on latest digital technologies, and how these can be used to help your organisation grow.

To subscribe, simply fill in your details below: