Created
May 2, 2017 12:08
-
-
Save coderberry/7400a83ebf9530cf8c11072df754981e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"role": "agent", | |
"delay": 180, | |
"typingDelay": 2300, | |
"text": "<p>Hi, I see you are looking for a job near <strong>{{location.text}}</strong>. Help me narrow your search results by answering a few questions.</p>" | |
}, | |
{ | |
"role": "agent", | |
"delay": 1500, | |
"typingDelay": 3000, | |
"text": "<p>Do you have a High School level education, a GED or higher?</p>" | |
}, | |
{ | |
"role": "user", | |
"delay": 200, | |
"typingDelay": 1900, | |
"input": { | |
"name": "education", | |
"placeholder": "High school, GED or higher?", | |
"type": "select", | |
"options" : [ | |
{ "text": "Yes" }, | |
{ "text": "No" } | |
], | |
"apiUrl": "http://example.com" | |
} | |
}, | |
{ | |
"role": "agent", | |
"delay": 1500, | |
"typingDelay": 3000, | |
"text": "<p>Do you consider yourself to have good People Skills?</p>" | |
}, | |
{ | |
"role": "agent", | |
"delay": 1500, | |
"typingDelay": 3000, | |
"text": "<p>Do you enjoy working with people, or have you worked with people in in a service-minded capacity while making money?</p>" | |
}, | |
{ | |
"role": "agent", | |
"delay": 1500, | |
"typingDelay": 3000, | |
"text": "<p>Congratulations , we have a match!</p>" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment