Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "context": {
  3. "authors_horror": [
  4. "R.L. Stine",
  5. "Stephen King",
  6. "Sydney Sheldon"
  7. ]
  8. },
  9. "output": {
  10. "generic": [
  11. {
  12. "values": [
  13. {
  14. "text": "Hi $name, so you want to know about the authors for horror right. Authors you can try are <? $authors_horror.join(', ') ?>"
  15. }
  16. ],
  17. "response_type": "text",
  18. "selection_policy": "sequential"
  19. }
  20. ]
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement