diff --git a/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/tabbedForms/CaseInformationTab.json b/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/tabbedForms/CaseInformationTab.json index 22c0bb07e3..3ac83a86f9 100644 --- a/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/tabbedForms/CaseInformationTab.json +++ b/lambdas/packages/hrm-form-definitions/form-definitions/jm/v1/tabbedForms/CaseInformationTab.json @@ -209,6 +209,10 @@ "value": "Social media", "label": "Social media" }, + { + "value": "Search Engine", + "label": "Search Engine" + }, { "value": "SMS/Text Message", "label": "SMS/Text Message" diff --git a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/bots/pre_survey.json b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/bots/pre_survey.json index e2d635b1dd..e03b41c3ef 100644 --- a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/bots/pre_survey.json +++ b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/bots/pre_survey.json @@ -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." } } diff --git a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slot_types/how_did_you_hear_about_us.json b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slot_types/how_did_you_hear_about_us.json index feea7f116d..3c4cc2a6f9 100644 --- a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slot_types/how_did_you_hear_about_us.json +++ b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slot_types/how_did_you_hear_about_us.json @@ -7,7 +7,7 @@ }, "synonyms": [ { - "value": "4" + "value": "5" }, { "value": "from the news" @@ -16,7 +16,7 @@ "value": "news" }, { - "value": "4." + "value": "5." }, { "value": "media" @@ -63,7 +63,7 @@ "value": "instagram" }, { - "value": "2." + "value": "3." }, { "value": "from fb" @@ -87,7 +87,7 @@ "value": "from ig" }, { - "value": "2" + "value": "3" }, { "value": "online" @@ -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" @@ -121,7 +149,7 @@ "value": "i got a text" }, { - "value": "3" + "value": "4" } ] }, @@ -165,13 +193,13 @@ "value": "school" }, { - "value": "5" + "value": "6" }, { "value": "friend" }, { - "value": "5." + "value": "6." }, { "value": "my friend" diff --git a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slots/howDidYouKnowAboutOurLine.json b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slots/howDidYouKnowAboutOurLine.json index c837a1a64c..ee058f6aad 100644 --- a/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slots/howDidYouKnowAboutOurLine.json +++ b/twilio-iac/helplines/jm/configs/lex_v2/en_JM/slots/howDidYouKnowAboutOurLine.json @@ -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" } } }