Planning your bot
Before you start building your bot on Chatlayer, there are a few strategic steps to consider. From defining the use cases to crafting a bot personality β here's how to get started.
Define the bot's goal
Before you can start building your bot, you need to know why you are building the bot. What is the goal here? If you want to automate an existing service, what is the current experience like, and how could a bot help you improve it?
For the sake of our ChooChoo tutorial, our goal could be something like: a bot to automate a train booking service so that customers get a similar experience as if they were speaking to an agent, without overwhelming the customer care service.
Some other examples of business goals:
A service-oriented bot for clients to deal with technical issues of their bikes
A bot to track orders
An FAQ bot that generates leads
...
Make sure to look at your business and marketing goals: if one of your goals is to increase customer satisfaction, you may want to add a bot to your customer support team and let it handle the most common FAQs, so your team has more time to focus on the complex cases.
Define the bot use cases
After figuring out the why of your bot, itβs time for the what. What is your bot going to do exactly? How will it help the user? We cannot stress how important it is to figure this out before you start building your bot, as you cannot build something that isn't defined yet.
Based on our experience and customers, we already have a bunch of template bots that you can easily download and modify. They target many industries, from E-Bikes, to Commerce and Restaurant, so you will surely get some inspiration there.
Here are some good use case for a bot for booking trains:
Book a ticket
Get train schedules
Luggage storage
...
In the case of our ChooChoo tutorial, a use case could be: book a train ticket from a certain departure city to a certain destination city.
Make sure that you prioritize your use cases. For instance, if your bot is about customer service, maybe a good first use case would be about the question that your customers ask the more about.
Understand your tech
Now that you know the why and the what of your bot, itβs important to understand the where: where will your bot live?
Will the bot be integrated with WhatsApp? Can customers engage with it via SMS, Facebook Messenger or on the company website? What are the restrictions of each channel? A bot that talks to your users via SMS wonβt be able to use as many characters as a bot that only communicates via web. So make sure you understand your tech and its limitations.
Our platform allows you to easily connect your bot to multiple channels and all your back-end databases. That's how you provide your users with a truly delightful experience.
Know your user
In order to design an experience that feels personal, you need to make it personal. Who is this user that will engage with your bot?
Remember, there is no such thing as a universal user! Itβs important to know what users want and how they are feeling during the conversation.
Some relevant questions on identifying your users:
Whatβs their backstory?
Their challenges?
Their motivations?
How familiar are they with your business and using bots in general?
What are their sociodemographic characteristics?
Craft your bot personality
How can you make sure that your users connect with your bot and that the conversation is engaging and representative of real human interaction? By giving your bot a clear personality.
How is your bot going to speak and behave, taking into account your user group expectations? Whatβs the bot avatar like? Is it female, male, genderless, an animal? Human or abstract? All of these are questions that should be considered to make your bot as coherent as possible.
If you can, use your company branding as a starting point and build on it. You can read more about how to design your botβs personality here.
Script the happy flow
Now that you have a clear picture of whoβs communicating (your bot persona and your user ID) and what theyβre talking about (your use cases), itβs time to write the dialogues.
A βhappy flowβ is a dialogue where everything runs the way itβs supposed to run. The conversation is natural and smooth, and the user reaches their goal in as little steps as possible. Many conversation designers start with the happy flow because itβs the flow of least resistance.
Don't know where to start to draft your flows? Have two people sit back-to-back and improvise a conversation around a use case, with one person playing the user and the other playing the bot.
Script the edge cases
While Chatlayer's AI technology is very good, it is not yet capable of understanding every user utterance well enough in order to reply in a correct way. So the next step after writing the happy flows is to write out the most likely ways a user might go off track and how youβre going to deal with that.
In designing your edge cases, always make sure to strategically guide the user back to an existing flow so that the conversation keeps on running and feels as natural as possible.
What if a user asks your bot how itβs doing? What if they tell the bot they donβt like it? What if they want another suggestion? What happens if the user wants to book a table for two, but one person is allergic to gluten and the other one doesnβt eat fish?
You can find frequently asked questions as prebuilt intents packs in our platform's NLP section. These intents are predefined and come with their own expressions, which means you can use them straight away!
Lesson recap
You know now that before building your bot, you should have in mind:
Why you want to build it
What it is going to do exactly
On which channels it will live
Who are your users
What should the bot personality be like
What happy flow you'd like to see
What edge cases need to be foreseen
Check our next tutorial to learn how to make this plan come to life on Chatlayer ππ»
Last updated