Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [
  2. {
  3. "text": "buy",
  4. "intent": "buy"
  5. },
  6. {
  7. "text": "buying",
  8. "intent": "buy"
  9. },
  10. {
  11. "text": "purchase",
  12. "intent": "buy"
  13. },
  14. {
  15. "text": "buy that",
  16. "intent": "buy"
  17. },
  18. {
  19. "text": "buy this",
  20. "intent": "buy"
  21. },
  22. {
  23. "text": "buy it",
  24. "intent": "buy"
  25. },
  26. {
  27. "text": "where to buy",
  28. "intent": "buy"
  29. },
  30. {
  31. "text": "where can I buy that",
  32. "intent": "buy"
  33. },
  34. {
  35. "text": "how much",
  36. "intent": "buy"
  37. }
  38. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement