Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@
"value": "Social media",
"label": "Social media"
},
{
"value": "Search Engine",
"label": "Search Engine"
},
{
"value": "SMS/Text Message",
"label": "SMS/Text Message"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"5": {
"slot_name": "howDidYouKnowAboutOurLine",
"slot_type_name": "how_did_you_hear_about_us",
"slot_question": "How did you hear about us? Please select one: 1: Advertisement 2: Social Media 3: SMS/Text Message 4: Traditional Media 5: Word of Mouth",
"slot_question": "How did you hear about us? Please select one: 1: Advertisement 2: Search Engine 3: Social Media 4: SMS/Text Message 5: Traditional Media 6: Word of Mouth",
"failure_response": "I am having trouble understanding your response."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"synonyms": [
{
"value": "4"
"value": "5"
},
{
"value": "from the news"
Expand All @@ -16,7 +16,7 @@
"value": "news"
},
{
"value": "4."
"value": "5."
},
{
"value": "media"
Expand Down Expand Up @@ -63,7 +63,7 @@
"value": "instagram"
},
{
"value": "2."
"value": "3."
},
{
"value": "from fb"
Expand All @@ -87,7 +87,7 @@
"value": "from ig"
},
{
"value": "2"
"value": "3"
},
{
"value": "online"
Expand All @@ -100,13 +100,41 @@
}
]
},
{
"sampleValue": {
"value": "Search Engine"
},
"synonyms": [
{
"value": "search"
},
{
"value": "google"
},
{
"value": "yahoo"
},
{
"value": "2."
},
{
"value": "seach online"
},
{
"value": "web"
},
{
"value": "2"
}
]
},
{
"sampleValue": {
"value": "SMS/Text Message"
},
"synonyms": [
{
"value": "3."
"value": "4."
},
{
"value": "text"
Expand All @@ -121,7 +149,7 @@
"value": "i got a text"
},
{
"value": "3"
"value": "4"
}
]
},
Expand Down Expand Up @@ -165,13 +193,13 @@
"value": "school"
},
{
"value": "5"
"value": "6"
},
{
"value": "friend"
},
{
"value": "5."
"value": "6."
},
{
"value": "my friend"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
"message": {
"plainTextMessage": {
"value": "How did you hear about us? Please select one: 1: Advertisement 2: Social Media 3: SMS/Text Message 4: Traditional Media 5: Word of Mouth"
"value": "How did you hear about us? Please select one: 1: Advertisement 2: Search Engine 3: Social Media 4: SMS/Text Message 5: Traditional Media 6: Word of Mouth"
}
}
}
Expand Down
Loading