{"id":14423,"date":"2023-06-29T11:23:43","date_gmt":"2023-06-29T09:23:43","guid":{"rendered":"https:\/\/www.synthesis.co.za\/?p=14423"},"modified":"2023-07-03T08:07:08","modified_gmt":"2023-07-03T06:07:08","slug":"building-a-custom-automated-call-centre-analytics-solution-on-aws","status":"publish","type":"post","link":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/","title":{"rendered":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0"},"content":{"rendered":"\n<p>What does it take to build an automated call centre analytics solution that is capable of capturing mass structured data from interactions with clients and performing analytics to readily derive value?&nbsp;&nbsp;<\/p>\n\n\n\n<p>\u201cAt Synthesis, we aim to prove that it is not only (finally) possible to be compliant with regulatory requirements at a reasonable cost but also to start making data-driven decisions in areas including, but not limited to, quality assurance, customer retention, marketing, client experience, and resource allocation,\u201d says <a href=\"https:\/\/www.linkedin.com\/in\/hugo-loubser-438b02b8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Hugo Loubser<\/a>, Associate Principal Machine Learning Engineer at Synthesis.&nbsp;&nbsp;<\/p>\n\n\n\n<p>The call centre analytics solution may be utilised for any use case that requires understanding the interactions clients are having with your organisation. The infrastructure is designed to be general in its feature extraction, with minimal changes needed to retrofit to any new use case by simply requiring one component to be tailored to incorporate the business logic that formulates the use case.&nbsp;<\/p>\n\n\n\n<p>Quality Assurance Challenges&nbsp;<\/p>\n\n\n\n<p>Regulators require at least 5% of calls to go through Quality Assurance (QA).&nbsp;&nbsp;<\/p>\n\n\n\n<p>Failing to comply with these requirements could have multiple repercussions, some of which include:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Penalties and fines if calls are found to be non-compliant with AML\/FAIS\/TCF\/NCA\/POPI, etc.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>External fraud if customer authentication is not performed correctly.&nbsp;<\/li>\n\n\n\n<li>Reduced customer service levels if staff do not act professionally resulting in lost revenue.&nbsp;<\/li>\n\n\n\n<li>Legal Risk associated if a client is not made aware of the necessary terms and conditions of a product.&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<p><strong>A typical bank could make and receive approximately 10 million calls per annum.&nbsp;<\/strong>&nbsp;<\/p>\n\n\n\n<p>\u201cWith the regulatory requirement set at 5% of call volumes, this means that with 1370 calls per day, a typical sales call with a duration of 30 minutes, QA teams would have to listen to 683 hours of calls for just one day\u2019s worth of interactions. In other words, it would take 85 days for one person to listen to just one day\u2019s worth of calls. No company has the resources or the budget to be able to listen to calls at this scale,\u201d explains Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<p>What is the Solution?&nbsp;<\/p>\n\n\n\n<p>Building a custom, automated architected solution effectively acts as a feature engineering pipeline that is able to capture semantic information in the interactions being had between call centre agents and customers. This is possible due to recent breakthroughs in automatic speech recognition (ASR) and natural language understanding (NLU) technology as well as the direction in which the natural language processing (NLP) research community has been heading.&nbsp;&nbsp;<\/p>\n\n\n\n<p>\u201cNot only will this solution allow an organisation to be compliant, but it allows efficient scaling that could lead to processing 100% of call volumes for a significantly lower cost than the manual alternative,\u201d says Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Understanding the Solution Architecture&nbsp;<\/p>\n\n\n\n<p>By utilising Amazon Connect and Salesforce, metadata is captured as interactions (calls) occur.&nbsp;&nbsp;<\/p>\n\n\n\n<p>\u201cFrom Connect, we receive the actual recording and information on the call itself. Some of this information includes which banker was speaking to the client, from which number the call was made and received, the duration of the call, in which queue the client may have had to wait, and which recorded messages did the client listen to.&nbsp;&nbsp;<\/p>\n\n\n\n<p>From Salesforce, we receive information on the type of interaction such as which product was discussed, what kind of service was provided, whether there were previous interactions relating to this sale\/service request, and more. This data is aggregated in either S3 (a unique directory structure for each live stream that is recorded) or in relational databases (metadata)\u201d, explains Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Given that this is a completely automated solution, the entire pipeline is set off by a scheduled trigger using Amazon EventBridge, typically, at the end of the day to allow all business for that day to be concluded, and Lambda functions that orchestrate the integration between different components. The scheduled run starts off by loading and linking the recordings and metadata from the Connect and Salesforce ecosystems. Connect\u2019s metadata resides in a Redshift Data Warehouse and Salesforce has a proprietary data structure built into it that can be queried using their Salesforce Object Query Language (SOQL). These artifacts are then transferred to the raw data repository in S3 where it\u2019s being viewed by S3 triggers that set of the succeeding components. Once new content is detected in the recordings repository, a Simple Queue Service (SQS) is created to push transcription jobs to Amazon Transcribe for the audio to be converted to text.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Amazon Transcribe is also capable of Speaker Diarization, allowing us to separate the client\u2019s verbiage from the agent\u2019s verbiage. Once the transcription is completed and stored in the processed data repository, the text is pushed to the inference pipeline for the language model to process what was said. The inference pipeline contains three components, defined as SageMaker processing jobs to allow longer runtimes and custom Virtual Machines (VM) since a more powerful machine is needed to load and use the Transformer Language Model. These three components include pre-processing, inference and post-processing.&nbsp;<\/p>\n\n\n\n<p>\u201cAt this stage, we should mention that the inference pipeline is the only component that needs to be changed for this solution architecture to be used for any other use case\u201d mentions Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"473\" src=\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-2-1024x473.png\" alt=\"\" class=\"wp-image-14424\" srcset=\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-2-1024x473.png 1024w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-2-300x138.png 300w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-2-768x355.png 768w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-2.png 1356w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li>The pre-processing prepares the text data along with any additional metadata and puts it into a format that the model expects. Any additional data cleaning and Personal Identifiable Information (PII) redaction components are implemented in the pre-processing step. Once the data has been prepared, it is sent through the inference component.&nbsp;&nbsp;<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>The secret ingredient that makes this entire solution possible and so incredibly effective is the type of AI that is used in the inference component. We make use of a pre-trained Transformer model that allows us to obtain a language-agnostic numeric representation of the verbiage that retains semantic and syntactic information in a way that allows us to perform meaningful analytics on it. These numeric representations are called embeddings.&nbsp;&nbsp;<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Once we have the embeddings, we invoke the post-processing component. Here we apply business logic to use the model output to derive value from it.&nbsp;&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>\u201cIn the case of QA, this business logic includes having a list of the phrases that the agents are expected to utter to clients. We then use the embeddings to determine whether or not each of these phrases was spoken. This means that if we have a list of 50 phrases that need to be spoken for that call to be deemed compliant, we obtain 50 output scores for each of the incoming phrases from the conversation. These outputs act as probabilities that the specific compliance phrase was found in the spoken language\u201d advises Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Going beyond Quality Assurance&nbsp;&nbsp;<\/p>\n\n\n\n<p>Call data is annotated with valuable insights. It allows for access to data that could answer questions such as:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How much of my workforce is being utilised?&nbsp;<\/li>\n\n\n\n<li>Which products are being discussed most often?&nbsp;<\/li>\n\n\n\n<li>How efficiently are the agents picking up calls and how much silence is picked up during calls?&nbsp;<\/li>\n\n\n\n<li>Are calls taking longer for certain agents\/products? Maybe the scripts\/training material needs to be updated.&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At which times of the day\/week does the call centre experience the largest\/smallest call volumes?&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>In order to understand why clients are calling the call centre, we simply need to swap out the type of model used in the inference component of the architecture. This could be implemented as either a supervised or unsupervised approach. We could either try to extract topics in a data-driven way, or we could map them to a pre-defined list of intents. Typically, for this type of use case, we would suggest implementing an unsupervised paradigm first to understand your data better (as an exploratory data analysis (EDA) exercise) and then switch to a supervised paradigm to refine and deepen the way in which the model tries to understand the verbiage. This will allow you to answer questions such as:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Why are my clients calling?&nbsp;<\/li>\n\n\n\n<li>When are my clients calling to discuss which topics\/products?&nbsp;<\/li>\n\n\n\n<li>Why are calls being dropped prematurely? (Leading to missed opportunities, cross-selling, etc.)&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>\u201cWe can say that for a specific call, that included Employee A and Customer B, we know that Product A was discussed, whether or not the Employee was compliant (and why they were not compliant in the negative case), what the customer\u2019s sentiment was (towards the organisation, product or agent) and what if any, complaints or compliments were made.&nbsp;<\/p>\n\n\n\n<p>As mentioned, this solution architecture can be utilised in many ways other than QA. If you can formulate the business rule, you can probably use this architecture to derive the data from the interactions with your clients,\u201d concludes Hugo.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Author: Hugo Loubser, Associate Principal Machine Learning Engineer at Synthesis.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3-1024x1024.png\" alt=\"\" class=\"wp-image-14425\" width=\"512\" height=\"512\" srcset=\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3-1024x1024.png 1024w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3-300x300.png 300w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3-150x150.png 150w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3-768x768.png 768w, https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/image-3.png 1063w\" sizes=\"(max-width: 512px) 100vw, 512px\" \/><\/figure>\n\n\n\n<p><strong>Ends<\/strong><\/p>\n\n\n\n<p>For more information on the innovative work Synthesis has done for its clients, contact us on 087 654 3300<\/p>\n\n\n\n<p>About Synthesis<\/p>\n\n\n\n<p>Synthesis uses innovative technology solutions to provide businesses with a competitive edge today. Synthesis focuses on banking and financial institutions, retail, healthcare and telecommunications sectors in South Africa and other emerging markets.<\/p>\n\n\n\n<p>In 2017 Capital Appreciation Limited, a JSE-listed Fintech company, acquired 100 percent of Synthesis. Following the acquisition, Synthesis remains an independent operating entity within the Capital Appreciation Group providing&nbsp;<a href=\"https:\/\/www.synthesis.co.za\/cloud\/\" target=\"_blank\" rel=\"noreferrer noopener\">Cloud<\/a>,&nbsp;<a href=\"https:\/\/www.synthesis.co.za\/digital\/\" target=\"_blank\" rel=\"noreferrer noopener\">Digital<\/a>,&nbsp;<a href=\"https:\/\/www.synthesis.co.za\/payments-centre-of-excellence\/\" target=\"_blank\" rel=\"noreferrer noopener\">Payments<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/www.synthesis.co.za\/regstream\/\" target=\"_blank\" rel=\"noreferrer noopener\">RegTech services<\/a>&nbsp;as well as corporate learning solutions through the&nbsp;<a href=\"https:\/\/www.synthesis.co.za\/academy\/\" target=\"_blank\" rel=\"noreferrer noopener\">Synthesis Academy<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What does it take to build an automated call centre analytics solution that is capable of capturing mass structured data from interactions with clients and performing analytics to readily derive value?&nbsp;&nbsp; \u201cAt Synthesis, we aim to prove that it is not only (finally) possible to be compliant with regulatory requirements at a reasonable cost but [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":14428,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"episode_type":"","audio_file":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","footnotes":""},"categories":[34],"tags":[],"ptype":[11],"sectors":[28],"class_list":["post-14423","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-conversation","ptype-articles","sectors-intelligent"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0 - Synthesis<\/title>\n<meta name=\"description\" content=\"Read: &#039;Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0&#039; and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.\" \/>\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.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0\" \/>\n<meta property=\"og:description\" content=\"Read: &#039;Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0&#039; and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\" \/>\n<meta property=\"og:site_name\" content=\"Synthesis\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-29T09:23:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-03T06:07:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"825\" \/>\n\t<meta property=\"og:image:height\" content=\"578\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Synthesis Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Synthesis Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\"},\"author\":{\"name\":\"Synthesis Staff\",\"@id\":\"https:\/\/www.synthesis.co.za\/#\/schema\/person\/a1cde004c078942c45be61a61cd6ae2c\"},\"headline\":\"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0\",\"datePublished\":\"2023-06-29T09:23:43+00:00\",\"dateModified\":\"2023-07-03T06:07:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\"},\"wordCount\":1607,\"publisher\":{\"@id\":\"https:\/\/www.synthesis.co.za\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png\",\"articleSection\":[\"Conversations\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\",\"url\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\",\"name\":\"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0 - Synthesis\",\"isPartOf\":{\"@id\":\"https:\/\/www.synthesis.co.za\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png\",\"datePublished\":\"2023-06-29T09:23:43+00:00\",\"dateModified\":\"2023-07-03T06:07:08+00:00\",\"description\":\"Read: 'Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0' and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage\",\"url\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png\",\"contentUrl\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png\",\"width\":825,\"height\":578},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.synthesis.co.za\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.synthesis.co.za\/#website\",\"url\":\"https:\/\/www.synthesis.co.za\/\",\"name\":\"Synthesis\",\"description\":\"Specialized Software Development\",\"publisher\":{\"@id\":\"https:\/\/www.synthesis.co.za\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.synthesis.co.za\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.synthesis.co.za\/#organization\",\"name\":\"Synthesis, a Leading Software Development Company\",\"url\":\"https:\/\/www.synthesis.co.za\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.synthesis.co.za\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2016\/03\/Synthesis-logo.jpg\",\"contentUrl\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2016\/03\/Synthesis-logo.jpg\",\"width\":1036,\"height\":220,\"caption\":\"Synthesis, a Leading Software Development Company\"},\"image\":{\"@id\":\"https:\/\/www.synthesis.co.za\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.synthesis.co.za\/#\/schema\/person\/a1cde004c078942c45be61a61cd6ae2c\",\"name\":\"Synthesis Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.synthesis.co.za\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2020\/03\/cropped-favicon-1-96x96.png\",\"contentUrl\":\"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2020\/03\/cropped-favicon-1-96x96.png\",\"caption\":\"Synthesis Staff\"},\"url\":\"https:\/\/www.synthesis.co.za\/author\/staff\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0 - Synthesis","description":"Read: 'Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0' and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.","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.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/","og_locale":"en_US","og_type":"article","og_title":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0","og_description":"Read: 'Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0' and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.","og_url":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/","og_site_name":"Synthesis","article_published_time":"2023-06-29T09:23:43+00:00","article_modified_time":"2023-07-03T06:07:08+00:00","og_image":[{"width":825,"height":578,"url":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png","type":"image\/png"}],"author":"Synthesis Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Synthesis Staff","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#article","isPartOf":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/"},"author":{"name":"Synthesis Staff","@id":"https:\/\/www.synthesis.co.za\/#\/schema\/person\/a1cde004c078942c45be61a61cd6ae2c"},"headline":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0","datePublished":"2023-06-29T09:23:43+00:00","dateModified":"2023-07-03T06:07:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/"},"wordCount":1607,"publisher":{"@id":"https:\/\/www.synthesis.co.za\/#organization"},"image":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png","articleSection":["Conversations"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/","url":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/","name":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0 - Synthesis","isPartOf":{"@id":"https:\/\/www.synthesis.co.za\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage"},"image":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage"},"thumbnailUrl":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png","datePublished":"2023-06-29T09:23:43+00:00","dateModified":"2023-07-03T06:07:08+00:00","description":"Read: 'Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0' and more on the Synthesis blog for insights on the latest in the Tech and Software development industry.","breadcrumb":{"@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#primaryimage","url":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png","contentUrl":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2023\/06\/Synthesis_2023-06-30_Call-Centre_369x277_Design_V1-01.png","width":825,"height":578},{"@type":"BreadcrumbList","@id":"https:\/\/www.synthesis.co.za\/building-a-custom-automated-call-centre-analytics-solution-on-aws\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.synthesis.co.za\/"},{"@type":"ListItem","position":2,"name":"Building a Custom, Automated Call Centre Analytics Solution on AWS\u00a0"}]},{"@type":"WebSite","@id":"https:\/\/www.synthesis.co.za\/#website","url":"https:\/\/www.synthesis.co.za\/","name":"Synthesis","description":"Specialized Software Development","publisher":{"@id":"https:\/\/www.synthesis.co.za\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.synthesis.co.za\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.synthesis.co.za\/#organization","name":"Synthesis, a Leading Software Development Company","url":"https:\/\/www.synthesis.co.za\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.synthesis.co.za\/#\/schema\/logo\/image\/","url":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2016\/03\/Synthesis-logo.jpg","contentUrl":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2016\/03\/Synthesis-logo.jpg","width":1036,"height":220,"caption":"Synthesis, a Leading Software Development Company"},"image":{"@id":"https:\/\/www.synthesis.co.za\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.synthesis.co.za\/#\/schema\/person\/a1cde004c078942c45be61a61cd6ae2c","name":"Synthesis Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.synthesis.co.za\/#\/schema\/person\/image\/","url":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2020\/03\/cropped-favicon-1-96x96.png","contentUrl":"https:\/\/www.synthesis.co.za\/wp-content\/uploads\/2020\/03\/cropped-favicon-1-96x96.png","caption":"Synthesis Staff"},"url":"https:\/\/www.synthesis.co.za\/author\/staff\/"}]}},"_links":{"self":[{"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/posts\/14423","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/comments?post=14423"}],"version-history":[{"count":1,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/posts\/14423\/revisions"}],"predecessor-version":[{"id":14426,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/posts\/14423\/revisions\/14426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/media\/14428"}],"wp:attachment":[{"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/media?parent=14423"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/categories?post=14423"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/tags?post=14423"},{"taxonomy":"ptype","embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/ptype?post=14423"},{"taxonomy":"sectors","embeddable":true,"href":"https:\/\/www.synthesis.co.za\/wp-json\/wp\/v2\/sectors?post=14423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}