No Description

en-US.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "interactionModel": {
  3. "languageModel": {
  4. "invocationName": "linguini order",
  5. "intents": [
  6. {
  7. "name": "AMAZON.CancelIntent",
  8. "samples": []
  9. },
  10. {
  11. "name": "AMAZON.HelpIntent",
  12. "samples": []
  13. },
  14. {
  15. "name": "AMAZON.StopIntent",
  16. "samples": []
  17. },
  18. {
  19. "name": "HelloWorldIntent",
  20. "slots": [],
  21. "samples": [
  22. "hello",
  23. "how are you",
  24. "say hi world",
  25. "say hi",
  26. "hi",
  27. "say hello world",
  28. "say hello"
  29. ]
  30. },
  31. {
  32. "name": "AMAZON.NavigateHomeIntent",
  33. "samples": []
  34. },
  35. {
  36. "name": "LinguiniOrderFoodIntent",
  37. "slots": [
  38. {
  39. "name": "food_type",
  40. "type": "food_type"
  41. },
  42. {
  43. "name": "food_category",
  44. "type": "food_category"
  45. }
  46. ],
  47. "samples": [
  48. "add {food_type} {food_category}",
  49. "{food_type} {food_category}",
  50. "order {food_type} {food_category}",
  51. "add a {food_type} {food_category}",
  52. "order a {food_type} {food_category}"
  53. ]
  54. },
  55. {
  56. "name": "LinguiniOrderDrinkIntent",
  57. "slots": [
  58. {
  59. "name": "drink_type",
  60. "type": "drink_type"
  61. }
  62. ],
  63. "samples": [
  64. "{drink_type}",
  65. "add {drink_type}",
  66. "order {drink_type}",
  67. "add a {drink_type}",
  68. "order a {drink_type}"
  69. ]
  70. },
  71. {
  72. "name": "LinguiniOrderReviewIntent",
  73. "slots": [],
  74. "samples": [
  75. "review please",
  76. "review"
  77. ]
  78. },
  79. {
  80. "name": "LinguiniOrderFinishIntent",
  81. "slots": [],
  82. "samples": [
  83. "Finish"
  84. ]
  85. },
  86. {
  87. "name": "LinguiniOrderNothingIntent",
  88. "slots": [],
  89. "samples": [
  90. "that is all",
  91. "that\u0027s all",
  92. "nothing else",
  93. "nothing"
  94. ]
  95. }
  96. ],
  97. "types": [
  98. {
  99. "values": [
  100. {
  101. "name": {
  102. "value": "pizzetta"
  103. }
  104. },
  105. {
  106. "name": {
  107. "value": "pasta"
  108. }
  109. }
  110. ],
  111. "name": "food_category"
  112. },
  113. {
  114. "values": [
  115. {
  116. "name": {
  117. "value": "chicken alfredo"
  118. }
  119. },
  120. {
  121. "name": {
  122. "value": "gardenia"
  123. }
  124. },
  125. {
  126. "name": {
  127. "value": "carnivore"
  128. }
  129. },
  130. {
  131. "name": {
  132. "value": "pepperoni"
  133. }
  134. },
  135. {
  136. "name": {
  137. "value": "plain cheese"
  138. }
  139. }
  140. ],
  141. "name": "food_type"
  142. },
  143. {
  144. "values": [
  145. {
  146. "name": {
  147. "value": "beer"
  148. }
  149. },
  150. {
  151. "name": {
  152. "value": "wine"
  153. }
  154. },
  155. {
  156. "name": {
  157. "value": "juice"
  158. }
  159. },
  160. {
  161. "name": {
  162. "value": "soda"
  163. }
  164. },
  165. {
  166. "name": {
  167. "value": "water"
  168. }
  169. }
  170. ],
  171. "name": "drink_type"
  172. }
  173. ]
  174. }
  175. },
  176. "version": "32"
  177. }