Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "type": "Alexa.Presentation.APL.ExecuteCommands",
  3. "token": "media-slide-show",
  4. "commands": [
  5. {
  6. "content": {
  7. "type": "Parallel",
  8. "commands": [
  9. {
  10. "type": "SpeakItem",
  11. "componentId": "pagerMusicId",
  12. "when": true
  13. },
  14. {
  15. "type": "AutoPage",
  16. "componentId": "pagerComponentId",
  17. "duration": 2000,
  18. "delay": 1000,
  19. "when": true
  20. },
  21. {
  22. "type": "SpeakItem",
  23. "componentId": "pagerMusicId",
  24. "when": true
  25. }
  26. ],
  27. "when": true
  28. }
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement