Guest User

Untitled

a guest
Nov 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. {
  2. "interactionModel": {
  3. "languageModel": {
  4. "invocationName": "formulauno",
  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": "AMAZON.NavigateHomeIntent",
  20. "samples": []
  21. },
  22. {
  23. "name": "datoCurioso",
  24. "slots": [],
  25. "samples": [
  26. "dame algo",
  27. "una carrera",
  28. "un dato"
  29. ]
  30. }
  31. ],
  32. "types": []
  33. }
  34. }
  35. }
Add Comment
Please, Sign In to add comment