Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  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": "pagerComponentId",
  12. "when": true
  13. },
  14. {
  15. "type": "AutoPage",
  16. "componentId": "pagerComponentId",
  17. "duration": 12000,
  18. "delay": 8000,
  19. "when": true
  20. }
  21. ],
  22. "when": true
  23. }
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement