UNPKG

402 BJavaScriptView Raw
1'use strict';
2module.exports = {
3 cancel: 'AMAZON.CancelIntent',
4 help: 'AMAZON.HelpIntent',
5 next: 'AMAZON.NextIntent',
6 no: 'AMAZON.NoIntent',
7 pause: 'AMAZON.PauseIntent',
8 previous: 'AMAZON.PreviousIntent',
9 repeat: 'AMAZON.RepeatIntent',
10 resume: 'AMAZON.ResumeIntent',
11 startOver: 'AMAZON.StartOverIntent',
12 stop: 'AMAZON.StopIntent',
13 yes: 'AMAZON.YesIntent',
14};
\No newline at end of file