{"id":12538,"date":"2023-08-22T10:24:23","date_gmt":"2023-08-22T10:24:23","guid":{"rendered":"https:\/\/helpcrunch.com\/blog\/?p=12538"},"modified":"2024-09-20T09:13:27","modified_gmt":"2024-09-20T09:13:27","slug":"chatbot-script","status":"publish","type":"post","link":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/","title":{"rendered":"Chatbot Script Examples and Writing Tips for Customer Service"},"content":{"rendered":"\n<p>If you typed <em>\u201cHow to write chatbot scripts\u201d<\/em> in your search box, you must have recognized the value and benefits a bot is going to bring to your business. Indeed, bots are huge resource savers for a company and great experience boosters for its customers.&nbsp;<\/p>\n\n\n\n<p>In fact, <a href=\"https:\/\/www.chatbot.com\/blog\/chatbot-statistics\/\" target=\"_blank\" rel=\"noreferrer noopener\">62%<\/a> of customers prefer using a bot rather than waiting for an agent to respond (how about that human touch, huh?). It will streamline your service flows by bringing automation into them and raise the level of customer satisfaction a notch or two.<\/p>\n\n\n\n<p>That is, of course, if you set up everything right. If you are here, it means that you have done your research, found the right tool from the myriad of chatbot platforms, and are now sitting with a pen poised over a blank sheet thinking <em>\u201cWhat in the world will my chatbot say?\u201d<\/em><\/p>\n\n\n\n<p>In this case, you are in the right place. I am going to walk you through the whole process of writing a chatbot script for your customer service, and even throw in some sample scripts that you are welcome to use.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">How do chatbots work?<\/h2>\n\n\n\n<p>At the most general level, customer service chatbots fall into two main categories: rule-based and AI. Let\u2019s look at them briefly to see how they work.<\/p>\n\n\n\n<p><strong>1. Rule-based bots,<\/strong> as the name suggests, operate on a set of rules that you program for them. Their responses to users are triggered either by the choice the user makes or the keyword they recognize. There is a dialogue \u201ctree\u201d behind such conversations, where for each response a certain scenario is prescribed. Simple as that.&nbsp;<\/p>\n\n\n\n<p>For example, UNICEF uses the rule-based approach in its Facebook Messenger. Depending on the user\u2019s choice, the bot supplies the corresponding information.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"679\" height=\"788\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/UNICEF-chatbot.png\" alt=\"UNICEF-chatbot\" class=\"wp-image-12539\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/UNICEF-chatbot.png 679w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/UNICEF-chatbot-259x300.png 259w\" sizes=\"auto, (max-width: 679px) 100vw, 679px\" \/><\/figure><\/div>\n\n\n\n<p><strong>2. AI chatbots <\/strong>have artificial intelligence (AI), machine learning (ML), and natural language processing (NPL) in their core and, as a result, can hold much more flexible conversations on various topics.&nbsp;<\/p>\n\n\n\n<p>The bot learns from each dialogue it holds and improves itself in the process. The most sophisticated AI bots can mimic human conversation rather well. One of the best-known examples is the famously creepy Replika, a bot that sometimes sounds too much like a real person.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Replika-chatbot.png\" alt=\"Replika chatbot\" class=\"wp-image-12540\" width=\"379\" height=\"598\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Replika-chatbot.png 608w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Replika-chatbot-190x300.png 190w\" sizes=\"auto, (max-width: 379px) 100vw, 379px\" \/><figcaption><a href=\"https:\/\/www.nytimes.com\/2020\/06\/16\/technology\/chatbots-quarantine-coronavirus.html\" target=\"_blank\" rel=\"noreferrer noopener\">Replika chatbot<\/a><\/figcaption><\/figure><\/div>\n\n\n\n<p>For the purposes of customer service and support, a rule-based chatbot is more than enough. In general, you can benefit from this machine in many ways depending on its type, but some of the <a href=\"https:\/\/helpcrunch.com\/blog\/chatbot-use-cases\/\" target=\"_blank\" rel=\"noreferrer noopener\">best practices for chatbots<\/a> are usually related to customer service. OK, let\u2019s talk about bot scripts \ud83d\ude09<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a chatbot script?<\/h2>\n\n\n\n<p>There are many situations in life when you need a script \u2013 when you are planning a lecture, presentation, or speech when you are getting ready for important negotiations, or an artistic performance, or any other compelling content. Customer service scenarios need scripts, too, as scripts allow them to cover most of the possible cases and also remember the human touch.&nbsp;<\/p>\n\n\n\n<p>To get a relevant answer by all means, support agents use scripts, too. For example, implementing a <a href=\"https:\/\/helpcrunch.com\/blog\/live-chat-scripts\/\" target=\"_blank\" rel=\"noreferrer noopener\">chat script<\/a> makes agents\u2019 lives much easier and creates highly professional impressions.\u00a0<\/p>\n\n\n\n<p>Chatbot scripts, however, are never a \u201cnice-to-have\u201d, they are rather a \u201cmust-have\u201d. Without a script, your virtual assistant will be silent. It can \u201csay\u201d only the things that you program it to say. This is, basically, what a script is \u2013 a set of pre-programmed responses and actions that a bot should execute under certain conditions.<\/p>\n\n\n\n<p>For example, when a user opens the chat, the chatbot issues a welcome message. When the user\u2019s message contains the word \u201cdelivery\u201d, the bot offers a link to the delivery conditions. Easy as one-two-three, isn\u2019t it?&nbsp;<\/p>\n\n\n\n<p>Yes and no. It seems so simple at a glance, but in fact, a truly successful chatbot script is a product of hard work and thorough testing. You must not miss a single conversation turn and use all strategic points to create the best user experience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to write a chatbot script?<\/h2>\n\n\n\n<p>Now comes what you have been waiting for \u2013 a practical step-by-step guide for writing chatbot scripts with useful tips and examples.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tools you can use in chatbot script creation<\/strong><\/h3>\n\n\n\n<p>At this point, you must have already chosen a customer communication platform where you will run your bot. Otherwise, it\u2019s high time to do so. For example, if your website is hosted on WordPress, you can select the <a href=\"https:\/\/helpcrunch.com\/blog\/chatbot-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">best chatbot for WordPress<\/a> based on this review.<\/p>\n\n\n\n<p>Often, a platform that you have opted for includes a <a href=\"https:\/\/helpcrunch.com\/chatbot.html\" target=\"_blank\" rel=\"noreferrer noopener\">website chatbot<\/a> builder where you can create all sorts of conversations for all possible scenarios. However, you can use any drawing software, such as Diagrams.net, Lucidchart, or Google Drawings, to sketch sequences and plan responses. Open an empty canvas and knock yourself out.<\/p>\n\n\n\n<p>For example, this simple sequence took about five minutes to create in Google Drawings.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"319\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-sequance.png\" alt=\"Chatbot sequance\" class=\"wp-image-12541\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-sequance.png 590w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-sequance-300x162.png 300w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><figcaption>Chatbot sequence<\/figcaption><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Guide to writing a chatbot script<\/h3>\n\n\n\n<p>OK, now roll up your sleeves, and let\u2019s write some scripts. Follow the steps below to give voice to your customer service bot.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Map your user journey<\/h4>\n\n\n\n<p>Before you start writing, think about where you would like your customers to interact with the chatbot. The best idea is to look at the buyer\u2019s journey and see where they might need a little help. This is where a bot should pop up. By the way, mapping a user journey is always recommended, whether you are using live chat or chatbot as your customer support channel.<\/p>\n\n\n\n<p>Depending on the journey stage, the script will be different. A bot on the homepage and a bot on the checkout page will need different phrases to address the visitor. The one on the homepage may be more focused on lead generation and open up with an offer to subscribe or book a demo.&nbsp;<\/p>\n\n\n\n<p>A checkout page bot will be more on the support side and ask if the customer needs assistance. By the way, when you map out the journey, do not forget about creating and processing your buyer persona \u2013 these two together create a powerful synergy and provide more insights.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Define the goal of your chatbot<\/h4>\n\n\n\n<p>Continuing the topic of the previous paragraph, let\u2019s think of what you want your chatbot to do. Is it meant to offer support, direct customers to the product pages, collect their details, or make updates on their behalf?<\/p>\n\n\n\n<p>Answers to these simple questions will help you shape the chatbot script scenario and decide whether you will need any calls-to-action and where you might place them. See the sample flow below, designed to offer a special discount to the customer. The messages and the corresponding CTAs serve this purpose.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1608\" height=\"464\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script.png\" alt=\"Chatbot discount offer script\" class=\"wp-image-12543\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script.png 1608w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script-300x87.png 300w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script-1024x295.png 1024w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script-768x222.png 768w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script-1536x443.png 1536w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-discount-offer-script-1200x346.png 1200w\" sizes=\"auto, (max-width: 1608px) 100vw, 1608px\" \/><figcaption>Chatbot discount offer scenario<\/figcaption><\/figure><\/div>\n\n\n\n<p>This conversation flow is created with the chatbot builder powered by HelpCrunch, where you can compile chatbot scripts from scratch, use one of the available templates, and edit them to fit your purposes.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Design its personality<\/h4>\n\n\n\n<p>You will never fool customers into believing they are chatting with a real person. Moreover, <a href=\"https:\/\/outgrow.co\/blog\/vital-chatbot-statistics\" target=\"_blank\" rel=\"noreferrer noopener\">48%<\/a> of customers do not care about the chatbot\u2019s personality as long as it can help them resolve their issues.<\/p>\n\n\n\n<p>Nevertheless, your bot should have a personality, as it contributes to building an emotional bond with the customer. Besides, it is a part of your brand image, adding to its recognition. Even though it is just a piece of software, give it a face, a name, and a voice tone according to your customer service standards. Make it one of the action points of your <a href=\"https:\/\/helpcrunch.com\/blog\/chatbot-ui\/\" target=\"_blank\" rel=\"noreferrer noopener\">chatbot UI design<\/a>.<\/p>\n\n\n\n<p>Think of the general tone. Light and humorous or no-nonsense and professional? Of course, that depends on the nature of your business. If you are a bank, a cool, professional approach will be more appropriate. If you are a vacation planning agency, you can go with an easy and friendly tone of voice to set the mood.<\/p>\n\n\n\n<p>By the way, should your bot be male or female? Again, it depends. The most surefire way is to make your bot gender-neutral. This way, you will make users focus only on the real conversation and not distract them by the bot\u2019s gender.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Build a dialogue tree<\/h4>\n\n\n\n<p>Anticipate all possible scenarios that customer conversations might have and build a dialogue for each of them. Think of the most common inquiries customers make and proceed from them. Make sure you have responses for all the most frequent requests, such as issue reports, price inquiries, questions about deliveries and refunds, and billing and invoice issues. A good idea may be to prepare different responses for the same questions and rotate them. This way, you will make your robot sound more \u201chuman\u201d.<\/p>\n\n\n\n<p>The example below shows a chatbot flow intended to collect information about issues upfront. By the way, you can find this script template on the HelpCrunch platform, too. This chatbot script template includes four possible conversation scenarios depending on the customer\u2019s choice. A dialogue tree in its pure form.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1087\" height=\"803\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-that-helps-to-collect-details-about-issues-upfront.png\" alt=\"Chatbot scenario that helps to collect details about issues upfront\" class=\"wp-image-12544\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-that-helps-to-collect-details-about-issues-upfront.png 1087w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-that-helps-to-collect-details-about-issues-upfront-300x222.png 300w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-that-helps-to-collect-details-about-issues-upfront-1024x756.png 1024w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-that-helps-to-collect-details-about-issues-upfront-768x567.png 768w\" sizes=\"auto, (max-width: 1087px) 100vw, 1087px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Write all chatbot messages<\/h4>\n\n\n\n<p>Now, it\u2019s time to actually compile your chatbot scripts. Write all the conversational messages and calls-to-action you are planning to use in each script. These will be the actual responses your customers will see while communicating with your bot. Here are a couple of tips to help you write messages for your chatbot script:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Design welcome messages and conversation finishers. While creating your bot personality, you should have found the right tone of voice that it is to use. Follow the same tone in writing the messages with which the bot will greet customers and end conversations.&nbsp;<\/li><\/ul>\n\n\n\n<p>For example, for a neutral and professional tone, an appropriate welcome message may be: <em>\u201cHello, welcome to Our Bank. How can I help you?\u201d<\/em> If you have opted for a more informal and humorous tone, you may write your welcome message as follows: <em>\u201cHey, how are you today? Planning your well-deserved vacation?\u201d<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Personalize the conversation. If you use an account-based approach, you will know the name of the customer. Use it in chatbot communication. It will give a nice personal touch that customers like.<\/li><\/ul>\n\n\n\n<p>Also, calling the customer by name has a very practical value, too. When a bot says <em>\u201cHello, Anna, what can I do for you today?\u201d<\/em>, I don\u2019t go all starry-eyed because it called me by my name. I realize that in the background, it has pulled up my file from the CRM system and has all the info it may need to resolve my case. So, use names.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Match the user\u2019s sentiment. You have already built the chatbot dialogues, haven\u2019t you? Well, then you should know which mood the user may have in each of them.&nbsp;<\/li><\/ul>\n\n\n\n<p>When they reach out to resolve a bug, they are, most probably, frustrated and a bit angry. When they want to inquire about a product or a special offer, they are relaxed and in a buying mood.&nbsp;<\/p>\n\n\n\n<p>Match your messages to the customer\u2019s sentiment every time.&nbsp;<br>For example, it won\u2019t be a good idea to respond to a bug report with something like <em>\u201cOops, it is surely not your lucky day.\u201d Rather, give a neutral but emphatic response: \u201cI am sorry that you have experienced an issue with our product. May I ask for more details to find a way to resolve it?\u201d<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Use GIFs, emojis, and small talk, where appropriate. You are making a bot sound like a real human agent, because we humans often include GIFs and emojis in our messages instead of words. However, responses overloaded with emojis often annoy us even in conversations with real people, so use them in moderation, and only when they fit the general tone and user sentiment.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Proofread the text. When you are finished drafting your text, check it for typos and grammar errors. Then show it to someone else who has not been involved in creating these chatbot scripts. Anyone looking at them with a fresh set of eyes should have no difficulty understanding what you mean to say.&nbsp;<\/li><\/ul>\n\n\n\n<p>Also, make sure your messages are not too long. Any sentence longer than three or four lines may make the customer lose engagement. Don\u2019t quote whole chapters of your knowledge base, offer a link instead.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Place links strategically<\/h4>\n\n\n\n<p>Speaking of links \u2013 think about where you can supplement your bot messages with links and attachments, for example:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Links to knowledge base articles upon certain keywords used by the customer<\/li><li>Links to the product catalog at the opening of the conversation<\/li><li>Links to the delivery and refund terms when the customer makes a corresponding inquiry<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Think where the chatbot may hand the dialogue over to an agent<\/h4>\n\n\n\n<p>There will be cases that the robot cannot resolve. This is where an agent should take over the chat and handle the inquiry. Plan for such situations and write the corresponding messages. For example, you can offer an option to connect to an agent and, if the customer accepts it, the bot should transfer the chat.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1106\" height=\"453\" src=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario.png\" alt=\"Chatbot scenario HelpCrunch\" class=\"wp-image-12545\" srcset=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario.png 1106w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-300x123.png 300w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-1024x419.png 1024w, https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-scenario-768x315.png 768w\" sizes=\"auto, (max-width: 1106px) 100vw, 1106px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Do A\/B testing<\/h4>\n\n\n\n<p>Run different versions of your chatbot scripts as part of overall A\/B testing. Do not shrug off this activity on mobile devices, too. The metrics you collect will highlight successful solutions and areas of improvement.&nbsp;<\/p>\n\n\n\n<p>See, for example, how different welcome messages perform in engaging visitors in a chat. Another metric worth monitoring is the self-service rate, showing how often the bot can resolve issues independently, without human intervention.&nbsp;<\/p>\n\n\n\n<p>Include a rating in a chatbot widget, inviting customers to evaluate their conversational experience of communicating with the chatbot. Such ratings may also be a useful source of information about the bot\u2019s performance.<\/p>\n\n\n\n<p>Finally, you will be able to put together a chatbot script that works best for you.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Be ready to update and improve your scripts as needed<\/h3>\n\n\n\n<p>As you collect chatbot analytics, you will see which options are selected the most often and which are ignored, which user questions it can and cannot recognize, and where the conversation was or wasn\u2019t successful. Armed with this data, you can update your chatbot script to make it more effective and usable.<\/p>\n\n\n\n<p>For example, if you see a variant of the same question that often occurs, but the bot cannot provide quick replies, include a response to this question in your script. If your script says: <em>\u201cWould you like to benefit from our special conditions?\u201d<\/em> and customers keep choosing <em>\u201cMaybe, later\u201d<\/em>, it can be a sign for you to choose an easier tone and rephrase as follows: <em>\u201cCheck out our special offer\u201d<\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Chatbot script examples and templates for customer service&nbsp;<\/h2>\n\n\n\n<p>Now, as promised, we have gathered some chatbot script examples that you can use in your customer service. All of them have that ultimate human touch. Feel free to just copy and paste any chatbot script sample to your bot scenario!<\/p>\n\n\n\n<p><strong><strong>Chatbot welcome message:<\/strong><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Hello, [username], welcome to [our company]! How can I help you?<\/li><li>Hi, [username], how are you doing? What can I do for you today?<\/li><\/ul>\n\n\n\n<p><strong>Report an issue:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>I am sorry that you have issues with our product. Please give me more details about what is wrong.<\/li><li>That\u2019s not good. Please describe what is wrong, and I will try to help you.<\/li><\/ul>\n\n\n\n<p><strong>Update account:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Of course, [username], please enter your new details in the form.<\/li><li>Sure thing, type your further details, and I will update your profile for you.<\/li><\/ul>\n\n\n\n<p><strong>Request information:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Please tell me what you would like to learn about. I will be glad to assist you!<\/li><li>Sure, happy to help. I know a lot about [our product], just tell me what you want to learn about.<\/li><\/ul>\n\n\n\n<p><strong>Talk to an agent:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Please wait while I am connecting you with our customer success manager.&nbsp;<\/li><li>Just a sec, I am connecting you.<\/li><\/ul>\n\n\n\n<p><strong>Agents are offline:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Our agents will be back at [time]. Please leave a message, and we will get back to you ASAP.<\/li><li>Oops! It looks like no one is at the office now. Just leave us a message, and we will text you back within the next 24 hours.<\/li><\/ul>\n\n\n\n<p><strong>Links to the knowledge base or FAQ:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Please see this article on [subject].<\/li><li>Check out this article, it might have what you need.<\/li><\/ul>\n\n\n\n<p><strong>Pause in the dialogue:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Is there anything else I can help you with?<\/li><li>Anything else I can do for you today?<\/li><\/ul>\n\n\n\n<p><strong>Request not recognized:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Sorry, I don\u2019t think I understand. May I connect you to an agent?<\/li><li>Oops, didn\u2019t get that. Would you please rephrase your request?<\/li><\/ul>\n\n\n\n<p><strong>Ending a conversation:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Thanks for chatting, have a nice day!<\/li><li>It was great talking to you, see you soon!<\/li><\/ul>\n\n\n\n<p>Of course, these chatbot scripts are far from exhaustive, but they just might spark your creativity. Add them to your bot design, mix, amend, and tweak as necessary.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to launch your chatbot?<\/h2>\n\n\n\n<p>You are now all set to start using your very own bot. It has its unique personality reflecting your branding, it runs on a reliable platform, and now you have given it a voice of its own. Launch it, and see how it boosts customer experience and improves the performance of your customer support team.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you typed \u201cHow to write chatbot scripts\u201d in your search box, you must have recognized the value and benefits a bot is going to bring to your business. Indeed, bots are huge resource savers [<a href=\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\" title=\"Read more\">\u2026<\/a>]<\/p>\n","protected":false},"author":39,"featured_media":15307,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","ub_ctt_via":"","footnotes":""},"categories":[171],"tags":[],"class_list":["post-12538","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-chatbot"],"featured_image_src":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","author_info":{"display_name":"Tetiana Shataieva","author_link":"https:\/\/helpcrunch.com\/blog\/author\/tetiana_shataieva\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Complete Guide to Chatbot Scripts with Action Points and Examples<\/title>\n<meta name=\"description\" content=\"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Complete Guide to Chatbot Scripts with Action Points and Examples\" \/>\n<meta property=\"og:description\" content=\"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\" \/>\n<meta property=\"og:site_name\" content=\"HelpCrunch blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/HelpCrunchSolution\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-22T10:24:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-20T09:13:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1320\" \/>\n\t<meta property=\"og:image:height\" content=\"690\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tetiana Shataieva\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@HelpCrunchCom\" \/>\n<meta name=\"twitter:site\" content=\"@HelpCrunchCom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tetiana Shataieva\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\"},\"author\":{\"name\":\"Tetiana Shataieva\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/eca8c480ee339743e41cc35706680cb1\"},\"headline\":\"Chatbot Script Examples and Writing Tips for Customer Service\",\"datePublished\":\"2023-08-22T10:24:23+00:00\",\"dateModified\":\"2024-09-20T09:13:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\"},\"wordCount\":2866,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png\",\"articleSection\":[\"AI &amp; Chatbots\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\",\"url\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\",\"name\":\"Complete Guide to Chatbot Scripts with Action Points and Examples\",\"isPartOf\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png\",\"datePublished\":\"2023-08-22T10:24:23+00:00\",\"dateModified\":\"2024-09-20T09:13:27+00:00\",\"description\":\"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.\",\"breadcrumb\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage\",\"url\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png\",\"contentUrl\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png\",\"width\":1320,\"height\":690,\"caption\":\"Chatbot script examples_featured\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/helpcrunch.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Chatbot Script Examples and Writing Tips for Customer Service\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#website\",\"url\":\"https:\/\/helpcrunch.com\/blog\/\",\"name\":\"HelpCrunch blog\",\"description\":\"Fancy articles on customer service, sales, and marketing.\",\"publisher\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/helpcrunch.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#organization\",\"name\":\"HelpCrunch\",\"url\":\"https:\/\/helpcrunch.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2018\/02\/260x260.png\",\"contentUrl\":\"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2018\/02\/260x260.png\",\"width\":260,\"height\":260,\"caption\":\"HelpCrunch\"},\"image\":{\"@id\":\"https:\/\/helpcrunch.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/HelpCrunchSolution\/\",\"https:\/\/x.com\/HelpCrunchCom\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/eca8c480ee339743e41cc35706680cb1\",\"name\":\"Tetiana Shataieva\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/65353c4917b63eb08527b03e3b42d727?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/65353c4917b63eb08527b03e3b42d727?s=96&r=g\",\"caption\":\"Tetiana Shataieva\"},\"description\":\"Tetiana was born in Ukraine, Dnipro. She moved to Poland at the age of 21 to study journalism in Rzesz\u00f3w. Ever since, Tetiana has been writing for English, Polish, and Ukrainian publications about tech and customer service topics. In 2021, she joined the HelpCrunch content marketing team to write profound expert pieces about the best tips and findings from the customer support world. Apart from writing, Tetiana is passionate about traveling, thus she has already visited 20+ countries, including the US and the UK. At the moment, Tetiana lives in England and is looking forward to coming back home to Ukraine very soon. She also loves reading, dancing, and meeting new people!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/tetiana-shataieva-233ab1153\/\"],\"url\":\"https:\/\/helpcrunch.com\/blog\/author\/tetiana_shataieva\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Complete Guide to Chatbot Scripts with Action Points and Examples","description":"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/","og_locale":"en_US","og_type":"article","og_title":"Complete Guide to Chatbot Scripts with Action Points and Examples","og_description":"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.","og_url":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/","og_site_name":"HelpCrunch blog","article_publisher":"https:\/\/www.facebook.com\/HelpCrunchSolution\/","article_published_time":"2023-08-22T10:24:23+00:00","article_modified_time":"2024-09-20T09:13:27+00:00","og_image":[{"width":1320,"height":690,"url":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","type":"image\/png"}],"author":"Tetiana Shataieva","twitter_card":"summary_large_image","twitter_creator":"@HelpCrunchCom","twitter_site":"@HelpCrunchCom","twitter_misc":{"Written by":"Tetiana Shataieva","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#article","isPartOf":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/"},"author":{"name":"Tetiana Shataieva","@id":"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/eca8c480ee339743e41cc35706680cb1"},"headline":"Chatbot Script Examples and Writing Tips for Customer Service","datePublished":"2023-08-22T10:24:23+00:00","dateModified":"2024-09-20T09:13:27+00:00","mainEntityOfPage":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/"},"wordCount":2866,"commentCount":0,"publisher":{"@id":"https:\/\/helpcrunch.com\/blog\/#organization"},"image":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage"},"thumbnailUrl":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","articleSection":["AI &amp; Chatbots"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/helpcrunch.com\/blog\/chatbot-script\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/","url":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/","name":"Complete Guide to Chatbot Scripts with Action Points and Examples","isPartOf":{"@id":"https:\/\/helpcrunch.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage"},"image":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage"},"thumbnailUrl":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","datePublished":"2023-08-22T10:24:23+00:00","dateModified":"2024-09-20T09:13:27+00:00","description":"A practical guide to writing a perfect chatbot script with step-by-step instructions and examples.","breadcrumb":{"@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/helpcrunch.com\/blog\/chatbot-script\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#primaryimage","url":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","contentUrl":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2022\/10\/Chatbot-script-examples_featured.png","width":1320,"height":690,"caption":"Chatbot script examples_featured"},{"@type":"BreadcrumbList","@id":"https:\/\/helpcrunch.com\/blog\/chatbot-script\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/helpcrunch.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Chatbot Script Examples and Writing Tips for Customer Service"}]},{"@type":"WebSite","@id":"https:\/\/helpcrunch.com\/blog\/#website","url":"https:\/\/helpcrunch.com\/blog\/","name":"HelpCrunch blog","description":"Fancy articles on customer service, sales, and marketing.","publisher":{"@id":"https:\/\/helpcrunch.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/helpcrunch.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/helpcrunch.com\/blog\/#organization","name":"HelpCrunch","url":"https:\/\/helpcrunch.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/helpcrunch.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2018\/02\/260x260.png","contentUrl":"https:\/\/helpcrunch.com\/blog\/wp-content\/uploads\/2018\/02\/260x260.png","width":260,"height":260,"caption":"HelpCrunch"},"image":{"@id":"https:\/\/helpcrunch.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HelpCrunchSolution\/","https:\/\/x.com\/HelpCrunchCom"]},{"@type":"Person","@id":"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/eca8c480ee339743e41cc35706680cb1","name":"Tetiana Shataieva","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/helpcrunch.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/65353c4917b63eb08527b03e3b42d727?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/65353c4917b63eb08527b03e3b42d727?s=96&r=g","caption":"Tetiana Shataieva"},"description":"Tetiana was born in Ukraine, Dnipro. She moved to Poland at the age of 21 to study journalism in Rzesz\u00f3w. Ever since, Tetiana has been writing for English, Polish, and Ukrainian publications about tech and customer service topics. In 2021, she joined the HelpCrunch content marketing team to write profound expert pieces about the best tips and findings from the customer support world. Apart from writing, Tetiana is passionate about traveling, thus she has already visited 20+ countries, including the US and the UK. At the moment, Tetiana lives in England and is looking forward to coming back home to Ukraine very soon. She also loves reading, dancing, and meeting new people!","sameAs":["https:\/\/www.linkedin.com\/in\/tetiana-shataieva-233ab1153\/"],"url":"https:\/\/helpcrunch.com\/blog\/author\/tetiana_shataieva\/"}]}},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/posts\/12538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/users\/39"}],"replies":[{"embeddable":true,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/comments?post=12538"}],"version-history":[{"count":9,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/posts\/12538\/revisions"}],"predecessor-version":[{"id":17667,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/posts\/12538\/revisions\/17667"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/media\/15307"}],"wp:attachment":[{"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/media?parent=12538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/categories?post=12538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/helpcrunch.com\/blog\/wp-json\/wp\/v2\/tags?post=12538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}