Advertisement
Guest User

Untitled

a guest
May 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [
  2. {
  3. "intentName": "LETS_TALK",
  4. "sentences":[
  5. "let's talk about science",
  6. "let's talk about news",
  7. "let's talk about politics",
  8. "science"
  9. ]
  10. },
  11. {
  12. "intentName": "YES",
  13. "sentences":[
  14. "yes",
  15. "sure",
  16. "yeah",
  17. "okay"
  18. ]
  19. },
  20. {
  21. "intentName": "NO",
  22. "sentences":[
  23. "no",
  24. "nope",
  25. "no thanks"
  26. ]
  27. }
  28. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement