Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created May 2, 2017 12:08
Show Gist options
  • Save coderberry/7400a83ebf9530cf8c11072df754981e to your computer and use it in GitHub Desktop.
Save coderberry/7400a83ebf9530cf8c11072df754981e to your computer and use it in GitHub Desktop.
[
{
"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