Advertisement
Guest User

NEAR Alexa Intent Schema

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "intents": [
  3. {
  4. "slots": [
  5. {
  6. "name": "command",
  7. "type": "LITERAL"
  8. },
  9. {
  10. "name": "ailment",
  11. "type": "LITERAL"
  12. },
  13. {
  14. "name": "sensor",
  15. "type": "LITERAL"
  16. },
  17. {
  18. "name": "LIST_OF_SENSORS",
  19. "type": "LITERAL"
  20. }
  21. ],
  22. "intent": "ParticleIntent"
  23. },
  24. {
  25. "intent": "AMAZON.HelpIntent"
  26. }
  27. ]
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement