Guest User

Alexa Response

a guest
Oct 6th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. {
  2. "body":{
  3. "version":"1.0",
  4. "response":{
  5. "outputSpeech":{
  6. "type":"SSML",
  7. "text":"<speak>Hallo Welt</speak>",
  8. "ssml":"<speak>Hallo Welt</speak>"
  9. },
  10. "directives":{
  11. "type":"Alexa.Presentation.APL.RenderDocument",
  12. "token":"delayScreen",
  13. "document":{
  14. "type":"APL",
  15. "version":"1.4",
  16. "settings":[
  17.  
  18. ],
  19. "theme":"dark",
  20. "import":[
  21. {
  22. "name":"alexa-layouts",
  23. "version":"1.2.0"
  24. }
  25. ],
  26. "resources":[
  27.  
  28. ],
  29. "styles":[
  30.  
  31. ],
  32. "onMount":[
  33.  
  34. ],
  35. "graphics":[
  36.  
  37. ],
  38. "commands":[
  39.  
  40. ],
  41. "layouts":[
  42.  
  43. ],
  44. "mainTemplate":{
  45. "parameters":[
  46.  
  47. ],
  48. "items":[
  49. {
  50. "type":"AlexaTextList",
  51. "id":"cheeseList",
  52. "headerTitle":"Ist mein Zug pünktlich?",
  53. "headerBackButton":false,
  54. "headerAttributionImage":"https://s3.amazonaws.com/CAPS-SSE/echo_developer/627b/349bc539fa6544deb1f7dedaff97c935/APP_ICON?versionId=vLqeklOr7wcE7A_vqRclfjqC7uZobiG5&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20201006T101035Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AKIAWBV6LQ4QHAYALYJ7%2F20201006%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=011efcad93ae8653ec0d69813950426286d6840532774ca7923f3c2035f620f3",
  55. "backgroundImageSource":"https://i.imgur.com/X6Rjzsn.jpeg",
  56. "backgroundBlur":false,
  57. "backgroundColorOverlay":true,
  58. "listItems":[
  59. {
  60. "primaryText":"7:15",
  61. "tertiaryText":"+ 5 Min",
  62. "imageAlignment":"center",
  63. "imageBlurredBackground":true,
  64. "imageScale":"best-fit"
  65. },
  66. {
  67. "primaryText":"7:24",
  68. "tertiaryText":"+ 5 Min",
  69. "imageAlignment":"center",
  70. "imageBlurredBackground":true,
  71. "imageScale":"best-fit"
  72. },
  73. {
  74. "primaryText":"13:15",
  75. "tertiaryText":"+ 5 Min",
  76. "imageAlignment":"center",
  77. "imageBlurredBackground":true,
  78. "imageScale":"best-fit"
  79. },
  80. {
  81. "primaryText":"14:15",
  82. "tertiaryText":"+ 5 Min",
  83. "imageAlignment":"center",
  84. "imageBlurredBackground":true,
  85. "imageScale":"best-fit"
  86. }
  87. ],
  88. "hintText":"hint"
  89. }
  90. ]
  91. },
  92. "datasources":[
  93.  
  94. ],
  95. "sources":[
  96.  
  97. ]
  98. }
  99. },
  100. "shouldEndSession":false
  101. }
  102. }
  103. }
Add Comment
Please, Sign In to add comment