{"id":117418,"date":"2020-05-26T19:00:00","date_gmt":"2020-05-27T00:00:00","guid":{"rendered":"https:\/\/www.dacgroup.com\/3-chatbot-myths-you-can-stop-believing\/"},"modified":"2024-12-21T05:49:44","modified_gmt":"2024-12-21T10:49:44","slug":"3-chatbot-myths-you-can-stop-believing","status":"publish","type":"post","link":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/","title":{"rendered":"3 chatbot myths you can stop believing"},"content":{"rendered":"<p>Chatbots are disrupting the digital experience, fundamentally changing the way businesses interact with their audiences online. Although originally pioneered for use on ecommerce platforms, this digital technology is fast becoming a popular customer-engagement tool in a wide variety of industries\u2014especially as the pandemic drives consumers online.<\/p>\n<p>As their use becomes commonplace, it&#8217;s time to dispel some common-yet-understandable myths about chatbots and determine if they could be the conversion-driving digital tool your business has been looking for.<\/p>\n<h2>Is this the year chatbots go mainstream?<\/h2>\n<p>Chatbots have become a hot commodity as they steadily expand their capabilities to fulfill a number of business and public-facing roles. This year, we&#8217;re already seeing bots become part of the <a href=\"\/blog\/the-new-normal-accelerating-to-a-digital-future\/\">new normal<\/a> and transform digital experiences by:<\/p>\n<ul>\n<li>facilitating more personalized product or service discovery through voice assistants;<\/li>\n<li>fast-tracking conversions using AI-powered payment solutions;<\/li>\n<li>amplifying enterprise functions through agile workflow platforms.<\/li>\n<\/ul>\n<p>With the multitude of chatbot varietals available, it&#8217;s crucial to understand which solutions will amplify your efforts\u2014and complement your online experience\u2014as you develop and refine your digital strategy. To do that, we have to first debunk some troublesome chatbot misconceptions.<\/p>\n<ol>\n<li>\n<h3>Myth: Chatbots are taking our jobs  <\/h3>\n<p>Let&#8217;s start with one of the biggest misconceptions out there: robots will make us all redundant. This is nothing new. In fact, humanity&#8217;s ever-looming fear of machines taking over the world has been incubating since the dawn of the Industrial Age.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-48797\" src=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-on-laptop.jpg\" alt=\"Robot hand using computer keyboard.\" width=\"612\" height=\"306\" \/><\/p>\n<p>In reality, chatbots are proving to be a convenience rather than an existential threat. Primarily, they surface queries in real time in order to quickly identify issues and potentially solve them without human involvement. An IBM study demonstrated that <a href=\"https:\/\/www.ibm.com\/blogs\/watson\/2017\/10\/how-chatbots-reduce-customer-service-costs-by-30-percent\/\" target=\"_blank\" rel=\"noopener\">chatbots can answer 80% of standard questions<\/a>, which may not sound particularly impressive on its own\u2014but think about how much time that frees up for employees to focus on more complex issues and situations.<\/li>\n<li>\n<h3>Myth: Chatbots are all driven by AI  <\/h3>\n<p>When people hear &#8220;chatbots&#8221;, they often assume that artificial intelligence is powering this type of technology due to its &#8220;intelligent&#8221; nature and automatic responses. While there is some truth to this, bots come in all different shapes and sizes with a wide range of capabilities. For most B2B and B2C applications, there are three main types of chatbot you may be able to deploy: script-driven, keyword recognition, and contextual.<\/p>\n<ul>\n<li>\n<h3>Script-driven bots<\/h3>\n<p>One of the most commonly found bots in the market to date, script-driven chatbots are driven by decision-tree structures, mapping out interactions that require user selections to progress towards a specific answer. They commonly use menu or button-style interactions in order to follow a set of hierarchies and curated responses.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-48745\" src=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/hubbot-1.jpg\" alt=\"ChatBox dialogue on the HubSpot website\" width=\"572\" height=\"341\" \/><\/p>\n<p>  <em>Script-driven bots are ideal for basic FAQ-type queries that users can access very quickly.<\/em><\/li>\n<section data-role=\"forward-email-subscription-container\" class=\"full-width w-100 d-flex justify-content-center align-items-center bg-c7f2b3\">\n    \n    <div class=\"max-w-1400 w-100 form\">\n        <div class=\"text-content-container\">\n            <h2>\n                Stay Forward            <\/h2>\n            <p class=\"subtitle\">\n                Get exclusive insights into digital <br class=\"d-none d-lg-block\">media's top-trending topics delivered<br class=\"d-none d-lg-block\"> directly to your inbox.            <\/p>\n        <\/div>\n\n        <div data-role=\"form-group\">\n            <div class=\"d-flex flex-column w-100\">\n                <form data-forward-email-form class='custom-hubspot-form' id='hubspot_form_69f26a30c26f9'>\n    <div class='d-flex input'>\n        <input type='email' class='form-control me-2 input' placeholder='Email address' aria-label='Email' name='email' required>\n        <button type='submit' class='btn_primary-filled_white'>Submit\n<\/button>\n    <\/div>\n    <p class='hubspot-status'><\/p>\n<\/form>\n<script>\njQuery(document).ready(function($) {\n    var form = $('#hubspot_form_69f26a30c26f9');\n    form.on('submit', function(event) {\n        event.preventDefault();\n\n        \/\/ Get email input value\n        var emailInput = form.find('input[name=\"email\"]');\n        var email = emailInput.val().trim();\n\n        \/\/ Required HubSpot fields\n        var portalId = '5408011';\n        var formId = '0c9a9cec-eb1c-44ac-920f-687ce0230830';\n\n        \/\/ Prepare the data payload\n        var data = {\n            fields: [\n                {\n                    name: 'email',\n                    value: email\n                }\n            ],\n            context: {\n                pageUri: window.location.href,\n                pageName: document.title\n            },\n            submittedAt: new Date().getTime()\n        };\n\n        \/\/ Get the status element for this form\n        var statusElement = form.siblings('.forward-email-status-container');\n\n        \/\/ Send the data to HubSpot\n        fetch('https:\/\/api.hsforms.com\/submissions\/v3\/integration\/submit\/5408011\/0c9a9cec-eb1c-44ac-920f-687ce0230830', {\n            method: 'POST',\n            headers: {\n                'Content-Type': 'application\/json'\n            },\n            body: JSON.stringify(data)\n        })\n        .then(response => {\n            if (response.ok) {\n                if(statusElement) {\n                    statusElement.text('Thanks for Subscribing!');\n                    statusElement.css('color', 'green');\n                }\n\n                var userInfo = JSON.parse(localStorage.getItem('userInfo'));\n                if (userInfo) {\n                    userInfo.event = 'Form_submit';\n                    userInfo.email = email;\n                    userInfo.form_name = 'Newsletter';\n                    window.dataLayer = window.dataLayer || [];\n                    window.dataLayer.push(userInfo);\n                }\n\n                emailInput.val(''); \/\/ Clear the email field\n                window.dispatchEvent(new CustomEvent('newsletter-submit'));\n            } else {\n                return response.json().then(error => {\n                    if(statusElement) {\n                        statusElement.text('Error: ' + error.message);\n                        statusElement.css({\n                            'color': 'red',\n                            'padding-top': '10px'\n                        });\n                    }\n                });\n            }\n        })\n        .catch(error => {\n            console.error('Error:', error);\n            statusElement.text(\"There was an error submitting the form.\");\n            statusElement.css({\n                'color': 'red',\n                'padding-top': '10px'\n            });\n        });\n    });\n\n    window.addEventListener('message', function(event) {\n        const isFormCallback = event.data.type === 'hsFormCallback';\n        const isFormSubmitted = event.data.eventName === 'onFormSubmitted';\n        const iscurrentForm = !!event?.data?.id ? '0c9a9cec-eb1c-44ac-920f-687ce0230830'.trim() == event?.data?.id : false; \n\n        if( isFormCallback && isFormSubmitted && iscurrentForm ) {\n            console.log('event', event);\n            window.location.href = 'https:\/\/www.dacgroup.com\/en-ca\/thank-you\/';\n        }\n    });\n});\n<\/script>                <span class=\"forward-email-status-container\"><\/span>\n            <\/div>\n\n            <button id=\"forward-form-submission\" class=\"subscribe-btn\" type=\"button\" onclick=\"triggerButton(this)\">\n                <span class=\"d-inline-block\">\n                    SUBSCRIBE                <\/span>\n                <span class=\"d-inline-block bell-container\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5458 14.4774L4.50055 13.234C4.50657 11.8629 4.56791 9.80824 5.17539 8.00401C5.52706 6.95953 6.09459 5.89126 7.03537 5.08C7.70533 4.50227 8.51103 4.10149 9.44696 3.90922C9.50872 3.69984 9.5922 3.49047 9.70471 3.28979C9.91134 2.92122 10.2194 2.57523 10.654 2.33189C11.0827 2.09183 11.5478 2 12 2C12.4355 2 12.8969 2.08208 13.3272 2.31763C13.7695 2.55969 14.0812 2.91045 14.2866 3.28943C14.3999 3.49849 14.4813 3.71787 14.5396 3.93682C15.5444 4.18145 16.3788 4.69659 17.0444 5.38131C17.9498 6.3126 18.4937 7.50224 18.8321 8.60503C19.3645 10.3395 19.4725 12.1499 19.4944 13.1421C19.9371 13.6338 20.3502 14.1627 20.6914 14.626C21.9447 16.3277 20.6148 18.5001 18.7001 18.5001L5.52863 18.5C3.45543 18.5 2.28314 16.1217 3.5458 14.4774Z\" stroke=\"#171616\" \/>\n                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.0857 19.3749C9.431 19.1461 9.89639 19.2405 10.1252 19.5858C10.874 20.7159 12.7481 21.0858 13.9 19.5501C14.1485 19.2187 14.6186 19.1516 14.95 19.4001C15.2813 19.6486 15.3485 20.1187 15.1 20.4501C13.2518 22.9143 10.126 22.3027 8.87475 20.4143C8.64596 20.069 8.74041 19.6037 9.0857 19.3749Z\" fill=\"#171616\" \/>\n                    <\/svg>\n                <\/span>\n            <\/button>\n        <\/div>\n    <\/div>\n\n    \n    <script>\n        function triggerButton(button) {\n\n            var container = button.closest('[data-role=\"forward-email-subscription-container\"]');\n            var form = container.querySelector('[data-forward-email-form]');\n\n            if (form) {\n                jQuery(form).find(\"button[type='submit']\").trigger('click');\n            }\n        }\n    <\/script>\n\n<\/section>\n\n\n<li>\n<h3>Keyword recognition bots<\/h3>\n<p>Blending AI capabilities and user experience (UX) fundamentals, these bots use statistical models to mirror human-like conversation and speech patterns. Customizable keywords and AI identify appropriate answers to users&#8217; queries, creating a noticeable step up from script-driven bots as users engage in conversational exchanges.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-48753\" src=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/AE-chatbot.jpg\" alt=\"American Eagle's keyword-based chatbot on Facebook Messenger\" width=\"572\" height=\"549\" \/><\/p>\n<p>  <em>Keyword recognition bots are great for product-based queries on messenger-style platforms.<\/em><\/li>\n<li>\n<h3>Contextual bots<\/h3>\n<p>The most advanced of the current generation of chatbots, contextual bots use machine learning (ML) and AI to improve response quality over time. These smart bots can store past conversations to better understand each user&#8217;s speech patterns\u2014and remember contextual information such as payment details and order preferences\u2014to enhance and personalize the next interaction that takes place.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-48765\" src=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/pizza-bot-1.jpg\" alt=\"WhatsApp messages with a pizza-ordering chatbot\" width=\"572\" height=\"261\" \/><br \/>\n  <em>Contextual bots are well-suited to businesses that have repeat purchase patterns.<br \/>\n<\/em><\/li>\n<\/ul>\n<\/li>\n<li>\n<h3>Myth: Chatbots only work in specific industries  <\/h3>\n<p>Chatbots come in all shapes and sizes, and can usually be fairly extensively customized to enhance your business&#8217;s automated capabilities. Most chatbots exist primarily in B2C environments: it&#8217;s estimated that <a href=\"https:\/\/medium.com\/@OPTASY.com\/what-will-be-the-chatbot-trends-in-2020-from-enterprise-chatbots-to-emotionally-intelligent-bots-ffec305efead\" target=\"_blank\" rel=\"noopener\">85% of online interactions between customers and businesses will be chatbot-intermediated in 2020<\/a>. With technology paving the way for AI and ML capabilities, solutions for user support, customer service, information management, and even payment alternatives will become increasingly bot-supported as well.<\/li>\n<\/ol>\n<h2>Are chatbots right for your business?<\/h2>\n<p>As always, technological advancements are continuing at a rapid rate. For that reason alone, it&#8217;s important to remember that chatbots currently provide supportive tech to personalize customer experiences, but are not the be-all and end-all for interacting with your audiences online.<\/p>\n<p>Could you deploy bots to enhance your customer relationships? Could you save significant time for your teams to address complex challenges rather than get bogged down by everyday troubleshooting? And how do you deploy a bot, anyway?<\/p>\n<p>These are ideal questions for our bot-savvy technologists, strategists, and designers, who are always ready to help develop smarter digital strategies. Drop us a line today!<\/p>\n<p><a class=\"btn blog-contact-btn\">GET IN TOUCH<\/a><\/p>\n<div id=\"pdfDownload\">\n\t\t\t\t\t<script>\n\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\tportalId: 5408011,\n\t\t\t\t\t\t\t\tformId: \"0eaf82af-6eaf-4d93-95d9-a05499620032\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1777494576000-8057321308\",\n\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t})});\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1777494576000-8057321308\"><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Chatbots are disrupting the digital experience, fundamentally changing the way businesses interact with their audiences online. Although originally pioneered for use on ecommerce platforms, this digital technology is fast becoming a popular customer-engagement tool in a wide variety of industries\u2014especially as the pandemic drives consumers online. As their use becomes commonplace, it&#8217;s time to dispel [&hellip;]<\/p>\n","protected":false},"author":201,"featured_media":104739,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","reading_level":"Strategic","reading_level_confidence":0.72,"reading_level_needs_review":"0","footnotes":""},"categories":[2903],"tags":[],"class_list":["post-117418","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-strategy"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>3 chatbot myths you can stop believing | DAC<\/title>\n<meta name=\"description\" content=\"As the pandemic drives up chatbot use, let&#039;s dispel some common myths. Could this be the conversion-driving digital tool your business needs?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3 chatbot myths you can stop believing | DAC\" \/>\n<meta property=\"og:description\" content=\"As the pandemic drives up chatbot use, let&#039;s dispel some common myths. Could this be the conversion-driving digital tool your business needs?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\" \/>\n<meta property=\"og:site_name\" content=\"DAC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DACGroup\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-27T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-21T10:49:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"860\" \/>\n\t<meta property=\"og:image:height\" content=\"430\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Erika Halili\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\" \/>\n<meta name=\"twitter:creator\" content=\"@DAC_group\" \/>\n<meta name=\"twitter:site\" content=\"@DAC_group\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Erika Halili\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\"},\"author\":{\"name\":\"Erika Halili\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/765473154eb270c0ad139a204fa17301\"},\"headline\":\"3 chatbot myths you can stop believing\",\"datePublished\":\"2020-05-27T00:00:00+00:00\",\"dateModified\":\"2024-12-21T10:49:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\"},\"wordCount\":797,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg\",\"articleSection\":[\"Strategy\"],\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\",\"url\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\",\"name\":\"3 chatbot myths you can stop believing | DAC\",\"isPartOf\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg\",\"datePublished\":\"2020-05-27T00:00:00+00:00\",\"dateModified\":\"2024-12-21T10:49:44+00:00\",\"description\":\"As the pandemic drives up chatbot use, let's dispel some common myths. Could this be the conversion-driving digital tool your business needs?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage\",\"url\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg\",\"contentUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg\",\"width\":860,\"height\":430,\"caption\":\"||||||||\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dacgroup.com\/en-ca\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"3 chatbot myths you can stop believing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#website\",\"url\":\"https:\/\/www.dacgroup.com\/en-ca\/\",\"name\":\"DAC group\",\"description\":\"DAC\",\"publisher\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dacgroup.com\/en-ca\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#organization\",\"name\":\"DAC group\",\"alternateName\":\"DAC\",\"url\":\"https:\/\/www.dacgroup.com\/en-ca\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\",\"contentUrl\":\"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg\",\"caption\":\"DAC group\"},\"image\":{\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DACGroup\",\"https:\/\/x.com\/DAC_group\",\"https:\/\/www.linkedin.com\/company\/dac-group\/\",\"https:\/\/www.instagram.com\/dac_group\/\",\"https:\/\/www.youtube.com\/user\/DACgroup1976\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/765473154eb270c0ad139a204fa17301\",\"name\":\"Erika Halili\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0902d3bc4ca3fe27e8ac0cf07a1965a6d63662ef8482c55d8c2cb33374ea63fa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0902d3bc4ca3fe27e8ac0cf07a1965a6d63662ef8482c55d8c2cb33374ea63fa?s=96&d=mm&r=g\",\"caption\":\"Erika Halili\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"3 chatbot myths you can stop believing | DAC","description":"As the pandemic drives up chatbot use, let's dispel some common myths. Could this be the conversion-driving digital tool your business needs?","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:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/","og_locale":"en_US","og_type":"article","og_title":"3 chatbot myths you can stop believing | DAC","og_description":"As the pandemic drives up chatbot use, let's dispel some common myths. Could this be the conversion-driving digital tool your business needs?","og_url":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/","og_site_name":"DAC","article_publisher":"https:\/\/www.facebook.com\/DACGroup","article_published_time":"2020-05-27T00:00:00+00:00","article_modified_time":"2024-12-21T10:49:44+00:00","og_image":[{"width":860,"height":430,"url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg","type":"image\/jpeg"}],"author":"Erika Halili","twitter_card":"summary_large_image","twitter_image":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","twitter_creator":"@DAC_group","twitter_site":"@DAC_group","twitter_misc":{"Written by":"Erika Halili","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#article","isPartOf":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/"},"author":{"name":"Erika Halili","@id":"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/765473154eb270c0ad139a204fa17301"},"headline":"3 chatbot myths you can stop believing","datePublished":"2020-05-27T00:00:00+00:00","dateModified":"2024-12-21T10:49:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/"},"wordCount":797,"commentCount":0,"publisher":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/#organization"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg","articleSection":["Strategy"],"inLanguage":"en-CA","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/","url":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/","name":"3 chatbot myths you can stop believing | DAC","isPartOf":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg","datePublished":"2020-05-27T00:00:00+00:00","dateModified":"2024-12-21T10:49:44+00:00","description":"As the pandemic drives up chatbot use, let's dispel some common myths. Could this be the conversion-driving digital tool your business needs?","breadcrumb":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#primaryimage","url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg","contentUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/12\/chatbot-coffee.jpg","width":860,"height":430,"caption":"||||||||"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dacgroup.com\/en-ca\/insights\/blog\/strategy\/3-chatbot-myths-you-can-stop-believing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dacgroup.com\/en-ca\/"},{"@type":"ListItem","position":2,"name":"3 chatbot myths you can stop believing"}]},{"@type":"WebSite","@id":"https:\/\/www.dacgroup.com\/en-ca\/#website","url":"https:\/\/www.dacgroup.com\/en-ca\/","name":"DAC group","description":"DAC","publisher":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dacgroup.com\/en-ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/www.dacgroup.com\/en-ca\/#organization","name":"DAC group","alternateName":"DAC","url":"https:\/\/www.dacgroup.com\/en-ca\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/logo\/image\/","url":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","contentUrl":"https:\/\/www.dacgroup.com\/wp-content\/uploads\/2024\/09\/DAC-logo.svg","caption":"DAC group"},"image":{"@id":"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DACGroup","https:\/\/x.com\/DAC_group","https:\/\/www.linkedin.com\/company\/dac-group\/","https:\/\/www.instagram.com\/dac_group\/","https:\/\/www.youtube.com\/user\/DACgroup1976"]},{"@type":"Person","@id":"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/765473154eb270c0ad139a204fa17301","name":"Erika Halili","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.dacgroup.com\/en-ca\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0902d3bc4ca3fe27e8ac0cf07a1965a6d63662ef8482c55d8c2cb33374ea63fa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0902d3bc4ca3fe27e8ac0cf07a1965a6d63662ef8482c55d8c2cb33374ea63fa?s=96&d=mm&r=g","caption":"Erika Halili"}}]}},"_links":{"self":[{"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/posts\/117418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/users\/201"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/comments?post=117418"}],"version-history":[{"count":0,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/posts\/117418\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/media\/104739"}],"wp:attachment":[{"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/media?parent=117418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/categories?post=117418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dacgroup.com\/en-ca\/wp-json\/wp\/v2\/tags?post=117418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}