Top Banner
Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase
17

6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

Jun 11, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

Amazon Alexa + Sitecore

6-2017

Delivering an enterprise Alexa skill

Stelio Di Bello - VoiceCase

Page 2: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

2

Stelio Di Bello – VoiceCase http://www.voicecase.co.uk

Page 3: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

3

Agenda

• What is Amazon Alexa

• Architecture of a Custom Skill

• Using Sitecore to store Voice Messages

• Sitecore Personalisation

• Sitecore MVT

• Sitecore Commerce

Page 4: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

4

Alexa Family and more devices to come…

Page 5: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

5

○ Control your smart home (lights, temperature, etc)

○ Play music - Spotify or Amazon Music

○ Get Information (weather, news, wikipedia, etc)

○ Custom Skills (JustEat, Uber, Trainline, music Games)

○ IFTTT – do your own recipy

What can you do with Alexa

Page 6: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

6

Alexa Skills: Processing a request

Audio

Request

Response

Your service

Speech Recognition Machine Learning

Natural Language Understanding

Text to Speech

Cards

Page 7: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

7

Using Lambda for Processing the Request & generating the response

Page 8: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

8

Is Sitecore the best place to manage the SSML required for your skill?

https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference

What is SSML?

Page 9: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

9

Custom Skill integrating with Sitecore

Page 10: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

10

Architecture of a Custom Skill

Amazon Developer Portal

• Intent Schema

• Utterances

Custom WebAPI

• Lambda with dotnetcore on AWS

• Custom Analytics (Google Analytics)

• Dynamo DB / S3

• CloudWatch

Sitecore

• Custom WebApi

• RTE customization

Page 11: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

11

• Multilanguage

• Approval Workflow

• Rich Text Editor Customizations to support SSML

• SSML validation

• Linking to MP3 Audio in the media library or existing bucket

• Skill configuration settings on Sitecore

• Generate custom MP3 Audio from Sitecore using Polly and reference within your skill

Using Sitecore to store SSML for Voice Messages

Page 12: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

12

Sitecore to store SSML for Voice Messages

Page 13: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

13

Rich Text Editor to embed SSML Speechcons and Effects

Page 14: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

14

• Personalization for anonymous devices

• Account Linking + personalization – personalized Voice messages for different customers

• Single view of the customer + Analytics

• Personalize based on XConnect + Datasources

Using Sitecore to deliver personalization

Page 15: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

15

• Personalization for anonymous devices

• Single view of the customer + Analytics

• Test Personalization based on Xconnect + Datasources

Using Sitecore to do MVT

Page 16: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

16

• Sitecore Commerce is a powerful e-commerce engine to deliver world class commerce experience

• E-commerce need to leverage personalization and testing capabilities

• Test Personalization based on Xconnect + Datasources

Using Sitecore commerce to deliver Conversational Commerce?

Page 17: 6-2017 Amazon Alexa + Sitecore · Amazon Alexa + Sitecore 6-2017 Delivering an enterprise Alexa skill Stelio Di Bello - VoiceCase . 2 ... Play music - Spotify or Amazon Music Get

17

Done… Any questions?