diff --git a/aselo-webchat-react-app/configSrc/usvc/translations/en-US.json b/aselo-webchat-react-app/configSrc/usvc/translations/en-US.json index 0b0334548e..c9825975d4 100644 --- a/aselo-webchat-react-app/configSrc/usvc/translations/en-US.json +++ b/aselo-webchat-react-app/configSrc/usvc/translations/en-US.json @@ -1,6 +1,7 @@ { "WelcomeMessage": "Welcome to NCVC", "EntryPointTagline": "Chat Live Now", + "EntryPoint-ClosedState-OpenWidgetButtonLabel": "Chat Live Now", "PreEngagementConfigDescription": "Welcome! Thank you for reaching out. To best serve you, please answer the questions below before we connect you to a Victim Assistance Specialist. You can select \"Prefer not to answer\" for any question.", "MessageCanvasTrayContent": "", "MessageInputDisabledReasonHold": "Thank you very much for this information. We'll transfer you now. Please hold for a Victim Assistance Specialist.", diff --git a/twilio-iac/helplines/usvc/common.hcl b/twilio-iac/helplines/usvc/common.hcl index a47aa2034a..291f8262ba 100644 --- a/twilio-iac/helplines/usvc/common.hcl +++ b/twilio-iac/helplines/usvc/common.hcl @@ -17,6 +17,7 @@ locals { enable_lex_v2 = false channel_attributes = { + chat = "/app/twilio-iac/helplines/usvc/templates/channel-attributes/chat-conversations.tftpl", webchat = "/app/twilio-iac/helplines/usvc/templates/channel-attributes/webchat.tftpl", voice_dcvh = "/app/twilio-iac/helplines/usvc/templates/channel-attributes/voice_dcvh.tftpl", voice_vc = "/app/twilio-iac/helplines/usvc/templates/channel-attributes/voice_vc.tftpl", @@ -125,4 +126,4 @@ locals { hrm_transcript_retention_days_override = 180 } -} \ No newline at end of file +} diff --git a/twilio-iac/helplines/usvc/staging.hcl b/twilio-iac/helplines/usvc/staging.hcl index 8601e07b54..793b726182 100644 --- a/twilio-iac/helplines/usvc/staging.hcl +++ b/twilio-iac/helplines/usvc/staging.hcl @@ -65,7 +65,7 @@ locals { chatbot_unique_names = [] }, chat : { - messaging_mode = "messaging_mode" + messaging_mode = "conversations" channel_type = "chat" contact_identity = "" templatefile = "/app/twilio-iac/helplines/usvc/templates/studio-flows/webchat-conv-sd.tftpl"