You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/Settings.ts
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -27,20 +27,21 @@ export enum AppSetting {
27
27
}
28
28
29
29
exportenumDefaultMessage{
30
-
DEFAULT_DialogflowServiceUnavailableMessage='Sorry, I\'m having trouble answering your question.',
31
-
DEFAULT_DialogflowRequestFailedMessage='Sorry, something went wrong.',
32
-
DEFAULT_DialogflowHandoverMessage='Transferring to an online agent',
30
+
DEFAULT_DialogflowRequestFailedMessage='Sorry, I\'m having trouble with that.',
33
31
DEFAULT_DialogflowHandoverFailedMessage='Sorry I\'m unable to transfer you to an agent.',
34
-
DEFAULT_DialogflowCloseChatMessage='Closing the chat, Goodbye',
35
-
DEFAULT_DialogflowWelcomeMessage='Thanks for connecting',
32
+
DEFAULT_DialogflowWelcomeMessage='Thank you for contacting Viasat.',
33
+
DEFAULT_DialogflowServiceUnavailableMessage='There are no agents currently available. Our Customer Care team is available by phone 24/7 at 1-855-463-9333.',
34
+
DEFAULT_DialogflowCloseChatMessage='Thanks for contacting Viasat Customer Care. We appreciate your business. Please close this window to end your chat session.',
35
+
DEFAULT_DialogflowHandoverMessage='Connecting you with a live agent',
36
+
DEFAULT_DialogflowCustomerTimeoutWarningMessage='Are you still there? Please send a message within %t or this chat will time out.',
0 commit comments