Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "intents": [
  3. {
  4. "name": "AMAZON.CancelIntent",
  5. "samples": []
  6. },
  7. {
  8. "name": "AMAZON.HelpIntent",
  9. "samples": []
  10. },
  11. {
  12. "name": "AMAZON.StopIntent",
  13. "samples": []
  14. },
  15. {
  16. "name": "GetNewFactIntent",
  17. "samples": [
  18. "a fact",
  19. "a epic fact fact",
  20. "tell me a fact",
  21. "tell me a epic fact",
  22. "give me a fact",
  23. "give me a epic fact",
  24. "tell me trivia",
  25. "tell me a epic trivia",
  26. "give me trivia",
  27. "give me a epic trivia",
  28. "give me some information",
  29. "give me some epic information",
  30. "tell me something",
  31. "give me something"
  32. ],
  33. "slots": []
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement