메시지 및 번역 맞춤설정

messages 구성을 사용하여 Web SDK에 표시되는 문자열을 맞춤설정할 수 있습니다. 여기에는 기존 언어 또는 새 언어 추가 (예: de, es, fr, ja)를 사용하려고 할 때 Tegra2 기반 기기 및 기타 기기가 비정상 종료되었습니다.

ccaas.config({
  messages: {
    [lang]: {
      [group]: {
        [key]: '__string__'
      }
    }
  }
})

다음은 영어 사본을 맞춤설정하는 messages 객체의 예시입니다.

ccaas.config({
 messages: {
   en: {
     button: {
       yes: 'OK'
      }
   }
 }
})

맞춤설정할 수 있는 모든 웹 SDK 메시지 목록은 웹 SDK v3 문자열 가이드를 참고하세요.

일반적인 메시지

이러한 메시지는 웹 SDK 전체에서 공통 요소가 표시되는 모든 곳에서 사용됩니다.

버튼

{
  "yes": "Yes",
  "no": "No",
  "cancel": "Cancel",
  "back": "Back",
  "exit": "Exit",
  "end": "End",
  "close": "Close",
  "submit": "Submit",
  "ok": "Okay",
  "send": "Send",
  "resend": "Resend",
  "skip": "Skip",
  "refresh": "Refresh",
  "continueConversation": "Continue conversation",
  "newConversation": "Start A New conversation"
}

예:

ccaas.config({
  messages: {
    en: {
      button: {
        yes: 'OK'
      }
    }
  }
})

홈페이지

이러한 메시지는 홈페이지에서만 사용됩니다. 일반적으로 소비자가 웹 SDK를 시작할 때 표시되는 첫 번째 화면입니다.

{
  "minimize": "Tap to minimize",
  "support": "{0} Support",
  "start": "Need any help?"
}
ccaas.config({
  messages: {
    en: {
      home: {
        start: 'Hi, how can I help you?'
      }
    }
  }
})

이러한 메시지는 메뉴 화면에서 사용됩니다. 여기에는 대기열 및 채널 선택 화면이 포함됩니다.

{
  "greeting": "Hi there, how can we help?",
  "backMessage": "Looks like you changed your mind! How else can we help?",
  "emptyMessage": "We're sorry, this support option is not available right now.",
  "queueMessage": "Let's help you with {0}",
  "channelsMessage": "How would you like to communicate?",
  "selectOption": "Select an option",
  "externalLinkConfirm": "Did that resolve your issue?",
  "deflectionDefaultMessage": "We are currently experiencing a high volume of requests with a current wait time of {0}. How would you like to reach out?",
  "deflectionAfterhourMessage": "We are currently closed. We look forward to helping you during our normal business hours.",
  "deflectionKeepWaitingMessage": "Thank you for continuing to wait. The remaining wait time is {0}.",
  "collectEmail": "Provide your email address",
  "additionalOptions": "Additional options",
  "ahdOptionsCloseMessage": "We're sorry, but we're unable to continue this conversation because our support center is now closed. Please select from one of the available options."
}

채널

{
  "chat": "Chat now",
  "instantCall": "Call now",
  "scheduledCall": "Schedule call",
  "email": "Email",
  "keepWaiting": "Keep Waiting",
  "selectChat": "Let's connect you to one of our chat support specialists",
  "selectInstantCall": "Let one of our support specialists give you a call now",
  "selectScheduledCall": "Let's schedule a time for a support specialist to call and help you",
  "selectEmail": "Please send us an email so we can help"
}

방향 수정

이러한 메시지는 리디렉션 메시지가 포함된 페이지에 사용됩니다.

리디렉션

{
  "title": "Visit the page below",
  "action": "Open this page in a new tab"
}
Example:
ccaas.config({
  messages: {
    en: {
      redirection: {
        action: 'Open a new tab'
      }
    }
  }
})

호출 채널

이러한 메시지는 소비자가 통화 채널을 선택하면 사용됩니다.

call

{
  "description": "Provide your phone number below",
  "instantTitle": "We'll Call You",
  "scheduleTitle": "Let's Schedule a Call",
  "refreshTitle": "Time slots have expired",
  "refreshContent": "Please refresh to view available time slots.",
  "waitTime": "wait time",
  "pickTime": "Pick a time that works best for you",
  "recordWarning": "Your call may be monitored or recorded for training and quality assurance purposes.",
  "recordTitle": "Permission to Record",
  "recordContent": "Do you give permission for {0} to record your call for training and quality?",
  "callMe": "Call Me",
  "wait": "Wait {0}",
  "phoneNumberPlaceholder": "Your phone number",
  "phoneNumberLabel": "Phone number",
  "phoneNumberInvalid": "Enter a valid phone number",
  "emailPlaceholder": "Your email address",
  "emailLabel": "Email",
  "emailInvalid": "Enter a valid email address",
  "cancelTitle": "Cancel the existing call?",
  "cancelContent": "You scheduled a support call for {0} at {1}.",
  "keepButton": "Keep It",
  "successTitle": "We'll Call You",
  "successScheduledContent": "Your phone should ring around - {0}",
  "successInstantContent": "Your phone should be ringing shortly"
}

채팅 채널

이러한 메시지는 소비자가 채팅 채널을 선택하면 사용됩니다.

채팅

{
  "today": "Today",
  "yesterday": "Yesterday",
  "newMessages": "{0} new messages",
  "startMessage": "One moment please...",
  "inputPlaceholder": "Type your message here...",
  "endButton": "End chat",
  "endConfirm": "Are you sure you want to end this chat?",
  "withOneAgent": "Chatting with {0}",
  "withTwoAgents": "Chatting with {0} & {1}",
  "withMultipleAgents": "Multiple Agents",
  "discussWithAgent": "Do you want to discuss this with a human agent?",
  "dropFile": "Drag & Drop image or video here",
  "escalateAgent": "Escalate to agent",
  "addAttachment": "Add image or video attachment",
  "requestCobrowse": "Request Co-browse session",
  "timeoutHint": "Your previous chat has ended, please click to start a new chat",
  "dismissedHint": "Welcome Back! Do you have the same issue or a new issue?"
}

upload

{
  "failureSize": "Looks like we couldn't upload. Please try uploading a file that is less than {0}.",
  "failureType": "Looks like we couldn't upload. We only accept .JPG, .PNG, or .MP4.",
  "failureUnknown": "Looks like we couldn't upload. Please try again!"
}

스크립트

{
      "requestTranscript": "Request Transcript",
      "message": "Send the chat transcript to your email",
      "placeholder": "Add Email",
      "success1": "The transcript of the completed chat will be emailed to {0}",
      "success2": "The transcript of the completed chat will be emailed to {0} and {1} other recipients",
      "fail": "The transcript will not be emailed.",
      "overflow": "A maximum of 5 emails are allowed.",
      "expired": "Delivery time expired. Transcripts can only be requested within 2 hours after the chat ends.",
      "maxRequest": "A maximum of 10 transcript requests are allowed.",
      "unableSend": "Unable to send. Please try again.",
      "requested": "Transcript requested",
      "emailTranscript": "Email transcript",
      "request": "Request",
      "helpText": "Enter up to 5 email addresses",
      "deleteEmail": "Delete email",
      "downloadTranscript": "Download transcript",
      "updated": "Transcript request updated",
      "invalidEmail": "Invalid email address. Please enter a valid email.",
      "emptyEmail": "Please enter a valid email.",
      "requestCompleted": "Transcript request completed"
}

이벤트

{
  "chatDismissed": "We have not heard from you in a while. This chat session is closed.",
  "chatTimeout": "This chat has timed out",
  "chatEnded": "This chat has ended",
  "transferToMenu": "{0} is transferring this chat to another agent...",
  "transferToAgent": "{0} is adding another agent to this conversation...",
  "escalationStarted": "We are connecting you with a human agent",
  "escalationFailed": "We're sorry. We are unable to process your request further at this moment. Please reach out to us again later. Thank you.",
  "escalationAccepted": "{0} just joined the conversation",
  "cobrowseRequestedFromAgent": "{0} is about to request a Co-browse session with you.",
  "cobrowseRequestedFromEndUser": "Co-browse request sent to Agent.",
  "cobrowseStarted": "Co-browse started.",
  "cobrowseEnded": "Co-browse ended.",
  "cobrowseFailed": "Co-browse failed.",
  "taskVaStarted": "{0} transferred the chat to {1}",
  "taskVaFinished": "The chat with {0} was completed. You were returned to {1}",
  "taskVaFailed": "The chat with {0} failed. You were returned to {1}",
  "taskVaInterrupted": "The chat with {0} was interrupted by {1}",
  "taskVaCancelled": "The chat with {0} was cancelled by {1}",
  "taskVaDismissed": "The chat with {0} was dismissed. You were returned to {1}",
  "transferAccepted": "{0} just joined the conversation",
  "memberLeft": "{0} just left the conversation",
  "transferFailed": "Transfer has failed"
}

rating

{
  "formTitle": "Rate Your Experience",
  "formFeedback": "Let us know how we can improve.",
  "resultTitle": "Thank you!",
  "resultSubtitle": "We appreciate your feedback"
}

설문조사

{
  "errorTitle": "Uh-oh. Something went wrong.",
  "errorContent": "There might be an issue here. Please try again.",
  "required": "Required"
}

전환

{
  "continueEmail": "Continue with Email Support",
  "continueVa": "Continue with Virtual Agent Support",
  "continueHuman": "Continue with Human Agent Support",
  "vaOverCapacity": "Our customer support is experiencing exceptionally high volume. The estimated wait time is {0} minutes.",
  "vaAfterHours": "Our support center is closed. Please select the support type you want to continue.",
  "pfOverCapacity": "I'm sorry. I'm having trouble processing your request right now. I can transfer you to a human agent. However, the current estimated wait time is {0} minutes due to exceptionally high volume of support requests.",
  "pfAfterHours": "I'm sorry. I'm having trouble processing your request right now. Our support center is currently closed as well. Please send us an email with your support request and we will respond back to you at the earliest.",
  "recurring": "Thanks for your patience! The remaining wait time is {0}.",
  "closed": "Unfortunately, our support center is currently closed. Please try reaching us later. Thank you."
}

영역

{
  "widgetOpen": "Open Support Widget",
  "widgetClosed": "Minimize Support Widget",
}

설문지

{
  "closeButton": "Close form",
  "confirmCloseTitle": "Confirm form closure",
  "confirmCloseContent1": "Are you sure you're ready to close this form? Any unsubmitted data will be lost.",
  "confirmCloseContent2": "You can minimize the form to return to the conversation without losing any data.",
  "startNewTitle": "Start new form",
  "startNewContent": "Starting a new form will close the form that is in progress, and any unsubmitted data will be lost.",
  "failedError": "Form failed to load",
  "timeoutError": "Form has timed out",
  "statusInProgress": "In Progress",
  "statusCompleted": "Completed",
  "submissionFailedTitle": "Form Submission Failed",
  "submissionFailedContent": "There was an issue submitting your form. Please try again."
}

ewt

{
  "connecting": "We're working on connecting you with an agent.\nThanks for your patience.",
  "escalateToAgent": "You're being transferred to a live support representative...",
  "transferToAgent": "You're being transferred to another support representative...",
  "queuePosition": "Your queue position",
  "estimateWaitTime": "Estimated wait time",
  "done": "Done"
}