SlideShare a Scribd company logo
1 of 41
Download to read offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Optimizing Healthcare Call Centers with Natural
Language Understanding
H L C 3 0 5
Corina Motoi
Solutions Architect
AWS UK Public Sector
Angus McAllister
Solutions Architect Lead
AWS UK Public Sector
Chris Suter
Lead Cloud Architect
NHS Business Services
Authority UK
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS re:Invent this chalk talk
Large call volumes into customer service call centers can lead to frustrated customers, delayed
responses, and overburdened staff, particularly when a large number of queries could have been
resolved with simple yes or no answers, or formulaic responses
In this session, hear from the National Health Service (NHS) Business Services Authority, the support
body for multiple NHS organizations in England, and learn how it is using machine learning to
manage the large volumes of calls coming to their call center (5 million calls each year)
Learn how these services have been used to reduce call response times, increase staff morale, and
maximize staff utilization for value-add activities
See how to develop and implement Amazon Connect, Amazon Lex, and Amazon Polly to automate
call centers, reduce labor costs, and provide a consistent experience for customers
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda
Intro
Quick win—voice chatbot for your call centers
NHSBSA case study
Optimizing healthcare call centers with more natural
language understanding
Wrap-up
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Related breakouts
Wednesday, Nov 28
AIM202-L - Leadership Session: Machine Learning
1:45 PM - 2:45 PM | Venetian
Wednesday, Nov 28
AIM304 - Transform the Modern Contact Center Using Machine Learning and
Analytics
4:45 PM - 5:45 PM | Venetian
Wednesday, Nov 28
LFS303 - AI/ML in Life Sciences: Predictive Modeling with Amazon SageMaker
7:00 PM - 9:15 PM | Aria West, Level 3, Ironwood 1
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Let’s get to know each other (1)
How many of you are providing a
call center solution for your
company?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Let’s get to know each other (2)
How many of you are working for
a healthcare organization?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Let’s get to know each other (3)
How many of you are familiar
with AWS solutions for AI/ML?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How to build it
Amazon Connect is a self-service, cloud-based contact center,
based on the same contact center technology used by Amazon
customer service associates around the world to power
millions of customer conversations
Amazon Lex is a service for building conversational interfaces
into any application using voice and text
Amazon Polly is a service that turns text into lifelike speech,
allowing you to create applications that talk, and build entirely
new categories of speech-enabled products
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Call flow example
Id to where
“I’d like to know where
my health card is”
Automatic speech
recognition
Health card location
Natural language
understanding
Intent/Slot model
Utterances
Health card chatbot
Intent Request
information
Item slot Health card
location
Would you like to find out
where your health card is?
like know
my Health card is
Request information
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Soft phone
Desk phone
Amazon Connect contact control panel
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
So … what is the quick win for your
business?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How we use AWS Connect
Set objective: test whether an automated service can reduce call center
load by providing simple answers to information advice and guidance
Prototype: iterated service to create a series of “utterances” that
would be recognized and “intents” that it would understood
Public trial: service went live for the EHIC line
Increase scope of public trial: service provided 24/7 to
the public
Conclude POC: demonstrated service improvements
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Benefits observed
• Over 75% of calls handled
within six minutes
• Contact center saw a 26%
reduction in traffic to agents
• Amazon Connect answered 3.8
average voice requests per call
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Results after the Amazon Connect POC
4,316 calls resolved by
Amazon Lex (42.34%)
663 calls dropped by
Amazon Connect (6.5%)
5,215 calls transferred to
agent (51.16%)
10,914 calls
received
“All this benefit was delivered
in two weeks …”
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
more
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The AWS AI/ML stack
Application
services
Amazon
Rekognition
Amazon
Rekognition
video
Amazon Polly
Transcribe
Translate
Comprehend
Amazon Lex
Amazon SageMaker Amazon Mechanical Turk
Platform
services
Frameworks KERAS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
sentiment -
NLU
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How to build it
Amazon Transcribe is an automatic speech recognition (ASR)
service. Using the Amazon Transcribe API with its speech-to-
text capability, you can analyze audio files stored in Amazon
Simple Storage Service (Amazon S3) and have the service
return a text file of the transcribed speech.
Amazon Comprehend is a natural language processing (NLP)
service that uses machine learning to find insights and
relationships in text.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Transcripts
{
“SentimentScore": {
"Mixed": 0.030585512690246105,
"Positive": 0.94992071056365967,
"Neutral": 0.0141543131828308,
"Negative": 0.00893945890665054
},
"Sentiment": "POSITIVE",
"LanguageCode": "en"
}
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Transcripts Enriched
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
neural machine translation service
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
How to build it
Amazon Translate is a neural machine translation service that
delivers fast, high-quality, and affordable language translation.
The service can be used via an API, enabling real-time
translation of text from the source language to the target
language.
Amazon Translate supports translation between English and
any of the following languages: Arabic, Chinese (simplified),
Chinese (traditional), Czech, French, German, Italian, Japanese,
Portuguese, Russian, Spanish, and Turkish.
Six additional languages will be supported in the coming
months: Danish, Dutch, Finnish, Hebrew, Polish, and Swedish.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zandesk CRM
Call
recordings
Transcripts Enriched
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Transcripts Enriched
data
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Connect
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Transcripts Enriched
data
Backend
systems
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What about the performance of
your call center?
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
Transcripts Enriched
data
Backend
systems
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Salesforce
Zendesk CRM
Call
recordings
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Wrap-up—What we have used
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Wrap-up—What we have learned?
Automatic speech recognition/natural language understanding
(Amazon Lex & Amazon Polly)
Natural language understanding (Amazon Comprehend)
Neural Machine Translation (Amazon Translate & Amazon Lex &
Amazon Polly)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Demo—Amazon Connect/Amazon Lex setup
Step 1: Basic Amazon Connect setup
• Create Amazon Connect instance
• Claim phone number
• Build a contact flow
• Make a test call
Step 2: Basic Amazon Lex integration
• Create sample Amazon Lex chatbot
• Manage Amazon Lex/Amazon Connect permissions
• Integrate bot with contact flow
• Make a test call
Step 3: Customize your Amazon Lex bot
• Build slots
• Understand intents/utterances
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Corina Motoi
cmotoi@amazon.co.uk
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...
Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...
Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...Amazon Web Services
 
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...Amazon Web Services
 
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018Amazon Web Services
 
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018Amazon Web Services
 
Usare la tecnologia Container su AWS
Usare la tecnologia Container su AWSUsare la tecnologia Container su AWS
Usare la tecnologia Container su AWSAmazon Web Services
 
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioArtificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioAmazon Web Services
 
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...Amazon Web Services
 
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...Amazon Web Services
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAmazon Web Services
 
Leadership Session: The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018
Leadership Session:  The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018Leadership Session:  The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018
Leadership Session: The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018Amazon Web Services
 
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Amazon Web Services
 
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018Amazon Web Services
 
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...Michaela Bromfield
 
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...Amazon Web Services
 
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...Amazon Web Services
 
High Performance Computing Grid on AWS
High Performance Computing Grid on AWSHigh Performance Computing Grid on AWS
High Performance Computing Grid on AWSAmazon Web Services
 
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018Amazon Web Services
 
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...Amazon Web Services
 
AWS Summit Taipei 2018
 AWS Summit Taipei 2018 AWS Summit Taipei 2018
AWS Summit Taipei 2018Cheng Ta Yeh
 

What's hot (20)

Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...
Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...
Leadership Session: Accelerating Transformation in the Life Sciences (LFS201-...
 
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...
Unlock Highly Regulated Enterprise Workloads with SaaS on AWS GovCloud (US) (...
 
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018
How to Quickly Get Insights from IoT Data on AWS (ANT337-S) - AWS re:Invent 2018
 
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018
Automating Compliance on AWS (HLC302-S-i) - AWS re:Invent 2018
 
Usare la tecnologia Container su AWS
Usare la tecnologia Container su AWSUsare la tecnologia Container su AWS
Usare la tecnologia Container su AWS
 
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglioArtificial Intelligence nella realtà di oggi: come utilizzarla al meglio
Artificial Intelligence nella realtà di oggi: come utilizzarla al meglio
 
AWS Security Best Practices
AWS Security Best PracticesAWS Security Best Practices
AWS Security Best Practices
 
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...
Enabling Patient Centricity for Pfizer through AWS Cloud (LFS301-S-i) - AWS r...
 
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...
[REPEAT 1] Confidently Execute Your Cloud Audit: Expert Advice (SEC205-R1) - ...
 
AWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di businessAWS IoT: servizi costruiti per migliorare le performance di business
AWS IoT: servizi costruiti per migliorare le performance di business
 
Leadership Session: The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018
Leadership Session:  The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018Leadership Session:  The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018
Leadership Session: The Future of Enterprise IT (ENT220-L) - AWS re:Invent 2018
 
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
Leadership Session: Overview of Amazon Digital User Engagement Solutions (DIG...
 
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018
Digital Transformation Playbook in Five Steps (ARC322) - AWS re:Invent 2018
 
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...
Emerging Trends in Big Data, Analytics, Machine Learning, and Internet-of-Thi...
 
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
How Amazon Migrated Items & Offers for Retail, Marketplace, & Digital to Dyna...
 
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
Instrumenting Kubernetes for Observability Using AWS X-Ray and Amazon CloudWa...
 
High Performance Computing Grid on AWS
High Performance Computing Grid on AWSHigh Performance Computing Grid on AWS
High Performance Computing Grid on AWS
 
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018
[NEW LAUNCH!] Introducing AWS IoT Things Graph (IOT366) - AWS re:Invent 2018
 
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...
How Rovio Uses ML to Acquire, Retain, and Monetize Users (GAM304) - AWS re:In...
 
AWS Summit Taipei 2018
 AWS Summit Taipei 2018 AWS Summit Taipei 2018
AWS Summit Taipei 2018
 

Similar to Optimizing Healthcare Call Centers with Natural Language Understanding (HLC305) - AWS re:Invent 2018

Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...
Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...
Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...Amazon Web Services
 
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...Amazon Web Services
 
AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots Amazon Web Services
 
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)Julien SIMON
 
Building a Customer-Centric Contact Center in a Regulated Environment
Building a Customer-Centric Contact Center in a Regulated EnvironmentBuilding a Customer-Centric Contact Center in a Regulated Environment
Building a Customer-Centric Contact Center in a Regulated EnvironmentAmazon Web Services
 
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...Amazon Web Services
 
AI Powered Conversational Interfaces
AI Powered Conversational InterfacesAI Powered Conversational Interfaces
AI Powered Conversational InterfacesAmazon Web Services
 
Machine Learning for innovation and transformation
Machine Learning for innovation and transformationMachine Learning for innovation and transformation
Machine Learning for innovation and transformationAmazon Web Services
 
Build Intelligent Apps Using AI Services
Build Intelligent Apps Using AI ServicesBuild Intelligent Apps Using AI Services
Build Intelligent Apps Using AI ServicesAmazon Web Services
 
在遊戲上應用AI (包括現場展示)
在遊戲上應用AI (包括現場展示)在遊戲上應用AI (包括現場展示)
在遊戲上應用AI (包括現場展示)Amazon Web Services
 
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...Amazon Web Services
 
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2Amazon Web Services
 
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisionsai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better DecisionsAmazon Web Services
 
Machine Learning on AWS (December 2018)
Machine Learning on AWS (December 2018)Machine Learning on AWS (December 2018)
Machine Learning on AWS (December 2018)Julien SIMON
 
DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay Conference by Xebia
 
MCL302_Maximizing the Customer Experience with AI on AWS
MCL302_Maximizing the Customer Experience with AI on AWSMCL302_Maximizing the Customer Experience with AI on AWS
MCL302_Maximizing the Customer Experience with AI on AWSAmazon Web Services
 
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017Amazon Web Services
 
AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018Amazon Web Services
 
人工智能 (AI) 與機器學習概覽 (Level 200)
人工智能 (AI) 與機器學習概覽 (Level 200)人工智能 (AI) 與機器學習概覽 (Level 200)
人工智能 (AI) 與機器學習概覽 (Level 200)Amazon Web Services
 
Build Intelligent Apps Using AI Services.pdf
Build Intelligent Apps Using AI Services.pdfBuild Intelligent Apps Using AI Services.pdf
Build Intelligent Apps Using AI Services.pdfAmazon Web Services
 

Similar to Optimizing Healthcare Call Centers with Natural Language Understanding (HLC305) - AWS re:Invent 2018 (20)

Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...
Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...
Transform the Modern Contact Center Using Machine Learning and Analytics (AIM...
 
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
Bring the Power of AI to Your Amazon Connect Contact Center (BAP322-R1) - AWS...
 
AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots AWS Webinar - Learn how and why to build conversational chatbots
AWS Webinar - Learn how and why to build conversational chatbots
 
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)
Innovating with Machine Learning on AWS - Travel & Hospitality (November 2018)
 
Building a Customer-Centric Contact Center in a Regulated Environment
Building a Customer-Centric Contact Center in a Regulated EnvironmentBuilding a Customer-Centric Contact Center in a Regulated Environment
Building a Customer-Centric Contact Center in a Regulated Environment
 
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...
Moving Large Scale Contact Centers to Amazon Connect (BAP324) - AWS re:Invent...
 
AI Powered Conversational Interfaces
AI Powered Conversational InterfacesAI Powered Conversational Interfaces
AI Powered Conversational Interfaces
 
Machine Learning for innovation and transformation
Machine Learning for innovation and transformationMachine Learning for innovation and transformation
Machine Learning for innovation and transformation
 
Build Intelligent Apps Using AI Services
Build Intelligent Apps Using AI ServicesBuild Intelligent Apps Using AI Services
Build Intelligent Apps Using AI Services
 
在遊戲上應用AI (包括現場展示)
在遊戲上應用AI (包括現場展示)在遊戲上應用AI (包括現場展示)
在遊戲上應用AI (包括現場展示)
 
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...
Improving Customer Experience: Enhanced Customer Insights Using Natural Langu...
 
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2
AWS Data-Driven Insights Learning Series_ANZ Sep 2019 Part 2
 
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisionsai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
ai mlLeverage Data and AI/ML to Drive New Experiences and Make Better Decisions
 
Machine Learning on AWS (December 2018)
Machine Learning on AWS (December 2018)Machine Learning on AWS (December 2018)
Machine Learning on AWS (December 2018)
 
DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker DataXDay - Machine learning models at scale with Amazon SageMaker
DataXDay - Machine learning models at scale with Amazon SageMaker
 
MCL302_Maximizing the Customer Experience with AI on AWS
MCL302_Maximizing the Customer Experience with AI on AWSMCL302_Maximizing the Customer Experience with AI on AWS
MCL302_Maximizing the Customer Experience with AI on AWS
 
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017
Maximizing the Customer Experience with AI on AWS - MCL302 - re:Invent 2017
 
AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018AWS AI state of the union - AWS Cape Town Summit 2018
AWS AI state of the union - AWS Cape Town Summit 2018
 
人工智能 (AI) 與機器學習概覽 (Level 200)
人工智能 (AI) 與機器學習概覽 (Level 200)人工智能 (AI) 與機器學習概覽 (Level 200)
人工智能 (AI) 與機器學習概覽 (Level 200)
 
Build Intelligent Apps Using AI Services.pdf
Build Intelligent Apps Using AI Services.pdfBuild Intelligent Apps Using AI Services.pdf
Build Intelligent Apps Using AI Services.pdf
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Optimizing Healthcare Call Centers with Natural Language Understanding (HLC305) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Optimizing Healthcare Call Centers with Natural Language Understanding H L C 3 0 5 Corina Motoi Solutions Architect AWS UK Public Sector Angus McAllister Solutions Architect Lead AWS UK Public Sector Chris Suter Lead Cloud Architect NHS Business Services Authority UK
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS re:Invent this chalk talk Large call volumes into customer service call centers can lead to frustrated customers, delayed responses, and overburdened staff, particularly when a large number of queries could have been resolved with simple yes or no answers, or formulaic responses In this session, hear from the National Health Service (NHS) Business Services Authority, the support body for multiple NHS organizations in England, and learn how it is using machine learning to manage the large volumes of calls coming to their call center (5 million calls each year) Learn how these services have been used to reduce call response times, increase staff morale, and maximize staff utilization for value-add activities See how to develop and implement Amazon Connect, Amazon Lex, and Amazon Polly to automate call centers, reduce labor costs, and provide a consistent experience for customers
  • 4. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda Intro Quick win—voice chatbot for your call centers NHSBSA case study Optimizing healthcare call centers with more natural language understanding Wrap-up
  • 5. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Related breakouts Wednesday, Nov 28 AIM202-L - Leadership Session: Machine Learning 1:45 PM - 2:45 PM | Venetian Wednesday, Nov 28 AIM304 - Transform the Modern Contact Center Using Machine Learning and Analytics 4:45 PM - 5:45 PM | Venetian Wednesday, Nov 28 LFS303 - AI/ML in Life Sciences: Predictive Modeling with Amazon SageMaker 7:00 PM - 9:15 PM | Aria West, Level 3, Ironwood 1
  • 6. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 7. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Let’s get to know each other (1) How many of you are providing a call center solution for your company?
  • 8. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Let’s get to know each other (2) How many of you are working for a healthcare organization?
  • 9. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Let’s get to know each other (3) How many of you are familiar with AWS solutions for AI/ML?
  • 10. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 11. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How to build it Amazon Connect is a self-service, cloud-based contact center, based on the same contact center technology used by Amazon customer service associates around the world to power millions of customer conversations Amazon Lex is a service for building conversational interfaces into any application using voice and text Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk, and build entirely new categories of speech-enabled products
  • 12. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Call flow example Id to where “I’d like to know where my health card is” Automatic speech recognition Health card location Natural language understanding Intent/Slot model Utterances Health card chatbot Intent Request information Item slot Health card location Would you like to find out where your health card is? like know my Health card is Request information
  • 13. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Soft phone Desk phone Amazon Connect contact control panel
  • 14. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. So … what is the quick win for your business?
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 16. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How we use AWS Connect Set objective: test whether an automated service can reduce call center load by providing simple answers to information advice and guidance Prototype: iterated service to create a series of “utterances” that would be recognized and “intents” that it would understood Public trial: service went live for the EHIC line Increase scope of public trial: service provided 24/7 to the public Conclude POC: demonstrated service improvements
  • 17. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Benefits observed • Over 75% of calls handled within six minutes • Contact center saw a 26% reduction in traffic to agents • Amazon Connect answered 3.8 average voice requests per call
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Results after the Amazon Connect POC 4,316 calls resolved by Amazon Lex (42.34%) 663 calls dropped by Amazon Connect (6.5%) 5,215 calls transferred to agent (51.16%) 10,914 calls received
  • 19. “All this benefit was delivered in two weeks …”
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. more
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. The AWS AI/ML stack Application services Amazon Rekognition Amazon Rekognition video Amazon Polly Transcribe Translate Comprehend Amazon Lex Amazon SageMaker Amazon Mechanical Turk Platform services Frameworks KERAS
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. sentiment - NLU
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How to build it Amazon Transcribe is an automatic speech recognition (ASR) service. Using the Amazon Transcribe API with its speech-to- text capability, you can analyze audio files stored in Amazon Simple Storage Service (Amazon S3) and have the service return a text file of the transcribed speech. Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in text.
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Transcripts { “SentimentScore": { "Mixed": 0.030585512690246105, "Positive": 0.94992071056365967, "Neutral": 0.0141543131828308, "Negative": 0.00893945890665054 }, "Sentiment": "POSITIVE", "LanguageCode": "en" }
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Transcripts Enriched data
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. neural machine translation service
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. How to build it Amazon Translate is a neural machine translation service that delivers fast, high-quality, and affordable language translation. The service can be used via an API, enabling real-time translation of text from the source language to the target language. Amazon Translate supports translation between English and any of the following languages: Arabic, Chinese (simplified), Chinese (traditional), Czech, French, German, Italian, Japanese, Portuguese, Russian, Spanish, and Turkish. Six additional languages will be supported in the coming months: Danish, Dutch, Finnish, Hebrew, Polish, and Swedish.
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zandesk CRM Call recordings Transcripts Enriched data
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Transcripts Enriched data
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon Connect
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Transcripts Enriched data Backend systems
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What about the performance of your call center?
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings Transcripts Enriched data Backend systems
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Salesforce Zendesk CRM Call recordings
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Wrap-up—What we have used
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Wrap-up—What we have learned? Automatic speech recognition/natural language understanding (Amazon Lex & Amazon Polly) Natural language understanding (Amazon Comprehend) Neural Machine Translation (Amazon Translate & Amazon Lex & Amazon Polly)
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Demo—Amazon Connect/Amazon Lex setup Step 1: Basic Amazon Connect setup • Create Amazon Connect instance • Claim phone number • Build a contact flow • Make a test call Step 2: Basic Amazon Lex integration • Create sample Amazon Lex chatbot • Manage Amazon Lex/Amazon Connect permissions • Integrate bot with contact flow • Make a test call Step 3: Customize your Amazon Lex bot • Build slots • Understand intents/utterances
  • 40. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Corina Motoi cmotoi@amazon.co.uk
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.