alexia
Version:
A Framework for creating Amazon Echo (Alexa) skills using Node.js
15 lines (14 loc) • 394 B
JavaScript
;
module.exports = {
cancel: 'AMAZON.CancelIntent',
help: 'AMAZON.HelpIntent',
next: 'AMAZON.NextIntent',
no: 'AMAZON.NoIntent',
pause: 'AMAZON.PauseIntent',
previous: 'AMAZON.PreviousIntent',
repeat: 'AMAZON.RepeatIntent',
resume: 'AMAZON.ResumeIntent',
startOver: 'AMAZON.StartOverIntent',
stop: 'AMAZON.StopIntent',
yes: 'AMAZON.YesIntent'
};