SlideShare a Scribd company logo
The Good, The Bad,
& The Ugly of Voice
The Intricacies ofVoice in the
Everyday Lives of Users
Emerson Sklar
Technical Evangelist
2
Applause harnesses the power of the world's largest community of vetted, digital professionals to
create custom teams that provide you with a full suite of testing and feedback solutions. Our white-
glove approach enables leading brands to get closer to their customers, increase development velocity
and deliver high-quality digital experiences to their customers.
Powering Today’s Digital Leaders
Testing from the End-User Perspective with Applause
3
Proven Experience and Results:
Trusted by market leaders, with established methodologies for voice testing built from
Amazon’s best practices.
Secure Real-WorldTesting:
Secure and directed testing by in-market vetted testers under real world conditions– in
home, in the office, or embedded in other devices like vehicles.
RealVoices:
Test with native language speakers to validate utterances and dialogs, accounting for
different languages, dialects, genders, and age groups – areas that are virtually impossible
to automate
Unlimited Device Coverage:
Test on any connected device around the globe at scale.
MARKET OVERVIEW
The Rise of Smart Speakers is Meteoric
5
Smart Speaker Penetration (U.S.)
Source: Activate Forecast
Alexa Dominates in the U.S. Market
6
U.S. Smart Speaker Market Share
But That’s Not True Everywhere
7
U.S. Smart Speaker Market Share Canadian Smart Speaker Market Share
It’s Not Just Smart Speakers
Alexa Skills Still Dominate Google Assistant Actions Are Catching Up Multimodal Use is Increasing as Well
8
Enterprises Have Joined the Voice Bandwagon
9
Source: Adobe and Advanis
How important are voice enabled experiences to your organization’s consumers? (U.S. March 2019)
Enterprise Prioritization Doesn’t Align with Customer Expectation
10
What new voice enabled interactions are organizations prioritizing (U.S. March 2019)
Source: Adobe and Advanis
Many Voice Experiences Still Miss the Mark
11
Alexa Skill RatingsTotal Breakdown
Source: Dashbot
Where Do Companies Go Wrong?
12
Assuming One
Size Fits All
Not Listening to
Customer Feedback
TreatingVoice as
an Experiment
REAL EXAMPLES
• Strong in-car integration on their own platform
• Supports both Alexa and Google
• Localized for each international market
• Complete top-down support, from executives to product to
marketing
• Took time to get it right
• Iterated on customer feedback
Mercedes – Voice First Strategy
14
• No officialAlexa Skill or GoogleAssistant Action
• Third-party skills do not reflect the brand identity and
innovation
• In-car voice currently supports basic navigation, calling, and
music, BUT…
• No published list of supported voice commands
• Struggles with acoustic interference from the road and
nearby cars
• Certain features (e.g. wipers, climate, etc.) can only be
accessed via touchscreen
Tesla – Voice as a Future Opportunity
15
• Delivers simple skills that solve unique challenges perfectly
suited to voice
• Tested with real people in real conditions
• Ensured that critical functionality truly works
• Promoted the skills extensively, including guidance on how to
enable them
• Currently only on Alexa
American Red Cross – Early Adopters
16
• Highly-rated skill, but trending downwards
• Initial release in 2016, rarely updated since
• Supports basic functionality, but not the basic functionality
customers want
• Does not support account linking in Chrome browser
• Only supports one Fitbit per account
Fitbit – Limited Investment Post-Adoption
17
• Consistently one of the highest-ratedAlexa skills
• Daily updates
• Customized voices
• Effectively monetized with consumables
• Effective multimodal support
• Tracks historical progress
Jeopardy – Voice Gold Standard
18
• Only support basic commands
• Experience and interface differ wildly from other platforms
• Do not maintain account session with other platforms
• Recurring issues with account linking
• Rarely updated
Other Entertainment Platforms – Stuck in the
Commercial Break
19
HOW TO OPTIMIZE
VOICE DEV
• Commit to voice as a vital part of your brand, like you
would any other digital, customer-facing asset
• Focus on delighting the customer with simple tasks and
do them really well, but recognize that it may not be
immediately (or ever) monetizable
• Design a voice development roadmap that gives your
team a chance to succeed
Determine Where and How Voice Fits
into Your Digital Strategy
21
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
• Conduct rapid, broad surveys to learn what matters to
your customers (cheaply and easily)
• Conduct rapid, formal studies with prototypes, before
you ever type a line of code
• Leverage that feedback to determine what voice
platform(s) are appropriate for investment
• Ensure, today, that you know what is meaningful to your
users today and in the future
• Ensure, tomorrow, that you know what is meaningful to
your users then and in the (further) future
Capture Feedback from Target Users to
Inform Voice App Design and Features
22
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
• Begin by mapping sample dialogs on paper and speak
through them with another person
• Then leverage a prototyping tool to see how it feels with
a digital assistant
• Ensure you’re constantly validating with people outside
the voice team
Spend Time up Front to Design
Conversational Model
23
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
• Implementing simple scripts with the CLIs delivers an order
of magnitude return on time invested
• Easily handle common tasks such as building/deploying the apps,
committing to source control tools, and executing automated tests
• Test-driven development is the best way to reduce the
tedium of developers testing small changes as they work
• Implementing unit tests ensures your basic modules work
individually
• Implementing end-to-end manual and automated tests ensures
your entire ecosystem works, today and tomorrow
• The format and structure of these tests can help you refine your
conversational model
• These tests are the best and quickest way to identify otherwise
unknown platform changes
Empower Your Developers Through
ASK/gactions CLIs, Test-Driven
Development, and Automation
24
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
• Focus on common customer pain points
• Lack of proper multimodal support
• Failing account linking
• Poorly-designed multi-turn conversations
• Parity with your other digital properties
• Maintain and expand your manual and automated test
suite
• Any time a defect is encountered, write a test for it!
• Any time a new feature is developed, write a test for it!
Let Internal Teams Conduct Critical
Regression Testing
25
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
• Does it understand my customers?
• Conduct dialog verification to ensure the platform properly
interprets real users speaking in real-world environments, and
broaden your conversational model based on how your real
users speak
• Does it work for my customers?
• Conduct manual functional testing to make sure what you
developed actually works in customers’ homes, cars, and mobile
devices where they live, work, and play
• Do My Customers LikeThis?
• Capture user experience feedback to make sure you are
meeting your customers’ expectations today and in the future
Use the Crowd for Real-World Testing
26
DetermineYour Strategy1
Capture Feedback from Users2
DesignConversational Model3
EmpowerYour Developers4
Conduct In-Lab RegressionTesting5
Use the Crowd for Real-WorldTesting6
Optimize Your Voice Development Lifecycle
27
Determine
Your Strategy
1
Capture
Feedback from
Users
2
Design
Conversational
Model
3
EmpowerYour
Developers
4
Conduct In-Lab
Regression
Testing
5
Use the Crowd
for Real-World
Testing
6
Powered by Applause
Applause Services:
• Rapid Surveys
• Rapid Design
Validation
Applause Services:
• Dialog
Verification
• Functional
Testing
• User Experience
Feedback
Applause + Bespoken:
• Implement Unit
Tests and
Manual/Automated
End-to-EndTests
Driving the Future of
Voice Innovation
Wednesday, July 24th
1:30 PM - 1:55 PM
Voice Summit Mainstage
–Visit Applause –
Booth 112
Join Applause this July
atVoice Summit!
July 22-25, 2019 | Newark, NJ
Q&A
The Good, The Bad, & The Ugly of Voice

More Related Content

What's hot

Original
OriginalOriginal
Webinar app testing and distribution
Webinar app testing and distribution Webinar app testing and distribution
Webinar app testing and distribution Service2Media
 
Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...
Chris McFadden
 
Rapid Prototyping and Usability Testing - HUXPA
Rapid Prototyping and Usability Testing - HUXPARapid Prototyping and Usability Testing - HUXPA
Rapid Prototyping and Usability Testing - HUXPA
Derrick Bowen
 
7 mobile app usability testing best practices by UserTesting
7 mobile app usability testing best practices by UserTesting7 mobile app usability testing best practices by UserTesting
7 mobile app usability testing best practices by UserTesting
UserTesting
 
Scott Apeland Intel Keynote
Scott Apeland Intel KeynoteScott Apeland Intel Keynote
Scott Apeland Intel Keynote
jowen_evansdata
 
Webinar app development & maintenance
Webinar app development & maintenanceWebinar app development & maintenance
Webinar app development & maintenance
Service2Media
 
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
UserZoom
 
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and IntegrationWebinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and IntegrationService2Media
 
Usability testing for mobile apps - Touch Tour Chennai
Usability testing for mobile apps - Touch Tour ChennaiUsability testing for mobile apps - Touch Tour Chennai
Usability testing for mobile apps - Touch Tour Chennai
RIA RUI Society
 
Not greek and latin v0.6
Not greek and latin v0.6Not greek and latin v0.6
Not greek and latin v0.6Indium Software
 
IBM Mobile Quality Assurance Study Group Session 6
IBM Mobile Quality Assurance   Study Group Session 6IBM Mobile Quality Assurance   Study Group Session 6
IBM Mobile Quality Assurance Study Group Session 6
Roger Snook
 
Mobile App Best Practices
Mobile App Best PracticesMobile App Best Practices
Mobile App Best Practices
Far Reach
 
What It Takes for Mobile Development Projects to Succeed
What It Takes for Mobile Development Projects to SucceedWhat It Takes for Mobile Development Projects to Succeed
What It Takes for Mobile Development Projects to Succeed
Susanne Hupfer, Ph.D.
 
EPAM_Digital_Assurance_Accelerator
EPAM_Digital_Assurance_AcceleratorEPAM_Digital_Assurance_Accelerator
EPAM_Digital_Assurance_AcceleratorPeter Kartashov
 
Define & design apps for success en
Define & design apps for success enDefine & design apps for success en
Define & design apps for success enAcrmnet s.r.l.
 
Hp perfecto webinar - UFT Mobile
Hp perfecto webinar - UFT MobileHp perfecto webinar - UFT Mobile
Hp perfecto webinar - UFT MobilePerfecto Mobile
 
Technical seminar
Technical seminarTechnical seminar
Technical seminar
SrinidhiReddy26
 

What's hot (20)

Original
OriginalOriginal
Original
 
Webinar app testing and distribution
Webinar app testing and distribution Webinar app testing and distribution
Webinar app testing and distribution
 
Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...Lean Product Development at Discovery Communications: Methodology, Practices,...
Lean Product Development at Discovery Communications: Methodology, Practices,...
 
Rapid Prototyping and Usability Testing - HUXPA
Rapid Prototyping and Usability Testing - HUXPARapid Prototyping and Usability Testing - HUXPA
Rapid Prototyping and Usability Testing - HUXPA
 
7 mobile app usability testing best practices by UserTesting
7 mobile app usability testing best practices by UserTesting7 mobile app usability testing best practices by UserTesting
7 mobile app usability testing best practices by UserTesting
 
Inspiratiedag uitapps
Inspiratiedag uitappsInspiratiedag uitapps
Inspiratiedag uitapps
 
Scott Apeland Intel Keynote
Scott Apeland Intel KeynoteScott Apeland Intel Keynote
Scott Apeland Intel Keynote
 
Webinar app development & maintenance
Webinar app development & maintenanceWebinar app development & maintenance
Webinar app development & maintenance
 
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
[Product Release Highlight] Accelerate Your UX Research - Gaining Fast & Flex...
 
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and IntegrationWebinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
Webinar Mobile Maturity #6: Connecting Apps: Back-end and Integration
 
Usability testing for mobile apps - Touch Tour Chennai
Usability testing for mobile apps - Touch Tour ChennaiUsability testing for mobile apps - Touch Tour Chennai
Usability testing for mobile apps - Touch Tour Chennai
 
Not greek and latin v0.6
Not greek and latin v0.6Not greek and latin v0.6
Not greek and latin v0.6
 
IBM Mobile Quality Assurance Study Group Session 6
IBM Mobile Quality Assurance   Study Group Session 6IBM Mobile Quality Assurance   Study Group Session 6
IBM Mobile Quality Assurance Study Group Session 6
 
Mobile App Best Practices
Mobile App Best PracticesMobile App Best Practices
Mobile App Best Practices
 
What It Takes for Mobile Development Projects to Succeed
What It Takes for Mobile Development Projects to SucceedWhat It Takes for Mobile Development Projects to Succeed
What It Takes for Mobile Development Projects to Succeed
 
Mobile Usability
Mobile UsabilityMobile Usability
Mobile Usability
 
EPAM_Digital_Assurance_Accelerator
EPAM_Digital_Assurance_AcceleratorEPAM_Digital_Assurance_Accelerator
EPAM_Digital_Assurance_Accelerator
 
Define & design apps for success en
Define & design apps for success enDefine & design apps for success en
Define & design apps for success en
 
Hp perfecto webinar - UFT Mobile
Hp perfecto webinar - UFT MobileHp perfecto webinar - UFT Mobile
Hp perfecto webinar - UFT Mobile
 
Technical seminar
Technical seminarTechnical seminar
Technical seminar
 

Similar to The Good, The Bad, & The Ugly of Voice

Accessibility is More Than a Compliance Checkbox
Accessibility is More Than a Compliance CheckboxAccessibility is More Than a Compliance Checkbox
Accessibility is More Than a Compliance Checkbox
Applause
 
Mobile apps idea to making money
Mobile apps   idea to making moneyMobile apps   idea to making money
Mobile apps idea to making money
David Bozward
 
Openstream.ai – Insurtech Innovation Award 2023
Openstream.ai – Insurtech Innovation Award 2023Openstream.ai – Insurtech Innovation Award 2023
Openstream.ai – Insurtech Innovation Award 2023
The Digital Insurer
 
Webinar Service2Media and SDL - CX Management and mobile apps
Webinar Service2Media and SDL - CX Management and mobile apps Webinar Service2Media and SDL - CX Management and mobile apps
Webinar Service2Media and SDL - CX Management and mobile apps
Service2Media
 
Essentials for Building Five-Star Alexa Voice Experiences
Essentials for Building Five-Star Alexa Voice ExperiencesEssentials for Building Five-Star Alexa Voice Experiences
Essentials for Building Five-Star Alexa Voice Experiences
Applause
 
Be Spotted Presentation
Be Spotted  PresentationBe Spotted  Presentation
Be Spotted Presentation
Tom Logar
 
Create engaging mobile experiences with Visual Studio, Microsoft Azure and Xa...
Create engaging mobile experienceswith Visual Studio, Microsoft Azure and Xa...Create engaging mobile experienceswith Visual Studio, Microsoft Azure and Xa...
Create engaging mobile experiences with Visual Studio, Microsoft Azure and Xa...
Mukteswar Patnaik
 
Candid Conversations With Product People: Using Continuous Customer Testing f...
Candid Conversations With Product People: Using Continuous Customer Testing f...Candid Conversations With Product People: Using Continuous Customer Testing f...
Candid Conversations With Product People: Using Continuous Customer Testing f...
Aggregage
 
Designing a Customer Feedback Program to Measure and Improve User Satisfaction
Designing a Customer Feedback Program to Measure and Improve User SatisfactionDesigning a Customer Feedback Program to Measure and Improve User Satisfaction
Designing a Customer Feedback Program to Measure and Improve User SatisfactionUserZoom
 
No Code is the Future of Software –How can they add value in 2022.pptx
No Code is the Future of Software –How can they add value in 2022.pptxNo Code is the Future of Software –How can they add value in 2022.pptx
No Code is the Future of Software –How can they add value in 2022.pptx
ArpitGautam20
 
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Aggregage
 
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Hannah Flynn
 
5 Keys to Your Best Automated Testing Strategy
5 Keys to Your Best Automated Testing Strategy5 Keys to Your Best Automated Testing Strategy
5 Keys to Your Best Automated Testing Strategy
SOASTA
 
Improving the User Experience of UiPath Apps
Improving the User Experience of UiPath AppsImproving the User Experience of UiPath Apps
Improving the User Experience of UiPath Apps
DianaGray10
 
Mob4hire user feedback techniques for SEE 2009
Mob4hire user feedback techniques for SEE 2009Mob4hire user feedback techniques for SEE 2009
Mob4hire user feedback techniques for SEE 2009
John Carpenter
 
What is Customer Validation
What is Customer ValidationWhat is Customer Validation
What is Customer Validation
Centercode
 
Karnacki wearables 3_ways-20150402[1]
Karnacki wearables 3_ways-20150402[1]Karnacki wearables 3_ways-20150402[1]
Karnacki wearables 3_ways-20150402[1]
KeynoteSystems
 
Hire Flutter Developers - ☎ +1 9177322215
Hire Flutter Developers - ☎ +1 9177322215Hire Flutter Developers - ☎ +1 9177322215
Hire Flutter Developers - ☎ +1 9177322215
Semiosis Software Private Limited
 
1334823180665880 faqden mobile_capabilities
1334823180665880 faqden mobile_capabilities1334823180665880 faqden mobile_capabilities
1334823180665880 faqden mobile_capabilitiesjanmund88
 
Design Thinking, Agile, DevOps - fuel the innovation delivery
Design Thinking, Agile, DevOps  - fuel the innovation deliveryDesign Thinking, Agile, DevOps  - fuel the innovation delivery
Design Thinking, Agile, DevOps - fuel the innovation delivery
Yi Xu
 

Similar to The Good, The Bad, & The Ugly of Voice (20)

Accessibility is More Than a Compliance Checkbox
Accessibility is More Than a Compliance CheckboxAccessibility is More Than a Compliance Checkbox
Accessibility is More Than a Compliance Checkbox
 
Mobile apps idea to making money
Mobile apps   idea to making moneyMobile apps   idea to making money
Mobile apps idea to making money
 
Openstream.ai – Insurtech Innovation Award 2023
Openstream.ai – Insurtech Innovation Award 2023Openstream.ai – Insurtech Innovation Award 2023
Openstream.ai – Insurtech Innovation Award 2023
 
Webinar Service2Media and SDL - CX Management and mobile apps
Webinar Service2Media and SDL - CX Management and mobile apps Webinar Service2Media and SDL - CX Management and mobile apps
Webinar Service2Media and SDL - CX Management and mobile apps
 
Essentials for Building Five-Star Alexa Voice Experiences
Essentials for Building Five-Star Alexa Voice ExperiencesEssentials for Building Five-Star Alexa Voice Experiences
Essentials for Building Five-Star Alexa Voice Experiences
 
Be Spotted Presentation
Be Spotted  PresentationBe Spotted  Presentation
Be Spotted Presentation
 
Create engaging mobile experiences with Visual Studio, Microsoft Azure and Xa...
Create engaging mobile experienceswith Visual Studio, Microsoft Azure and Xa...Create engaging mobile experienceswith Visual Studio, Microsoft Azure and Xa...
Create engaging mobile experiences with Visual Studio, Microsoft Azure and Xa...
 
Candid Conversations With Product People: Using Continuous Customer Testing f...
Candid Conversations With Product People: Using Continuous Customer Testing f...Candid Conversations With Product People: Using Continuous Customer Testing f...
Candid Conversations With Product People: Using Continuous Customer Testing f...
 
Designing a Customer Feedback Program to Measure and Improve User Satisfaction
Designing a Customer Feedback Program to Measure and Improve User SatisfactionDesigning a Customer Feedback Program to Measure and Improve User Satisfaction
Designing a Customer Feedback Program to Measure and Improve User Satisfaction
 
No Code is the Future of Software –How can they add value in 2022.pptx
No Code is the Future of Software –How can they add value in 2022.pptxNo Code is the Future of Software –How can they add value in 2022.pptx
No Code is the Future of Software –How can they add value in 2022.pptx
 
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
 
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
Old Products, New Tricks: Add Value with a Dashboard Refresh: What You Need t...
 
5 Keys to Your Best Automated Testing Strategy
5 Keys to Your Best Automated Testing Strategy5 Keys to Your Best Automated Testing Strategy
5 Keys to Your Best Automated Testing Strategy
 
Improving the User Experience of UiPath Apps
Improving the User Experience of UiPath AppsImproving the User Experience of UiPath Apps
Improving the User Experience of UiPath Apps
 
Mob4hire user feedback techniques for SEE 2009
Mob4hire user feedback techniques for SEE 2009Mob4hire user feedback techniques for SEE 2009
Mob4hire user feedback techniques for SEE 2009
 
What is Customer Validation
What is Customer ValidationWhat is Customer Validation
What is Customer Validation
 
Karnacki wearables 3_ways-20150402[1]
Karnacki wearables 3_ways-20150402[1]Karnacki wearables 3_ways-20150402[1]
Karnacki wearables 3_ways-20150402[1]
 
Hire Flutter Developers - ☎ +1 9177322215
Hire Flutter Developers - ☎ +1 9177322215Hire Flutter Developers - ☎ +1 9177322215
Hire Flutter Developers - ☎ +1 9177322215
 
1334823180665880 faqden mobile_capabilities
1334823180665880 faqden mobile_capabilities1334823180665880 faqden mobile_capabilities
1334823180665880 faqden mobile_capabilities
 
Design Thinking, Agile, DevOps - fuel the innovation delivery
Design Thinking, Agile, DevOps  - fuel the innovation deliveryDesign Thinking, Agile, DevOps  - fuel the innovation delivery
Design Thinking, Agile, DevOps - fuel the innovation delivery
 

More from Applause

Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
Applause
 
How to Go Codeless for Automated Mobile App Testing
How to Go Codeless for Automated Mobile App TestingHow to Go Codeless for Automated Mobile App Testing
How to Go Codeless for Automated Mobile App Testing
Applause
 
Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left Commitment
Applause
 
Weber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
Weber’s Journey: How a Top Grill Maker Serves Up Connected CookingWeber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
Weber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
Applause
 
Boost Your Intelligent Assistants with UX Testing
Boost Your Intelligent Assistants with UX TestingBoost Your Intelligent Assistants with UX Testing
Boost Your Intelligent Assistants with UX Testing
Applause
 
Delivering Excellent Digital Quality to Your Customers
Delivering Excellent Digital Quality to Your CustomersDelivering Excellent Digital Quality to Your Customers
Delivering Excellent Digital Quality to Your Customers
Applause
 
Tackling Strategic Engineering Challenges
Tackling Strategic Engineering ChallengesTackling Strategic Engineering Challenges
Tackling Strategic Engineering Challenges
Applause
 
Validate Your Redefined Customer Journeys Quickly
Validate Your Redefined Customer Journeys QuicklyValidate Your Redefined Customer Journeys Quickly
Validate Your Redefined Customer Journeys Quickly
Applause
 
The State of Voice with U.S. Bank and Voicebot.ai
The State of Voice with U.S. Bank and Voicebot.aiThe State of Voice with U.S. Bank and Voicebot.ai
The State of Voice with U.S. Bank and Voicebot.ai
Applause
 
Scaling Training Data for AI Applications
Scaling Training Data for AI ApplicationsScaling Training Data for AI Applications
Scaling Training Data for AI Applications
Applause
 
Get strategic with qa in dev ops
Get strategic with qa in dev opsGet strategic with qa in dev ops
Get strategic with qa in dev ops
Applause
 
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital TransformationFrom Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
Applause
 
The Essentials to Successful User-Centric Development
The Essentials to Successful User-Centric DevelopmentThe Essentials to Successful User-Centric Development
The Essentials to Successful User-Centric Development
Applause
 
Lessons Learned from the Holiday Shopping Season
Lessons Learned from the Holiday Shopping SeasonLessons Learned from the Holiday Shopping Season
Lessons Learned from the Holiday Shopping Season
Applause
 
6 Secrets to Omnichannel and Digital Success
6 Secrets to Omnichannel and Digital Success6 Secrets to Omnichannel and Digital Success
6 Secrets to Omnichannel and Digital Success
Applause
 
Solving the Top Problems of Voice Testing
Solving the Top Problems of Voice TestingSolving the Top Problems of Voice Testing
Solving the Top Problems of Voice Testing
Applause
 
NRF 2019: 5 Secrets to Omnichannel and Retail Success
NRF 2019: 5 Secrets to Omnichannel and Retail SuccessNRF 2019: 5 Secrets to Omnichannel and Retail Success
NRF 2019: 5 Secrets to Omnichannel and Retail Success
Applause
 
Testing Essentials for the Age of Agile
Testing Essentials for the Age of AgileTesting Essentials for the Age of Agile
Testing Essentials for the Age of Agile
Applause
 
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital TransformationFrom Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
Applause
 
Fitting Agility and Quality Under One Roof
Fitting Agility and Quality Under One RoofFitting Agility and Quality Under One Roof
Fitting Agility and Quality Under One Roof
Applause
 

More from Applause (20)

Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
Digital Healthcare Panel: Exploring the Digital Opportunities and Obstacles f...
 
How to Go Codeless for Automated Mobile App Testing
How to Go Codeless for Automated Mobile App TestingHow to Go Codeless for Automated Mobile App Testing
How to Go Codeless for Automated Mobile App Testing
 
Best Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left CommitmentBest Practices for a Repeatable Shift-Left Commitment
Best Practices for a Repeatable Shift-Left Commitment
 
Weber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
Weber’s Journey: How a Top Grill Maker Serves Up Connected CookingWeber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
Weber’s Journey: How a Top Grill Maker Serves Up Connected Cooking
 
Boost Your Intelligent Assistants with UX Testing
Boost Your Intelligent Assistants with UX TestingBoost Your Intelligent Assistants with UX Testing
Boost Your Intelligent Assistants with UX Testing
 
Delivering Excellent Digital Quality to Your Customers
Delivering Excellent Digital Quality to Your CustomersDelivering Excellent Digital Quality to Your Customers
Delivering Excellent Digital Quality to Your Customers
 
Tackling Strategic Engineering Challenges
Tackling Strategic Engineering ChallengesTackling Strategic Engineering Challenges
Tackling Strategic Engineering Challenges
 
Validate Your Redefined Customer Journeys Quickly
Validate Your Redefined Customer Journeys QuicklyValidate Your Redefined Customer Journeys Quickly
Validate Your Redefined Customer Journeys Quickly
 
The State of Voice with U.S. Bank and Voicebot.ai
The State of Voice with U.S. Bank and Voicebot.aiThe State of Voice with U.S. Bank and Voicebot.ai
The State of Voice with U.S. Bank and Voicebot.ai
 
Scaling Training Data for AI Applications
Scaling Training Data for AI ApplicationsScaling Training Data for AI Applications
Scaling Training Data for AI Applications
 
Get strategic with qa in dev ops
Get strategic with qa in dev opsGet strategic with qa in dev ops
Get strategic with qa in dev ops
 
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital TransformationFrom Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
 
The Essentials to Successful User-Centric Development
The Essentials to Successful User-Centric DevelopmentThe Essentials to Successful User-Centric Development
The Essentials to Successful User-Centric Development
 
Lessons Learned from the Holiday Shopping Season
Lessons Learned from the Holiday Shopping SeasonLessons Learned from the Holiday Shopping Season
Lessons Learned from the Holiday Shopping Season
 
6 Secrets to Omnichannel and Digital Success
6 Secrets to Omnichannel and Digital Success6 Secrets to Omnichannel and Digital Success
6 Secrets to Omnichannel and Digital Success
 
Solving the Top Problems of Voice Testing
Solving the Top Problems of Voice TestingSolving the Top Problems of Voice Testing
Solving the Top Problems of Voice Testing
 
NRF 2019: 5 Secrets to Omnichannel and Retail Success
NRF 2019: 5 Secrets to Omnichannel and Retail SuccessNRF 2019: 5 Secrets to Omnichannel and Retail Success
NRF 2019: 5 Secrets to Omnichannel and Retail Success
 
Testing Essentials for the Age of Agile
Testing Essentials for the Age of AgileTesting Essentials for the Age of Agile
Testing Essentials for the Age of Agile
 
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital TransformationFrom Padlocks to IoT: Master Lock's Keys to Digital Transformation
From Padlocks to IoT: Master Lock's Keys to Digital Transformation
 
Fitting Agility and Quality Under One Roof
Fitting Agility and Quality Under One RoofFitting Agility and Quality Under One Roof
Fitting Agility and Quality Under One Roof
 

Recently uploaded

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 

Recently uploaded (20)

GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 

The Good, The Bad, & The Ugly of Voice

  • 1. The Good, The Bad, & The Ugly of Voice The Intricacies ofVoice in the Everyday Lives of Users Emerson Sklar Technical Evangelist
  • 2. 2 Applause harnesses the power of the world's largest community of vetted, digital professionals to create custom teams that provide you with a full suite of testing and feedback solutions. Our white- glove approach enables leading brands to get closer to their customers, increase development velocity and deliver high-quality digital experiences to their customers. Powering Today’s Digital Leaders
  • 3. Testing from the End-User Perspective with Applause 3 Proven Experience and Results: Trusted by market leaders, with established methodologies for voice testing built from Amazon’s best practices. Secure Real-WorldTesting: Secure and directed testing by in-market vetted testers under real world conditions– in home, in the office, or embedded in other devices like vehicles. RealVoices: Test with native language speakers to validate utterances and dialogs, accounting for different languages, dialects, genders, and age groups – areas that are virtually impossible to automate Unlimited Device Coverage: Test on any connected device around the globe at scale.
  • 5. The Rise of Smart Speakers is Meteoric 5 Smart Speaker Penetration (U.S.) Source: Activate Forecast
  • 6. Alexa Dominates in the U.S. Market 6 U.S. Smart Speaker Market Share
  • 7. But That’s Not True Everywhere 7 U.S. Smart Speaker Market Share Canadian Smart Speaker Market Share
  • 8. It’s Not Just Smart Speakers Alexa Skills Still Dominate Google Assistant Actions Are Catching Up Multimodal Use is Increasing as Well 8
  • 9. Enterprises Have Joined the Voice Bandwagon 9 Source: Adobe and Advanis How important are voice enabled experiences to your organization’s consumers? (U.S. March 2019)
  • 10. Enterprise Prioritization Doesn’t Align with Customer Expectation 10 What new voice enabled interactions are organizations prioritizing (U.S. March 2019) Source: Adobe and Advanis
  • 11. Many Voice Experiences Still Miss the Mark 11 Alexa Skill RatingsTotal Breakdown Source: Dashbot
  • 12. Where Do Companies Go Wrong? 12 Assuming One Size Fits All Not Listening to Customer Feedback TreatingVoice as an Experiment
  • 14. • Strong in-car integration on their own platform • Supports both Alexa and Google • Localized for each international market • Complete top-down support, from executives to product to marketing • Took time to get it right • Iterated on customer feedback Mercedes – Voice First Strategy 14
  • 15. • No officialAlexa Skill or GoogleAssistant Action • Third-party skills do not reflect the brand identity and innovation • In-car voice currently supports basic navigation, calling, and music, BUT… • No published list of supported voice commands • Struggles with acoustic interference from the road and nearby cars • Certain features (e.g. wipers, climate, etc.) can only be accessed via touchscreen Tesla – Voice as a Future Opportunity 15
  • 16. • Delivers simple skills that solve unique challenges perfectly suited to voice • Tested with real people in real conditions • Ensured that critical functionality truly works • Promoted the skills extensively, including guidance on how to enable them • Currently only on Alexa American Red Cross – Early Adopters 16
  • 17. • Highly-rated skill, but trending downwards • Initial release in 2016, rarely updated since • Supports basic functionality, but not the basic functionality customers want • Does not support account linking in Chrome browser • Only supports one Fitbit per account Fitbit – Limited Investment Post-Adoption 17
  • 18. • Consistently one of the highest-ratedAlexa skills • Daily updates • Customized voices • Effectively monetized with consumables • Effective multimodal support • Tracks historical progress Jeopardy – Voice Gold Standard 18
  • 19. • Only support basic commands • Experience and interface differ wildly from other platforms • Do not maintain account session with other platforms • Recurring issues with account linking • Rarely updated Other Entertainment Platforms – Stuck in the Commercial Break 19
  • 21. • Commit to voice as a vital part of your brand, like you would any other digital, customer-facing asset • Focus on delighting the customer with simple tasks and do them really well, but recognize that it may not be immediately (or ever) monetizable • Design a voice development roadmap that gives your team a chance to succeed Determine Where and How Voice Fits into Your Digital Strategy 21 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 22. • Conduct rapid, broad surveys to learn what matters to your customers (cheaply and easily) • Conduct rapid, formal studies with prototypes, before you ever type a line of code • Leverage that feedback to determine what voice platform(s) are appropriate for investment • Ensure, today, that you know what is meaningful to your users today and in the future • Ensure, tomorrow, that you know what is meaningful to your users then and in the (further) future Capture Feedback from Target Users to Inform Voice App Design and Features 22 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 23. • Begin by mapping sample dialogs on paper and speak through them with another person • Then leverage a prototyping tool to see how it feels with a digital assistant • Ensure you’re constantly validating with people outside the voice team Spend Time up Front to Design Conversational Model 23 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 24. • Implementing simple scripts with the CLIs delivers an order of magnitude return on time invested • Easily handle common tasks such as building/deploying the apps, committing to source control tools, and executing automated tests • Test-driven development is the best way to reduce the tedium of developers testing small changes as they work • Implementing unit tests ensures your basic modules work individually • Implementing end-to-end manual and automated tests ensures your entire ecosystem works, today and tomorrow • The format and structure of these tests can help you refine your conversational model • These tests are the best and quickest way to identify otherwise unknown platform changes Empower Your Developers Through ASK/gactions CLIs, Test-Driven Development, and Automation 24 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 25. • Focus on common customer pain points • Lack of proper multimodal support • Failing account linking • Poorly-designed multi-turn conversations • Parity with your other digital properties • Maintain and expand your manual and automated test suite • Any time a defect is encountered, write a test for it! • Any time a new feature is developed, write a test for it! Let Internal Teams Conduct Critical Regression Testing 25 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 26. • Does it understand my customers? • Conduct dialog verification to ensure the platform properly interprets real users speaking in real-world environments, and broaden your conversational model based on how your real users speak • Does it work for my customers? • Conduct manual functional testing to make sure what you developed actually works in customers’ homes, cars, and mobile devices where they live, work, and play • Do My Customers LikeThis? • Capture user experience feedback to make sure you are meeting your customers’ expectations today and in the future Use the Crowd for Real-World Testing 26 DetermineYour Strategy1 Capture Feedback from Users2 DesignConversational Model3 EmpowerYour Developers4 Conduct In-Lab RegressionTesting5 Use the Crowd for Real-WorldTesting6
  • 27. Optimize Your Voice Development Lifecycle 27 Determine Your Strategy 1 Capture Feedback from Users 2 Design Conversational Model 3 EmpowerYour Developers 4 Conduct In-Lab Regression Testing 5 Use the Crowd for Real-World Testing 6 Powered by Applause Applause Services: • Rapid Surveys • Rapid Design Validation Applause Services: • Dialog Verification • Functional Testing • User Experience Feedback Applause + Bespoken: • Implement Unit Tests and Manual/Automated End-to-EndTests
  • 28. Driving the Future of Voice Innovation Wednesday, July 24th 1:30 PM - 1:55 PM Voice Summit Mainstage –Visit Applause – Booth 112 Join Applause this July atVoice Summit! July 22-25, 2019 | Newark, NJ
  • 29. Q&A