Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. [
  2.                 {
  3.                     branches: [
  4.                         {
  5.                             endOfDialog: false,
  6.                             text: 'Agent dialog message1',
  7.                             saveMessage: false,
  8.                             nextBranchIndex: 0
  9.                         }
  10.                 },
  11. {
  12. branches: [
  13. {
  14. endOfDialog: true,
  15.                             text: 'Agent dialog message2, {{answer1}}',
  16.                             saveMessage: true,
  17.                             nextBranchIndex: 0
  18. }
  19. ]
  20. }
  21.             ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement