Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. {
  2. "interactionModel": {
  3. "languageModel": {
  4. "invocationName": "list template skill",
  5. "intents": [
  6. {
  7. "name": "AMAZON.CancelIntent",
  8. "samples": []
  9. },
  10. {
  11. "name": "AMAZON.HelpIntent",
  12. "samples": []
  13. },
  14. {
  15. "name": "AMAZON.MoreIntent",
  16. "samples": []
  17. },
  18. {
  19. "name": "AMAZON.NavigateSettingsIntent",
  20. "samples": []
  21. },
  22. {
  23. "name": "AMAZON.NextIntent",
  24. "samples": []
  25. },
  26. {
  27. "name": "AMAZON.NoIntent",
  28. "samples": []
  29. },
  30. {
  31. "name": "AMAZON.PageDownIntent",
  32. "samples": []
  33. },
  34. {
  35. "name": "AMAZON.NavigateHomeIntent",
  36. "samples": []
  37. },
  38. {
  39. "name": "AMAZON.PageUpIntent",
  40. "samples": []
  41. },
  42. {
  43. "name": "AMAZON.PreviousIntent",
  44. "samples": []
  45. },
  46. {
  47. "name": "AMAZON.RepeatIntent",
  48. "samples": []
  49. },
  50. {
  51. "name": "AMAZON.ScrollDownIntent",
  52. "samples": []
  53. },
  54. {
  55. "name": "AMAZON.ScrollLeftIntent",
  56. "samples": []
  57. },
  58. {
  59. "name": "AMAZON.ScrollRightIntent",
  60. "samples": []
  61. },
  62. {
  63. "name": "AMAZON.ScrollUpIntent",
  64. "samples": []
  65. },
  66. {
  67. "name": "AMAZON.StopIntent",
  68. "samples": []
  69. },
  70. {
  71. "name": "AMAZON.YesIntent",
  72. "samples": []
  73. },
  74. {
  75. "name": "ElementSelected",
  76. "slots": [
  77. {
  78. "name": "categoryValue",
  79. "type": "categoryList"
  80. },
  81. {
  82. "name": "numberValue",
  83. "type": "AMAZON.NUMBER"
  84. }
  85. ],
  86. "samples": [
  87. "i choose {categoryValue}",
  88. "tell me about {categoryValue}",
  89. "show me {categoryValue}",
  90. "select {categoryValue}",
  91. "select {numberValue}",
  92. "show me {numberValue}",
  93. "tell me about {numberValue}",
  94. "i choose {numberValue}",
  95. "{categoryValue}",
  96. "{numberValue}",
  97. "number {numberValue}",
  98. "choose {categoryValue}"
  99. ]
  100. },
  101. {
  102. "name": "InformationIntent",
  103. "slots": [],
  104. "samples": [
  105. "go back to list",
  106. "take me back to the list",
  107. "i want to go back to the list",
  108. "show me the other berries",
  109. "show me the other fruit",
  110. "what fruit do you have",
  111. "what berries are there",
  112. "tell me about berries",
  113. "open berry book",
  114. "teach me about berries"
  115. ]
  116. },
  117. {
  118. "name": "MoreInfoIntent",
  119. "slots": [],
  120. "samples": [
  121. "keep going",
  122. "tell me more",
  123. "read out the rest",
  124. "read"
  125. ]
  126. },
  127. {
  128. "name": "QuizIntent",
  129. "slots": [],
  130. "samples": [
  131. "play a game",
  132. "play game",
  133. "start game",
  134. ]
  135. }
  136. ],
  137. "types": [
  138. {
  139. "name": "categoryList",
  140. "values": [
  141. {
  142. "name": {
  143. "value": "raspberries"
  144. }
  145. },
  146. {
  147. "name": {
  148. "value": "blackberries"
  149. }
  150. },
  151. {
  152. "name": {
  153. "value": "strawberries"
  154. }
  155. },
  156. {
  157. "name": {
  158. "value": "blueberries"
  159. }
  160. },
  161. {
  162. "name": {
  163. "value": "elderberries"
  164. }
  165. },
  166. {
  167. "name": {
  168. "value": "gooseberries"
  169. }
  170. },
  171. {
  172. "name": {
  173. "value": "cranberries"
  174. }
  175. },
  176. {
  177. "name": {
  178. "value": "huckleberries"
  179. }
  180. },
  181. {
  182. "name": {
  183. "value": "cherries"
  184. }
  185. },
  186. {
  187. "name": {
  188. "value": "gojiberries"
  189. }
  190. }
  191. ]
  192. }
  193. ]
  194. }
  195. }
  196. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement