We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd839c commit 9bdd26cCopy full SHA for 9bdd26c
1 file changed
config/Settings.ts
@@ -22,7 +22,7 @@ export enum AppSetting {
22
23
export enum DefaultMessage {
24
DEFAULT_DialogflowServiceUnavailableMessage = 'Sorry, I\'m having trouble answering your question.',
25
- DEFAULT_DialogflowRequestFailedMessage = 'Apologies but your request cannot be completed.',
+ DEFAULT_DialogflowRequestFailedMessage = 'Sorry, something went wrong.',
26
DEFAULT_DialogflowHandoverMessage = 'Transferring to an online agent',
27
DEFAULT_DialogflowHandoverFailedMessage = 'Sorry I\'m unable to transfer you to an agent.',
28
DEFAULT_DialogflowCloseChatMessage = 'Closing the chat, Goodbye',
0 commit comments