@carbon/ai-chat 0.1.6 → 0.1.7-test-no-cjs
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/{cds-aichat-internal.js → AppContainer.js} +50756 -18310
- package/dist/es/Carousel.js +14 -8
- package/dist/es/GenesysMessengerServiceDesk.js +17 -11
- package/dist/es/HumanAgentServiceImpl.js +17 -12
- package/dist/es/NiceDFOServiceDesk.js +17 -12
- package/dist/es/PDFViewerContainer.js +15 -108
- package/dist/es/ReactPlayer.js +2 -2
- package/dist/es/SFServiceDesk.js +18 -11
- package/dist/es/ServiceDeskImpl.js +2 -2
- package/dist/es/Table.js +429 -315
- package/dist/es/ZendeskServiceDesk.js +17 -11
- package/dist/es/_node-resolve_empty.js +2 -2
- package/dist/es/aiChatEntry.js +137 -120
- package/dist/es/ar-dz.js +3 -4
- package/dist/es/ar-kw.js +3 -4
- package/dist/es/ar-ly.js +3 -4
- package/dist/es/ar-ma.js +3 -4
- package/dist/es/ar-sa.js +3 -4
- package/dist/es/ar-tn.js +3 -4
- package/dist/es/ar.js +3 -4
- package/dist/es/ar2.js +2 -2
- package/dist/es/cds-aichat-container.js +104 -18
- package/dist/es/cds-aichat-custom-element.js +31 -21
- package/dist/es/cs.js +3 -4
- package/dist/es/cs2.js +2 -2
- package/dist/es/de-at.js +3 -4
- package/dist/es/de-ch.js +3 -4
- package/dist/es/de.js +3 -4
- package/dist/es/de2.js +2 -2
- package/dist/es/en-au.js +3 -4
- package/dist/es/en-ca.js +3 -4
- package/dist/es/en-gb.js +3 -4
- package/dist/es/en-ie.js +3 -4
- package/dist/es/en-il.js +3 -4
- package/dist/es/en-nz.js +3 -4
- package/dist/es/es-do.js +3 -4
- package/dist/es/es-us.js +3 -4
- package/dist/es/es.js +3 -4
- package/dist/es/es2.js +2 -2
- package/dist/es/export.js +3 -3
- package/dist/es/export.legacy.js +3 -3
- package/dist/es/fontUtils.js +2 -2
- package/dist/es/fr-ca.js +3 -4
- package/dist/es/fr-ch.js +3 -4
- package/dist/es/fr.js +3 -4
- package/dist/es/fr2.js +2 -2
- package/dist/es/it-ch.js +3 -4
- package/dist/es/it.js +3 -4
- package/dist/es/it2.js +2 -2
- package/dist/es/ja.js +3 -4
- package/dist/es/ja2.js +2 -2
- package/dist/es/ko.js +3 -4
- package/dist/es/ko2.js +2 -2
- package/dist/es/mockServiceDesk.js +17 -11
- package/dist/es/nl.js +3 -4
- package/dist/es/nl2.js +2 -2
- package/dist/es/pt-br.js +3 -4
- package/dist/es/pt-br2.js +2 -2
- package/dist/es/pt.js +3 -4
- package/dist/es/render.js +25 -12
- package/dist/es/zh-cn.js +3 -4
- package/dist/es/zh-tw.js +3 -4
- package/dist/es/zh-tw2.js +2 -2
- package/dist/es/zh.js +2 -2
- package/dist/types/aiChatEntry.d.ts +599 -11
- package/package.json +29 -21
- package/dist/cjs/Carousel.js +0 -5711
- package/dist/cjs/Chat.js +0 -8838
- package/dist/cjs/GenesysMessengerServiceDesk.js +0 -598
- package/dist/cjs/HumanAgentServiceImpl.js +0 -1145
- package/dist/cjs/NiceDFOServiceDesk.js +0 -2116
- package/dist/cjs/PDFViewerContainer.js +0 -83227
- package/dist/cjs/ReactPlayer.js +0 -57
- package/dist/cjs/SFServiceDesk.js +0 -1031
- package/dist/cjs/ServiceDeskImpl.js +0 -74
- package/dist/cjs/Table.js +0 -3146
- package/dist/cjs/ZendeskServiceDesk.js +0 -670
- package/dist/cjs/_node-resolve_empty.js +0 -27
- package/dist/cjs/agentActions.js +0 -214
- package/dist/cjs/aiChatEntry.js +0 -354
- package/dist/cjs/anonymousUserIDStorage.js +0 -254
- package/dist/cjs/ar-dz.js +0 -57
- package/dist/cjs/ar-kw.js +0 -57
- package/dist/cjs/ar-ly.js +0 -57
- package/dist/cjs/ar-ma.js +0 -57
- package/dist/cjs/ar-sa.js +0 -57
- package/dist/cjs/ar-tn.js +0 -57
- package/dist/cjs/ar.js +0 -57
- package/dist/cjs/ar2.js +0 -763
- package/dist/cjs/cds-aichat-container.js +0 -143
- package/dist/cjs/cds-aichat-custom-element.js +0 -200
- package/dist/cjs/cds-aichat-internal.js +0 -39150
- package/dist/cjs/cs.js +0 -57
- package/dist/cjs/cs2.js +0 -763
- package/dist/cjs/de-at.js +0 -57
- package/dist/cjs/de-ch.js +0 -57
- package/dist/cjs/de.js +0 -57
- package/dist/cjs/de2.js +0 -763
- package/dist/cjs/en-au.js +0 -57
- package/dist/cjs/en-ca.js +0 -57
- package/dist/cjs/en-gb.js +0 -57
- package/dist/cjs/en-ie.js +0 -57
- package/dist/cjs/en-il.js +0 -57
- package/dist/cjs/en-nz.js +0 -57
- package/dist/cjs/es-do.js +0 -57
- package/dist/cjs/es-us.js +0 -57
- package/dist/cjs/es.js +0 -57
- package/dist/cjs/es2.js +0 -763
- package/dist/cjs/export.js +0 -27
- package/dist/cjs/export.legacy.js +0 -27
- package/dist/cjs/fontUtils.js +0 -1038
- package/dist/cjs/fr-ca.js +0 -57
- package/dist/cjs/fr-ch.js +0 -57
- package/dist/cjs/fr.js +0 -57
- package/dist/cjs/fr2.js +0 -763
- package/dist/cjs/highlight_js.js +0 -15325
- package/dist/cjs/it-ch.js +0 -57
- package/dist/cjs/it.js +0 -57
- package/dist/cjs/it2.js +0 -763
- package/dist/cjs/ja.js +0 -57
- package/dist/cjs/ja2.js +0 -763
- package/dist/cjs/jstz.min.js +0 -43
- package/dist/cjs/ko.js +0 -57
- package/dist/cjs/ko2.js +0 -763
- package/dist/cjs/markdown.js +0 -8505
- package/dist/cjs/markdown_attrs.js +0 -805
- package/dist/cjs/mockServiceDesk.js +0 -887
- package/dist/cjs/nl.js +0 -57
- package/dist/cjs/nl2.js +0 -763
- package/dist/cjs/pt-br.js +0 -57
- package/dist/cjs/pt-br2.js +0 -763
- package/dist/cjs/pt.js +0 -57
- package/dist/cjs/render.js +0 -94
- package/dist/cjs/zh-cn.js +0 -57
- package/dist/cjs/zh-tw.js +0 -57
- package/dist/cjs/zh-tw2.js +0 -763
- package/dist/cjs/zh.js +0 -763
- package/dist/es/Chat.js +0 -8836
- package/dist/es/agentActions.js +0 -186
- package/dist/es/anonymousUserIDStorage.js +0 -249
- package/dist/es/highlight_js.js +0 -15320
- package/dist/es/jstz.min.js +0 -41
- package/dist/es/markdown.js +0 -8501
- package/dist/es/markdown_attrs.js +0 -803
|
@@ -916,6 +916,528 @@ interface HistoryItem {
|
|
|
916
916
|
time: string;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
|
+
var ai_slug_title = "Powered by IBM watsonx";
|
|
920
|
+
var ai_slug_description = "IBM watsonx is powered by the latest AI models to intelligently process conversations and provide help whenever and wherever you may need it.";
|
|
921
|
+
var components_overflow_ariaLabel = "Open and close list of options";
|
|
922
|
+
var components_swiper_currentLabel = "{currentSlideNumber}/{totalSlideCount}";
|
|
923
|
+
var errors_communicating = "{botName} isn't available right now. Problems with a related system are preventing the data from being supplied.";
|
|
924
|
+
var errors_imageSource = "Image is not available.";
|
|
925
|
+
var errors_videoSource = "Video is not available.";
|
|
926
|
+
var errors_audioSource = "Audio is not available.";
|
|
927
|
+
var errors_iframeSource = "The web page is not available.";
|
|
928
|
+
var errors_singleMessage = "There is an error with the message you just sent, but feel free to ask me something else.";
|
|
929
|
+
var errors_ariaMessageRetrying = "We are having some trouble sending your message but are still trying";
|
|
930
|
+
var errors_ariaMessageFailed = "Your message failed to be sent";
|
|
931
|
+
var errors_noAgentsAvailable = "No agents are available.";
|
|
932
|
+
var errors_noAgentsJoined = "No agents accepted the chat";
|
|
933
|
+
var errors_connectingToAgent = "I'm sorry. Something went wrong and I cannot connect you to an agent right now.";
|
|
934
|
+
var errors_busy = "I'm sorry, but I can't help you right now. I'm answering questions from lots of people at the moment. Please try again later.";
|
|
935
|
+
var errors_agentAppSessionExpired = "I'm sorry, but access to the chat history has expired.";
|
|
936
|
+
var errors_generalContent = "There was an error displaying this content";
|
|
937
|
+
var errors_somethingWrong = "Something went wrong";
|
|
938
|
+
var input_ariaLabel = "Message to send";
|
|
939
|
+
var input_placeholder = "Type something...";
|
|
940
|
+
var input_buttonLabel = "Click to send message";
|
|
941
|
+
var input_uploadButtonLabel = "Add files to upload";
|
|
942
|
+
var window_title = "Chat window";
|
|
943
|
+
var window_ariaTourRegion = "Tour";
|
|
944
|
+
var window_ariaTourRegionNamespace = "Tour {namespace}";
|
|
945
|
+
var window_ariaChatRegion = "Chat";
|
|
946
|
+
var window_ariaChatRegionNamespace = "Chat {namespace}";
|
|
947
|
+
var window_ariaWindowOpened = "The chat window has been opened";
|
|
948
|
+
var window_ariaWindowClosed = "The chat window has been closed";
|
|
949
|
+
var window_ariaWindowLoading = "The chat is loading.";
|
|
950
|
+
var launcher_isOpen = "Close the chat window";
|
|
951
|
+
var launcher_isClosed = "Open the chat window";
|
|
952
|
+
var launcher_isTourOpen = "Close the tour window";
|
|
953
|
+
var launcher_isTourClosed = "Open the tour window";
|
|
954
|
+
var launcher_desktopGreeting = "Hi! I’m a virtual assistant. How can I help you today?";
|
|
955
|
+
var launcher_mobileGreeting = "Hi! How can I help you today?";
|
|
956
|
+
var launcher_ariaIsExpanded = "Close the chat launcher";
|
|
957
|
+
var launcher_closeButton = "Close";
|
|
958
|
+
var messages_youSaid = "You said";
|
|
959
|
+
var messages_botSaid = "{botName} said";
|
|
960
|
+
var messages_agentSaid = "The live agent said";
|
|
961
|
+
var messages_searchResults = "Search results";
|
|
962
|
+
var messages_searchResultsLink = "Open this search result in a new window";
|
|
963
|
+
var messages_searchResultsOpenDocument = "Open document";
|
|
964
|
+
var messages_searchResultsOpenDocumentWithLabel = "Open document \"{documentName}\"";
|
|
965
|
+
var messages_searchResultsExpand = "Expand";
|
|
966
|
+
var messages_searchResultsCollapse = "Collapse";
|
|
967
|
+
var messages_botIsLoading = "{botName} is loading";
|
|
968
|
+
var messages_botIsTyping = "{botName} is typing";
|
|
969
|
+
var messages_agentIsTyping = "The live agent is typing";
|
|
970
|
+
var messages_scrollHandle = "Chat history begin";
|
|
971
|
+
var messages_scrollHandleDetailed = "Chat history begin. Activate to focus the first message then use the arrow, home, and end keys to move between messages. Press escape to exit.";
|
|
972
|
+
var messages_scrollHandleEnd = "Chat history end";
|
|
973
|
+
var messages_scrollHandleEndDetailed = "Chat history end. Activate to focus the last message then use the arrow, home, and end keys to move between messages. Press escape to exit.";
|
|
974
|
+
var message_labelBot = "{actorName} {timestamp}";
|
|
975
|
+
var message_labelYou = "You {timestamp}";
|
|
976
|
+
var notifications_toastClose = "Close notification";
|
|
977
|
+
var buttons_restart = "Restart conversation";
|
|
978
|
+
var buttons_cancel = "Cancel";
|
|
979
|
+
var buttons_retry = "Retry";
|
|
980
|
+
var options_select = "Select an option";
|
|
981
|
+
var options_ariaOptionsDisabled = "These options are disabled and cannot be selected";
|
|
982
|
+
var header_previewLinkTitle = "Assistant preview";
|
|
983
|
+
var header_ariaCloseRestart = "End chat and close the window";
|
|
984
|
+
var header_ariaBotAvatar = "{botName} avatar image";
|
|
985
|
+
var header_overflowMenu_options = "Options";
|
|
986
|
+
var homeScreen_returnToAssistant = "Return to assistant";
|
|
987
|
+
var homeScreen_returnToHome = "Return to the home screen";
|
|
988
|
+
var homeScreen_overflowMenuHomeScreen = "Home screen";
|
|
989
|
+
var homeScreen_ariaQuickStartListButton = "Quick start menu";
|
|
990
|
+
var homeScreen_ariaQuickStartListOpened = "The quick start menu has been opened.";
|
|
991
|
+
var homeScreen_ariaQuickStartListClosed = "The quick start menu has been closed.";
|
|
992
|
+
var default_agent_availableMessage = "Request an agent, and I'll notify you when they're ready. Your wait time may vary based on availability.";
|
|
993
|
+
var default_agent_unavailableMessage = "Sorry, no agents are available right now.";
|
|
994
|
+
var agent_reason_error = "Hmmm... I'm experiencing some difficulties. I need a human agent to manually continue the chat.";
|
|
995
|
+
var agent_sdMissingWarning = "No service desk is configured. Unless you have a custom service desk implemented, users will see an error instead of the message below. See the <a href=\"https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-deploy-web-chat-haa\" rel=\"noreferrer noopener\" target=\"_blank\">documentation</a> for more information.";
|
|
996
|
+
var agent_noName = "Live agent";
|
|
997
|
+
var agent_chatTitle = "Live agent support";
|
|
998
|
+
var agent_startChat = "Connect to agent";
|
|
999
|
+
var agent_connecting = "Request for agent sent...";
|
|
1000
|
+
var agent_agentNoNameTitle = "Agent";
|
|
1001
|
+
var agent_agentJoinedName = "{personName} connected.";
|
|
1002
|
+
var agent_agentJoinedNoName = "A live agent connected.";
|
|
1003
|
+
var agent_youConnectedWarning = "If you refresh or leave the current page, you'll have to request a new agent.";
|
|
1004
|
+
var agent_connectingMinutes = "Current wait time is <b>{time, number} {time, plural, one {minute} other {minutes}}</b>.";
|
|
1005
|
+
var agent_connectingQueue = "You're number <b>{position, number}</b> in line.";
|
|
1006
|
+
var agent_ariaAgentAvatar = "Live agent avatar image";
|
|
1007
|
+
var agent_ariaGenericAvatar = "Avatar image";
|
|
1008
|
+
var agent_ariaGenericBotAvatar = "Avatar image";
|
|
1009
|
+
var agent_youEndedChat = "You disconnected from the live agent.";
|
|
1010
|
+
var agent_conversationWasEnded = "You disconnected from the live agent.";
|
|
1011
|
+
var agent_disconnected = "Something went wrong and your connection to the live agent was lost. Check your internet connection and then try again to connect to an agent.";
|
|
1012
|
+
var agent_reconnected = "The agent reconnected.";
|
|
1013
|
+
var agent_agentLeftChat = "{personName} disconnected.";
|
|
1014
|
+
var agent_agentLeftChatNoName = "The live agent disconnected.";
|
|
1015
|
+
var agent_agentEndedChat = "{personName} ended the chat.";
|
|
1016
|
+
var agent_agentEndedChatNoName = "The live agent ended the chat.";
|
|
1017
|
+
var agent_transferring = "You're being transferred.";
|
|
1018
|
+
var agent_transferringNoName = "You're being transferred.";
|
|
1019
|
+
var agent_endChat = "Disconnect from live agent?";
|
|
1020
|
+
var agent_confirmSuspendedEndChatTitle = "Disconnect from previous agent?";
|
|
1021
|
+
var agent_confirmSuspendedEndChatMessage = "You are currently connected to an agent. Continuing will disconnect you from the agent and connect you to a new one. Do you want to continue?";
|
|
1022
|
+
var agent_confirmCancelRequestTitle = "Cancel request?";
|
|
1023
|
+
var agent_confirmCancelRequestMessage = "If you continue, you'll cancel your request for an agent.";
|
|
1024
|
+
var agent_confirmCancelRequestNo = "Go back";
|
|
1025
|
+
var agent_confirmCancelRequestYes = "Cancel request";
|
|
1026
|
+
var agent_confirmEndChat = "If you disconnect, you'll have to request a new live agent.";
|
|
1027
|
+
var agent_confirmEndChatNo = "Go back";
|
|
1028
|
+
var agent_confirmEndChatYes = "Disconnect";
|
|
1029
|
+
var agent_confirmEndSuspendedYes = "Continue";
|
|
1030
|
+
var agent_botReturned = "Can I help you with anything else?";
|
|
1031
|
+
var agent_newMessage = "New message";
|
|
1032
|
+
var agent_cardButtonChatRequested = "Connecting...";
|
|
1033
|
+
var agent_cardButtonConnected = "Connected";
|
|
1034
|
+
var agent_cardButtonChatEnded = "Disconnected";
|
|
1035
|
+
var agent_cardMessageChatEnded = "You disconnected from the live agent.";
|
|
1036
|
+
var agent_cardMessageConnected = "You're now connected.";
|
|
1037
|
+
var agent_connectButtonCancel = "Cancel";
|
|
1038
|
+
var agent_connectedButtonEndChat = "Disconnect";
|
|
1039
|
+
var agent_connectWaiting = "Waiting...";
|
|
1040
|
+
var agent_defaultMessageToAgent = "Begin conversation";
|
|
1041
|
+
var agent_inputPlaceholderConnecting = "Waiting for agent...";
|
|
1042
|
+
var agent_inputPlaceholderReconnecting = "Reconnecting to agent...";
|
|
1043
|
+
var agent_sharingStopSharingButton = "Stop sharing screen";
|
|
1044
|
+
var agent_sharingRequestTitle = "Screen sharing";
|
|
1045
|
+
var agent_sharingRequestMessage = "The agent has requested you share your screen. You can stop sharing at any time.";
|
|
1046
|
+
var agent_sharingAcceptButton = "Share screen";
|
|
1047
|
+
var agent_sharingDeclineButton = "Decline";
|
|
1048
|
+
var agent_sharingRequested = "You were requested to share your screen.";
|
|
1049
|
+
var agent_sharingAccepted = "You shared your screen.";
|
|
1050
|
+
var agent_sharingDeclined = "You declined to share your screen.";
|
|
1051
|
+
var agent_sharingCancelled = "The screen sharing request was cancelled.";
|
|
1052
|
+
var agent_sharingEnded = "You stopped sharing your screen.";
|
|
1053
|
+
var agent_suspendedWarning = "You are currently connected to an agent.";
|
|
1054
|
+
var icon_ariaUnreadMessages = "There {count, plural, one {is} other {are}} {count, number} unread {count, plural, one {message} other {messages}}";
|
|
1055
|
+
var showMore = "See more";
|
|
1056
|
+
var suggestions_title = "Suggestions";
|
|
1057
|
+
var suggestions_sectionTitleAlternateResponses = "Send one of these messages";
|
|
1058
|
+
var suggestions_sectionTitleSearch = "View related content";
|
|
1059
|
+
var suggestions_sectionTitleContact = "Get help another way";
|
|
1060
|
+
var suggestions_sectionTitleStarters = "People are also interested in";
|
|
1061
|
+
var suggestions_noSearchResults = "I couldn't find anything to share with you that's related to the current chat.";
|
|
1062
|
+
var suggestions_connectToAgent = "Connect to agent";
|
|
1063
|
+
var suggestions_ariaButtonToClose = "Click to close suggestions.";
|
|
1064
|
+
var suggestions_ariaMessageButtons = "Suggestions message buttons";
|
|
1065
|
+
var suggestions_ariaButtonToOpen = "Suggestions button. Click to open suggestions.";
|
|
1066
|
+
var suggestions_ariaPanelButtonToggle = "Click to toggle more or fewer suggestions.";
|
|
1067
|
+
var suggestions_ariaAnnounceButtonShow = "Click the suggestions button to view suggestions.";
|
|
1068
|
+
var suggestions_ariaAnnounceListOpen = "Suggestions has been opened. Press escape to close.";
|
|
1069
|
+
var suggestions_ariaAnnounceListClosed = "Suggestions has been closed.";
|
|
1070
|
+
var suggestions_ariaAnnounceListExpanded = "Suggestions has been expanded.";
|
|
1071
|
+
var suggestions_ariaAnnounceListCollapsed = "Suggestions has been collapsed.";
|
|
1072
|
+
var suggestions_searchBookmarkHeader = "Glad you found related content. I'll save this for you here in our chat.";
|
|
1073
|
+
var suggestions_searchBookmarkFooter = "Can I help you with anything else?";
|
|
1074
|
+
var suggestions_searchBookmarkButtonDescription = "Bookmark";
|
|
1075
|
+
var showMoreResults = "See more";
|
|
1076
|
+
var disclaimer_title = "Disclaimer";
|
|
1077
|
+
var disclaimer_accept = "I accept";
|
|
1078
|
+
var sessionHistory_expired = "Chat session inactive. Send any message to continue. If you refresh the page now, you'll have to start a new chat.";
|
|
1079
|
+
var sessionHistory_expiredNoCopy = "Chat session inactive.";
|
|
1080
|
+
var branding_headline = "Built with IBM <strong>watsonx</strong>";
|
|
1081
|
+
var branding_description = "Remove the frustration of long wait times, tedious searches, and unhelpful chatbots with watsonx Assistant. Save money and time by providing your customers with fast and accurate answers anywhere they need it.";
|
|
1082
|
+
var branding_sign_up = "Sign up today.";
|
|
1083
|
+
var general_ariaCloseInformationOverlay = "Close information panel.";
|
|
1084
|
+
var general_ariaAnnounceOpenedInformationOverlay = "An information panel has been opened.";
|
|
1085
|
+
var general_ariaAnnounceClosedInformationOverlay = "An information panel has been closed.";
|
|
1086
|
+
var general_ariaAnnounceEscapeOverlay = "Press escape or click the close button to close.";
|
|
1087
|
+
var general_returnToAssistant = "Return to assistant";
|
|
1088
|
+
var branding_ariaInformationButton = "Learn more about IBM Watson.";
|
|
1089
|
+
var channelTransfer_failed = "There was a problem transferring you. To try again either click the original link or send your message to the assistant here.";
|
|
1090
|
+
var conversationalSearch_streamingIncomplete = "This message was not completed. Please try again.";
|
|
1091
|
+
var conversationalSearch_viewPDF = "View PDF";
|
|
1092
|
+
var conversationalSearch_viewSourceDocument = "View source";
|
|
1093
|
+
var conversationalSearch_toggleCitations = "Open or close the list of sources";
|
|
1094
|
+
var conversationalSearch_responseStopped = "Response stopped";
|
|
1095
|
+
var launcher_chatNow = "Chat now";
|
|
1096
|
+
var iframe_ariaSourceLoaded = "The web page has loaded.";
|
|
1097
|
+
var iframe_ariaImageAltText = "Preview image for the web page panel.";
|
|
1098
|
+
var iframe_ariaClosePanel = "Close the web page panel.";
|
|
1099
|
+
var iframe_ariaOpenedPanel = "Web page panel has opened.";
|
|
1100
|
+
var iframe_ariaClosedPanel = "Web page panel has closed.";
|
|
1101
|
+
var iframe_ariaClickPreviewCard = "Click to open the web page panel and visit {source}.";
|
|
1102
|
+
var closeAndRestartModal_title = "End chat";
|
|
1103
|
+
var closeAndRestartModal_message = "Are you sure you want to end your chat?";
|
|
1104
|
+
var closeAndRestartModal_confirm = "Yes";
|
|
1105
|
+
var closeAndRestartModal_cancel = "No";
|
|
1106
|
+
var datePicker_chooseDate = "Choose a date ({format})";
|
|
1107
|
+
var datePicker_confirmDate = "Confirm date";
|
|
1108
|
+
var tour_resumeButton = "Resume";
|
|
1109
|
+
var tour_restartButton = "Restart";
|
|
1110
|
+
var tour_startButton = "Get started";
|
|
1111
|
+
var tour_doneButton = "Done";
|
|
1112
|
+
var tour_ariaMinimizeButton = "Hide tour window";
|
|
1113
|
+
var tour_ariaCloseButton = "Close tour window";
|
|
1114
|
+
var tour_ariaChatButton = "Open the chat window";
|
|
1115
|
+
var tour_ariaPreviousButton = "Go to previous step";
|
|
1116
|
+
var tour_ariaNextButton = "Go to next step";
|
|
1117
|
+
var tour_instructions = "Use the previous and next buttons to navigate between steps of the tour. Use the {chatButtonText} button to open that chat window.";
|
|
1118
|
+
var tour_errorFetchingStep = "There was a problem fetching the next step.";
|
|
1119
|
+
var tour_errorTitle = "Unable to continue";
|
|
1120
|
+
var tour_errorBody = "The content failed to load. Please try again.";
|
|
1121
|
+
var fileSharing_fileTooLarge = "The maximum file size allowed is {maxSize}.";
|
|
1122
|
+
var fileSharing_ariaAnnounceSuccess = "The file was uploaded successfully.";
|
|
1123
|
+
var fileSharing_fileIcon = "File icon";
|
|
1124
|
+
var fileSharing_removeButtonTitle = "Remove file";
|
|
1125
|
+
var fileSharing_statusUploading = "Uploading file";
|
|
1126
|
+
var fileSharing_uploadFailed = "There was an error uploading the file.";
|
|
1127
|
+
var fileSharing_agentMessageText = "File upload";
|
|
1128
|
+
var fileSharing_request = "The agent has requested you upload a file.";
|
|
1129
|
+
var serviceDesk_niceDFO_fileUploadError = "The maximum file size is {fileSize}MB. The allowed file types are {allowedTypes}.";
|
|
1130
|
+
var documentViewer_ariaRoleLabel = "PDF Viewer";
|
|
1131
|
+
var documentViewer_title = "Document preview";
|
|
1132
|
+
var documentViewer_zoomIn = "Zoom in";
|
|
1133
|
+
var documentViewer_zoomOut = "Zoom out";
|
|
1134
|
+
var documentViewer_zoomReset = "Reset zoom";
|
|
1135
|
+
var documentViewer_download = "Download";
|
|
1136
|
+
var documentViewer_close = "Close";
|
|
1137
|
+
var documentViewer_previousPage = "Previous page";
|
|
1138
|
+
var documentViewer_nextPage = "Next page";
|
|
1139
|
+
var documentViewer_previousMatch = "Previous match";
|
|
1140
|
+
var documentViewer_nextMatch = "Next match";
|
|
1141
|
+
var documentViewer_search = "Search";
|
|
1142
|
+
var documentViewer_currentPage = "Current page";
|
|
1143
|
+
var documentViewer_clearSearch = "Clear search";
|
|
1144
|
+
var documentViewer_pagesLabel = "{count, number} {count, plural, one {page} other {pages}}";
|
|
1145
|
+
var documentViewer_loadErrorTitle = "Something's wrong.";
|
|
1146
|
+
var documentViewer_loadError = "We were unable to load the document. Click Retry to try again, or try downloading the document.";
|
|
1147
|
+
var documentViewer_loadErrorRetry = "Retry";
|
|
1148
|
+
var carousel_prevNavButton = "Go to previous slide.";
|
|
1149
|
+
var carousel_nextNavButton = "Go to next slide.";
|
|
1150
|
+
var input_completionsTagApp = "App";
|
|
1151
|
+
var input_completionsTagAssistant = "Assistant";
|
|
1152
|
+
var table_filterPlaceholder = "Filter table";
|
|
1153
|
+
var table_previousPage = "Previous page";
|
|
1154
|
+
var table_nextPage = "Next page";
|
|
1155
|
+
var table_itemsPerPage = "Items per page:";
|
|
1156
|
+
var table_paginationSupplementalText = "of {pagesCount, number} {pagesCount, plural, one {page} other {pages}}";
|
|
1157
|
+
var table_paginationStatus = "{start, number}–{end, number} of {count, number} {count, plural, one {item} other {items}}";
|
|
1158
|
+
var feedback_positiveLabel = "Good response";
|
|
1159
|
+
var feedback_negativeLabel = "Bad response";
|
|
1160
|
+
var feedback_defaultTitle = "Additional feedback";
|
|
1161
|
+
var feedback_defaultPrompt = "Why did you choose this rating?";
|
|
1162
|
+
var feedback_defaultPlaceholder = "Add a comment";
|
|
1163
|
+
var feedback_submitLabel = "Submit";
|
|
1164
|
+
var feedback_cancelLabel = "Cancel";
|
|
1165
|
+
var input_stopResponse = "Stop response";
|
|
1166
|
+
var messages_responseStopped = "Response stopped";
|
|
1167
|
+
var chainOfThought_stepTitle = "{stepNumber, number}: {stepTitle}";
|
|
1168
|
+
var chainOfThought_inputLabel = "Input";
|
|
1169
|
+
var chainOfThought_outputLabel = "Output";
|
|
1170
|
+
var chainOfThought_toolLabel = "Tool";
|
|
1171
|
+
var chainOfThought_statusSucceededLabel = "Succeeded";
|
|
1172
|
+
var chainOfThought_statusFailedLabel = "Failed";
|
|
1173
|
+
var chainOfThought_statusProcessingLabel = "Processing";
|
|
1174
|
+
var chainOfThought_explainabilityLabel = "How did I get this answer?";
|
|
1175
|
+
var enLanguagePack = {
|
|
1176
|
+
ai_slug_title: ai_slug_title,
|
|
1177
|
+
ai_slug_description: ai_slug_description,
|
|
1178
|
+
components_overflow_ariaLabel: components_overflow_ariaLabel,
|
|
1179
|
+
components_swiper_currentLabel: components_swiper_currentLabel,
|
|
1180
|
+
errors_communicating: errors_communicating,
|
|
1181
|
+
errors_imageSource: errors_imageSource,
|
|
1182
|
+
errors_videoSource: errors_videoSource,
|
|
1183
|
+
errors_audioSource: errors_audioSource,
|
|
1184
|
+
errors_iframeSource: errors_iframeSource,
|
|
1185
|
+
errors_singleMessage: errors_singleMessage,
|
|
1186
|
+
errors_ariaMessageRetrying: errors_ariaMessageRetrying,
|
|
1187
|
+
errors_ariaMessageFailed: errors_ariaMessageFailed,
|
|
1188
|
+
errors_noAgentsAvailable: errors_noAgentsAvailable,
|
|
1189
|
+
errors_noAgentsJoined: errors_noAgentsJoined,
|
|
1190
|
+
errors_connectingToAgent: errors_connectingToAgent,
|
|
1191
|
+
errors_busy: errors_busy,
|
|
1192
|
+
errors_agentAppSessionExpired: errors_agentAppSessionExpired,
|
|
1193
|
+
errors_generalContent: errors_generalContent,
|
|
1194
|
+
errors_somethingWrong: errors_somethingWrong,
|
|
1195
|
+
input_ariaLabel: input_ariaLabel,
|
|
1196
|
+
input_placeholder: input_placeholder,
|
|
1197
|
+
input_buttonLabel: input_buttonLabel,
|
|
1198
|
+
input_uploadButtonLabel: input_uploadButtonLabel,
|
|
1199
|
+
window_title: window_title,
|
|
1200
|
+
window_ariaTourRegion: window_ariaTourRegion,
|
|
1201
|
+
window_ariaTourRegionNamespace: window_ariaTourRegionNamespace,
|
|
1202
|
+
window_ariaChatRegion: window_ariaChatRegion,
|
|
1203
|
+
window_ariaChatRegionNamespace: window_ariaChatRegionNamespace,
|
|
1204
|
+
window_ariaWindowOpened: window_ariaWindowOpened,
|
|
1205
|
+
window_ariaWindowClosed: window_ariaWindowClosed,
|
|
1206
|
+
window_ariaWindowLoading: window_ariaWindowLoading,
|
|
1207
|
+
launcher_isOpen: launcher_isOpen,
|
|
1208
|
+
launcher_isClosed: launcher_isClosed,
|
|
1209
|
+
launcher_isTourOpen: launcher_isTourOpen,
|
|
1210
|
+
launcher_isTourClosed: launcher_isTourClosed,
|
|
1211
|
+
launcher_desktopGreeting: launcher_desktopGreeting,
|
|
1212
|
+
launcher_mobileGreeting: launcher_mobileGreeting,
|
|
1213
|
+
launcher_ariaIsExpanded: launcher_ariaIsExpanded,
|
|
1214
|
+
launcher_closeButton: launcher_closeButton,
|
|
1215
|
+
messages_youSaid: messages_youSaid,
|
|
1216
|
+
messages_botSaid: messages_botSaid,
|
|
1217
|
+
messages_agentSaid: messages_agentSaid,
|
|
1218
|
+
messages_searchResults: messages_searchResults,
|
|
1219
|
+
messages_searchResultsLink: messages_searchResultsLink,
|
|
1220
|
+
messages_searchResultsOpenDocument: messages_searchResultsOpenDocument,
|
|
1221
|
+
messages_searchResultsOpenDocumentWithLabel: messages_searchResultsOpenDocumentWithLabel,
|
|
1222
|
+
messages_searchResultsExpand: messages_searchResultsExpand,
|
|
1223
|
+
messages_searchResultsCollapse: messages_searchResultsCollapse,
|
|
1224
|
+
messages_botIsLoading: messages_botIsLoading,
|
|
1225
|
+
messages_botIsTyping: messages_botIsTyping,
|
|
1226
|
+
messages_agentIsTyping: messages_agentIsTyping,
|
|
1227
|
+
messages_scrollHandle: messages_scrollHandle,
|
|
1228
|
+
messages_scrollHandleDetailed: messages_scrollHandleDetailed,
|
|
1229
|
+
messages_scrollHandleEnd: messages_scrollHandleEnd,
|
|
1230
|
+
messages_scrollHandleEndDetailed: messages_scrollHandleEndDetailed,
|
|
1231
|
+
message_labelBot: message_labelBot,
|
|
1232
|
+
message_labelYou: message_labelYou,
|
|
1233
|
+
notifications_toastClose: notifications_toastClose,
|
|
1234
|
+
buttons_restart: buttons_restart,
|
|
1235
|
+
buttons_cancel: buttons_cancel,
|
|
1236
|
+
buttons_retry: buttons_retry,
|
|
1237
|
+
options_select: options_select,
|
|
1238
|
+
options_ariaOptionsDisabled: options_ariaOptionsDisabled,
|
|
1239
|
+
header_previewLinkTitle: header_previewLinkTitle,
|
|
1240
|
+
header_ariaCloseRestart: header_ariaCloseRestart,
|
|
1241
|
+
header_ariaBotAvatar: header_ariaBotAvatar,
|
|
1242
|
+
header_overflowMenu_options: header_overflowMenu_options,
|
|
1243
|
+
homeScreen_returnToAssistant: homeScreen_returnToAssistant,
|
|
1244
|
+
homeScreen_returnToHome: homeScreen_returnToHome,
|
|
1245
|
+
homeScreen_overflowMenuHomeScreen: homeScreen_overflowMenuHomeScreen,
|
|
1246
|
+
homeScreen_ariaQuickStartListButton: homeScreen_ariaQuickStartListButton,
|
|
1247
|
+
homeScreen_ariaQuickStartListOpened: homeScreen_ariaQuickStartListOpened,
|
|
1248
|
+
homeScreen_ariaQuickStartListClosed: homeScreen_ariaQuickStartListClosed,
|
|
1249
|
+
default_agent_availableMessage: default_agent_availableMessage,
|
|
1250
|
+
default_agent_unavailableMessage: default_agent_unavailableMessage,
|
|
1251
|
+
agent_reason_error: agent_reason_error,
|
|
1252
|
+
agent_sdMissingWarning: agent_sdMissingWarning,
|
|
1253
|
+
agent_noName: agent_noName,
|
|
1254
|
+
agent_chatTitle: agent_chatTitle,
|
|
1255
|
+
agent_startChat: agent_startChat,
|
|
1256
|
+
agent_connecting: agent_connecting,
|
|
1257
|
+
agent_agentNoNameTitle: agent_agentNoNameTitle,
|
|
1258
|
+
agent_agentJoinedName: agent_agentJoinedName,
|
|
1259
|
+
agent_agentJoinedNoName: agent_agentJoinedNoName,
|
|
1260
|
+
agent_youConnectedWarning: agent_youConnectedWarning,
|
|
1261
|
+
agent_connectingMinutes: agent_connectingMinutes,
|
|
1262
|
+
agent_connectingQueue: agent_connectingQueue,
|
|
1263
|
+
agent_ariaAgentAvatar: agent_ariaAgentAvatar,
|
|
1264
|
+
agent_ariaGenericAvatar: agent_ariaGenericAvatar,
|
|
1265
|
+
agent_ariaGenericBotAvatar: agent_ariaGenericBotAvatar,
|
|
1266
|
+
agent_youEndedChat: agent_youEndedChat,
|
|
1267
|
+
agent_conversationWasEnded: agent_conversationWasEnded,
|
|
1268
|
+
agent_disconnected: agent_disconnected,
|
|
1269
|
+
agent_reconnected: agent_reconnected,
|
|
1270
|
+
agent_agentLeftChat: agent_agentLeftChat,
|
|
1271
|
+
agent_agentLeftChatNoName: agent_agentLeftChatNoName,
|
|
1272
|
+
agent_agentEndedChat: agent_agentEndedChat,
|
|
1273
|
+
agent_agentEndedChatNoName: agent_agentEndedChatNoName,
|
|
1274
|
+
agent_transferring: agent_transferring,
|
|
1275
|
+
agent_transferringNoName: agent_transferringNoName,
|
|
1276
|
+
agent_endChat: agent_endChat,
|
|
1277
|
+
agent_confirmSuspendedEndChatTitle: agent_confirmSuspendedEndChatTitle,
|
|
1278
|
+
agent_confirmSuspendedEndChatMessage: agent_confirmSuspendedEndChatMessage,
|
|
1279
|
+
agent_confirmCancelRequestTitle: agent_confirmCancelRequestTitle,
|
|
1280
|
+
agent_confirmCancelRequestMessage: agent_confirmCancelRequestMessage,
|
|
1281
|
+
agent_confirmCancelRequestNo: agent_confirmCancelRequestNo,
|
|
1282
|
+
agent_confirmCancelRequestYes: agent_confirmCancelRequestYes,
|
|
1283
|
+
agent_confirmEndChat: agent_confirmEndChat,
|
|
1284
|
+
agent_confirmEndChatNo: agent_confirmEndChatNo,
|
|
1285
|
+
agent_confirmEndChatYes: agent_confirmEndChatYes,
|
|
1286
|
+
agent_confirmEndSuspendedYes: agent_confirmEndSuspendedYes,
|
|
1287
|
+
agent_botReturned: agent_botReturned,
|
|
1288
|
+
agent_newMessage: agent_newMessage,
|
|
1289
|
+
agent_cardButtonChatRequested: agent_cardButtonChatRequested,
|
|
1290
|
+
agent_cardButtonConnected: agent_cardButtonConnected,
|
|
1291
|
+
agent_cardButtonChatEnded: agent_cardButtonChatEnded,
|
|
1292
|
+
agent_cardMessageChatEnded: agent_cardMessageChatEnded,
|
|
1293
|
+
agent_cardMessageConnected: agent_cardMessageConnected,
|
|
1294
|
+
agent_connectButtonCancel: agent_connectButtonCancel,
|
|
1295
|
+
agent_connectedButtonEndChat: agent_connectedButtonEndChat,
|
|
1296
|
+
agent_connectWaiting: agent_connectWaiting,
|
|
1297
|
+
agent_defaultMessageToAgent: agent_defaultMessageToAgent,
|
|
1298
|
+
agent_inputPlaceholderConnecting: agent_inputPlaceholderConnecting,
|
|
1299
|
+
agent_inputPlaceholderReconnecting: agent_inputPlaceholderReconnecting,
|
|
1300
|
+
agent_sharingStopSharingButton: agent_sharingStopSharingButton,
|
|
1301
|
+
agent_sharingRequestTitle: agent_sharingRequestTitle,
|
|
1302
|
+
agent_sharingRequestMessage: agent_sharingRequestMessage,
|
|
1303
|
+
agent_sharingAcceptButton: agent_sharingAcceptButton,
|
|
1304
|
+
agent_sharingDeclineButton: agent_sharingDeclineButton,
|
|
1305
|
+
agent_sharingRequested: agent_sharingRequested,
|
|
1306
|
+
agent_sharingAccepted: agent_sharingAccepted,
|
|
1307
|
+
agent_sharingDeclined: agent_sharingDeclined,
|
|
1308
|
+
agent_sharingCancelled: agent_sharingCancelled,
|
|
1309
|
+
agent_sharingEnded: agent_sharingEnded,
|
|
1310
|
+
agent_suspendedWarning: agent_suspendedWarning,
|
|
1311
|
+
icon_ariaUnreadMessages: icon_ariaUnreadMessages,
|
|
1312
|
+
showMore: showMore,
|
|
1313
|
+
suggestions_title: suggestions_title,
|
|
1314
|
+
suggestions_sectionTitleAlternateResponses: suggestions_sectionTitleAlternateResponses,
|
|
1315
|
+
suggestions_sectionTitleSearch: suggestions_sectionTitleSearch,
|
|
1316
|
+
suggestions_sectionTitleContact: suggestions_sectionTitleContact,
|
|
1317
|
+
suggestions_sectionTitleStarters: suggestions_sectionTitleStarters,
|
|
1318
|
+
suggestions_noSearchResults: suggestions_noSearchResults,
|
|
1319
|
+
suggestions_connectToAgent: suggestions_connectToAgent,
|
|
1320
|
+
suggestions_ariaButtonToClose: suggestions_ariaButtonToClose,
|
|
1321
|
+
suggestions_ariaMessageButtons: suggestions_ariaMessageButtons,
|
|
1322
|
+
suggestions_ariaButtonToOpen: suggestions_ariaButtonToOpen,
|
|
1323
|
+
suggestions_ariaPanelButtonToggle: suggestions_ariaPanelButtonToggle,
|
|
1324
|
+
suggestions_ariaAnnounceButtonShow: suggestions_ariaAnnounceButtonShow,
|
|
1325
|
+
suggestions_ariaAnnounceListOpen: suggestions_ariaAnnounceListOpen,
|
|
1326
|
+
suggestions_ariaAnnounceListClosed: suggestions_ariaAnnounceListClosed,
|
|
1327
|
+
suggestions_ariaAnnounceListExpanded: suggestions_ariaAnnounceListExpanded,
|
|
1328
|
+
suggestions_ariaAnnounceListCollapsed: suggestions_ariaAnnounceListCollapsed,
|
|
1329
|
+
suggestions_searchBookmarkHeader: suggestions_searchBookmarkHeader,
|
|
1330
|
+
suggestions_searchBookmarkFooter: suggestions_searchBookmarkFooter,
|
|
1331
|
+
suggestions_searchBookmarkButtonDescription: suggestions_searchBookmarkButtonDescription,
|
|
1332
|
+
showMoreResults: showMoreResults,
|
|
1333
|
+
disclaimer_title: disclaimer_title,
|
|
1334
|
+
disclaimer_accept: disclaimer_accept,
|
|
1335
|
+
sessionHistory_expired: sessionHistory_expired,
|
|
1336
|
+
sessionHistory_expiredNoCopy: sessionHistory_expiredNoCopy,
|
|
1337
|
+
branding_headline: branding_headline,
|
|
1338
|
+
branding_description: branding_description,
|
|
1339
|
+
branding_sign_up: branding_sign_up,
|
|
1340
|
+
general_ariaCloseInformationOverlay: general_ariaCloseInformationOverlay,
|
|
1341
|
+
general_ariaAnnounceOpenedInformationOverlay: general_ariaAnnounceOpenedInformationOverlay,
|
|
1342
|
+
general_ariaAnnounceClosedInformationOverlay: general_ariaAnnounceClosedInformationOverlay,
|
|
1343
|
+
general_ariaAnnounceEscapeOverlay: general_ariaAnnounceEscapeOverlay,
|
|
1344
|
+
general_returnToAssistant: general_returnToAssistant,
|
|
1345
|
+
branding_ariaInformationButton: branding_ariaInformationButton,
|
|
1346
|
+
channelTransfer_failed: channelTransfer_failed,
|
|
1347
|
+
conversationalSearch_streamingIncomplete: conversationalSearch_streamingIncomplete,
|
|
1348
|
+
conversationalSearch_viewPDF: conversationalSearch_viewPDF,
|
|
1349
|
+
conversationalSearch_viewSourceDocument: conversationalSearch_viewSourceDocument,
|
|
1350
|
+
conversationalSearch_toggleCitations: conversationalSearch_toggleCitations,
|
|
1351
|
+
conversationalSearch_responseStopped: conversationalSearch_responseStopped,
|
|
1352
|
+
launcher_chatNow: launcher_chatNow,
|
|
1353
|
+
iframe_ariaSourceLoaded: iframe_ariaSourceLoaded,
|
|
1354
|
+
iframe_ariaImageAltText: iframe_ariaImageAltText,
|
|
1355
|
+
iframe_ariaClosePanel: iframe_ariaClosePanel,
|
|
1356
|
+
iframe_ariaOpenedPanel: iframe_ariaOpenedPanel,
|
|
1357
|
+
iframe_ariaClosedPanel: iframe_ariaClosedPanel,
|
|
1358
|
+
iframe_ariaClickPreviewCard: iframe_ariaClickPreviewCard,
|
|
1359
|
+
closeAndRestartModal_title: closeAndRestartModal_title,
|
|
1360
|
+
closeAndRestartModal_message: closeAndRestartModal_message,
|
|
1361
|
+
closeAndRestartModal_confirm: closeAndRestartModal_confirm,
|
|
1362
|
+
closeAndRestartModal_cancel: closeAndRestartModal_cancel,
|
|
1363
|
+
datePicker_chooseDate: datePicker_chooseDate,
|
|
1364
|
+
datePicker_confirmDate: datePicker_confirmDate,
|
|
1365
|
+
tour_resumeButton: tour_resumeButton,
|
|
1366
|
+
tour_restartButton: tour_restartButton,
|
|
1367
|
+
tour_startButton: tour_startButton,
|
|
1368
|
+
tour_doneButton: tour_doneButton,
|
|
1369
|
+
tour_ariaMinimizeButton: tour_ariaMinimizeButton,
|
|
1370
|
+
tour_ariaCloseButton: tour_ariaCloseButton,
|
|
1371
|
+
tour_ariaChatButton: tour_ariaChatButton,
|
|
1372
|
+
tour_ariaPreviousButton: tour_ariaPreviousButton,
|
|
1373
|
+
tour_ariaNextButton: tour_ariaNextButton,
|
|
1374
|
+
tour_instructions: tour_instructions,
|
|
1375
|
+
tour_errorFetchingStep: tour_errorFetchingStep,
|
|
1376
|
+
tour_errorTitle: tour_errorTitle,
|
|
1377
|
+
tour_errorBody: tour_errorBody,
|
|
1378
|
+
fileSharing_fileTooLarge: fileSharing_fileTooLarge,
|
|
1379
|
+
fileSharing_ariaAnnounceSuccess: fileSharing_ariaAnnounceSuccess,
|
|
1380
|
+
fileSharing_fileIcon: fileSharing_fileIcon,
|
|
1381
|
+
fileSharing_removeButtonTitle: fileSharing_removeButtonTitle,
|
|
1382
|
+
fileSharing_statusUploading: fileSharing_statusUploading,
|
|
1383
|
+
fileSharing_uploadFailed: fileSharing_uploadFailed,
|
|
1384
|
+
fileSharing_agentMessageText: fileSharing_agentMessageText,
|
|
1385
|
+
fileSharing_request: fileSharing_request,
|
|
1386
|
+
serviceDesk_niceDFO_fileUploadError: serviceDesk_niceDFO_fileUploadError,
|
|
1387
|
+
documentViewer_ariaRoleLabel: documentViewer_ariaRoleLabel,
|
|
1388
|
+
documentViewer_title: documentViewer_title,
|
|
1389
|
+
documentViewer_zoomIn: documentViewer_zoomIn,
|
|
1390
|
+
documentViewer_zoomOut: documentViewer_zoomOut,
|
|
1391
|
+
documentViewer_zoomReset: documentViewer_zoomReset,
|
|
1392
|
+
documentViewer_download: documentViewer_download,
|
|
1393
|
+
documentViewer_close: documentViewer_close,
|
|
1394
|
+
documentViewer_previousPage: documentViewer_previousPage,
|
|
1395
|
+
documentViewer_nextPage: documentViewer_nextPage,
|
|
1396
|
+
documentViewer_previousMatch: documentViewer_previousMatch,
|
|
1397
|
+
documentViewer_nextMatch: documentViewer_nextMatch,
|
|
1398
|
+
documentViewer_search: documentViewer_search,
|
|
1399
|
+
documentViewer_currentPage: documentViewer_currentPage,
|
|
1400
|
+
documentViewer_clearSearch: documentViewer_clearSearch,
|
|
1401
|
+
documentViewer_pagesLabel: documentViewer_pagesLabel,
|
|
1402
|
+
documentViewer_loadErrorTitle: documentViewer_loadErrorTitle,
|
|
1403
|
+
documentViewer_loadError: documentViewer_loadError,
|
|
1404
|
+
documentViewer_loadErrorRetry: documentViewer_loadErrorRetry,
|
|
1405
|
+
carousel_prevNavButton: carousel_prevNavButton,
|
|
1406
|
+
carousel_nextNavButton: carousel_nextNavButton,
|
|
1407
|
+
input_completionsTagApp: input_completionsTagApp,
|
|
1408
|
+
input_completionsTagAssistant: input_completionsTagAssistant,
|
|
1409
|
+
table_filterPlaceholder: table_filterPlaceholder,
|
|
1410
|
+
table_previousPage: table_previousPage,
|
|
1411
|
+
table_nextPage: table_nextPage,
|
|
1412
|
+
table_itemsPerPage: table_itemsPerPage,
|
|
1413
|
+
table_paginationSupplementalText: table_paginationSupplementalText,
|
|
1414
|
+
table_paginationStatus: table_paginationStatus,
|
|
1415
|
+
feedback_positiveLabel: feedback_positiveLabel,
|
|
1416
|
+
feedback_negativeLabel: feedback_negativeLabel,
|
|
1417
|
+
feedback_defaultTitle: feedback_defaultTitle,
|
|
1418
|
+
feedback_defaultPrompt: feedback_defaultPrompt,
|
|
1419
|
+
feedback_defaultPlaceholder: feedback_defaultPlaceholder,
|
|
1420
|
+
feedback_submitLabel: feedback_submitLabel,
|
|
1421
|
+
feedback_cancelLabel: feedback_cancelLabel,
|
|
1422
|
+
input_stopResponse: input_stopResponse,
|
|
1423
|
+
messages_responseStopped: messages_responseStopped,
|
|
1424
|
+
chainOfThought_stepTitle: chainOfThought_stepTitle,
|
|
1425
|
+
chainOfThought_inputLabel: chainOfThought_inputLabel,
|
|
1426
|
+
chainOfThought_outputLabel: chainOfThought_outputLabel,
|
|
1427
|
+
chainOfThought_toolLabel: chainOfThought_toolLabel,
|
|
1428
|
+
chainOfThought_statusSucceededLabel: chainOfThought_statusSucceededLabel,
|
|
1429
|
+
chainOfThought_statusFailedLabel: chainOfThought_statusFailedLabel,
|
|
1430
|
+
chainOfThought_statusProcessingLabel: chainOfThought_statusProcessingLabel,
|
|
1431
|
+
chainOfThought_explainabilityLabel: chainOfThought_explainabilityLabel
|
|
1432
|
+
};
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* This file contains type definitions for dealing with language strings.
|
|
1437
|
+
*/
|
|
1438
|
+
|
|
1439
|
+
type EnglishLanguagePack = typeof enLanguagePack;
|
|
1440
|
+
|
|
919
1441
|
|
|
920
1442
|
|
|
921
1443
|
/**
|
|
@@ -1002,8 +1524,7 @@ interface NotificationMessage {
|
|
|
1002
1524
|
/**
|
|
1003
1525
|
* A language pack represent the set of display strings for a particular language.
|
|
1004
1526
|
*/
|
|
1005
|
-
interface LanguagePack {
|
|
1006
|
-
[key: string]: string;
|
|
1527
|
+
interface LanguagePack extends EnglishLanguagePack {
|
|
1007
1528
|
}
|
|
1008
1529
|
/**
|
|
1009
1530
|
* The different views that can be shown by web chat.
|
|
@@ -1279,10 +1800,67 @@ interface TourStepGenericItem<TUserDefinedType = Record<string, unknown>> extend
|
|
|
1279
1800
|
step_id: string;
|
|
1280
1801
|
}
|
|
1281
1802
|
|
|
1803
|
+
/**
|
|
1804
|
+
* Status of the chain of thought step.
|
|
1805
|
+
*/
|
|
1806
|
+
declare const enum ChainOfThoughtStepStatus {
|
|
1807
|
+
PROCESSING = "processing",
|
|
1808
|
+
FAILURE = "failure",
|
|
1809
|
+
SUCCESS = "success"
|
|
1810
|
+
}
|
|
1811
|
+
/**
|
|
1812
|
+
* This schema is in beta. A chain of thought step is meant to show tool calls and other steps made by your agent
|
|
1813
|
+
* to reach its final answer.
|
|
1814
|
+
*/
|
|
1815
|
+
interface ChainOfThoughtStep {
|
|
1816
|
+
/**
|
|
1817
|
+
* The plain text name of the step.
|
|
1818
|
+
*/
|
|
1819
|
+
title?: string;
|
|
1820
|
+
/**
|
|
1821
|
+
* An optional human readable description of what the tool does.
|
|
1822
|
+
*
|
|
1823
|
+
* Accepts markdown formatted text.
|
|
1824
|
+
*/
|
|
1825
|
+
description?: string;
|
|
1826
|
+
/**
|
|
1827
|
+
* The plain text name of the tool called.
|
|
1828
|
+
*/
|
|
1829
|
+
tool_name?: string;
|
|
1830
|
+
/**
|
|
1831
|
+
* Optional request metadata sent to a tool.
|
|
1832
|
+
*/
|
|
1833
|
+
request?: {
|
|
1834
|
+
/**
|
|
1835
|
+
* Arguments sent to the tool. If this is properly formed JSON, it will be shown as a code block.
|
|
1836
|
+
*/
|
|
1837
|
+
args?: unknown;
|
|
1838
|
+
};
|
|
1839
|
+
/**
|
|
1840
|
+
* Optional response from a tool.
|
|
1841
|
+
*/
|
|
1842
|
+
response?: {
|
|
1843
|
+
/**
|
|
1844
|
+
* Content returned by the tool. If this is properly formed JSON, it will be shown as a code block.
|
|
1845
|
+
*
|
|
1846
|
+
* You can also return markdown compatible text here.
|
|
1847
|
+
*/
|
|
1848
|
+
content: unknown;
|
|
1849
|
+
};
|
|
1850
|
+
/**
|
|
1851
|
+
* Optionally, share the status of this step. An icon will appear in the view showing the status. If no status is
|
|
1852
|
+
* shared, the UI will assume success.
|
|
1853
|
+
*/
|
|
1854
|
+
status?: ChainOfThoughtStepStatus;
|
|
1855
|
+
}
|
|
1282
1856
|
/**
|
|
1283
1857
|
* Options that control additional features available for a message item.
|
|
1284
1858
|
*/
|
|
1285
1859
|
interface GenericItemMessageOptions {
|
|
1860
|
+
/**
|
|
1861
|
+
* Controls the display of chain of thought component. This API is in beta and is subject to change.
|
|
1862
|
+
*/
|
|
1863
|
+
chain_of_thought?: ChainOfThoughtStep[];
|
|
1286
1864
|
/**
|
|
1287
1865
|
* Controls the display of a feedback options (thumbs up/down) for a message item.
|
|
1288
1866
|
*/
|
|
@@ -3572,6 +4150,13 @@ interface LayoutConfig {
|
|
|
3572
4150
|
* Indicates if the web chat widget should keep its border and box-shadow.
|
|
3573
4151
|
*/
|
|
3574
4152
|
showFrame?: boolean;
|
|
4153
|
+
/**
|
|
4154
|
+
* Indicates if content inside the web chat widget should be constrained to a max-width.
|
|
4155
|
+
*
|
|
4156
|
+
* At larger widths the card, carousel, options and conversational search response types
|
|
4157
|
+
* have pending issues.
|
|
4158
|
+
*/
|
|
4159
|
+
hasContentMaxWidth?: boolean;
|
|
3575
4160
|
}
|
|
3576
4161
|
/**
|
|
3577
4162
|
* Config options for controlling messaging.
|
|
@@ -3788,7 +4373,7 @@ type RenderUserDefinedResponse = (state: RenderUserDefinedState, instance: ChatI
|
|
|
3788
4373
|
/**
|
|
3789
4374
|
* A map of writeable element keys to a ReactNode to render to them.
|
|
3790
4375
|
*/
|
|
3791
|
-
type RenderWriteableElementResponse = Partial<Record<keyof WriteableElements,
|
|
4376
|
+
type RenderWriteableElementResponse = Partial<Record<keyof WriteableElements, ReactNode>>;
|
|
3792
4377
|
interface ChatContainerProps {
|
|
3793
4378
|
/**
|
|
3794
4379
|
* The config to use to load web chat. Note that the "onLoad" property is overridden by this component. If you
|
|
@@ -3813,23 +4398,25 @@ interface ChatContainerProps {
|
|
|
3813
4398
|
* This is the render function this component will call when it needs to render a writeable element.
|
|
3814
4399
|
*/
|
|
3815
4400
|
renderWriteableElements?: RenderWriteableElementResponse;
|
|
3816
|
-
/**
|
|
3817
|
-
* ReactDOM.render and createRoot can't be used together in the same application.
|
|
3818
|
-
* Web chat detects if ReactDOM is React 18 or React 17, but they could be using React 18 in React 17 mode.
|
|
3819
|
-
*/
|
|
3820
|
-
forceReact17Mode?: boolean;
|
|
3821
4401
|
}
|
|
3822
4402
|
|
|
3823
4403
|
|
|
3824
4404
|
|
|
3825
|
-
|
|
4405
|
+
/**
|
|
4406
|
+
* The ChatContainer controls rendering the React application into the ShadowRoot of the cds-aichat-react web component.
|
|
4407
|
+
* It also injects the writeable element and user_defined response slots into said web component.
|
|
4408
|
+
*/
|
|
4409
|
+
declare function ChatContainer({ onBeforeRender, onAfterRender, config, renderUserDefinedResponse, renderWriteableElements, }: ChatContainerProps): React.JSX.Element;
|
|
4410
|
+
declare const ChatContainerExport: React.MemoExoticComponent<typeof ChatContainer>;
|
|
3826
4411
|
|
|
3827
4412
|
|
|
3828
4413
|
|
|
3829
4414
|
/**
|
|
3830
4415
|
* This is the React component for people injecting a web chat with a custom element.
|
|
3831
4416
|
*
|
|
3832
|
-
* It provides said element any class or id defined on itself for styling.
|
|
4417
|
+
* It provides said element any class or id defined on itself for styling. It then calls ChatContainer with the custom
|
|
4418
|
+
* element passed in as a property to be used instead of generating an element with the default properties for a
|
|
4419
|
+
* floating chat.
|
|
3833
4420
|
*
|
|
3834
4421
|
*/
|
|
3835
4422
|
interface ChatCustomElementProps extends ChatContainerProps {
|
|
@@ -3856,5 +4443,6 @@ interface ChatCustomElementProps extends ChatContainerProps {
|
|
|
3856
4443
|
onViewChange?: (event: BusEventViewChange, instance: ChatInstance) => void;
|
|
3857
4444
|
}
|
|
3858
4445
|
declare function ChatCustomElement({ config, onBeforeRender, onAfterRender, renderUserDefinedResponse, renderWriteableElements, className, id, onViewChange, }: ChatCustomElementProps): React.JSX.Element;
|
|
4446
|
+
declare const ChatCustomElementExport: React.MemoExoticComponent<typeof ChatCustomElement>;
|
|
3859
4447
|
|
|
3860
|
-
export { type AdditionalDataToAgent, type AgentAppConfig, type AgentAppInfo, type AgentAvailability, AgentMessageType, type AgentProfile, AgentsOnlineStatus, type AudioItem, type BaseMessageInput, type BusEvent, type BusEventAgentAreAnyAgentsOnline, type BusEventAgentEndChat, type BusEventAgentPreEndChat, type BusEventAgentPreReceive, type BusEventAgentPreSend, type BusEventAgentPreSessionHistory, type BusEventAgentPreStartChat, type BusEventAgentReceive, type BusEventAgentSend, type BusEventChatReady, type BusEventChunkUserDefinedResponse, type BusEventClosePanelButtonClicked, type BusEventCustomPanelClose, type BusEventCustomPanelOpen, type BusEventCustomPanelPreClose, type BusEventCustomPanelPreOpen, type BusEventFeedback, type BusEventGenesysMessengerAuthError, type BusEventGenesysMessengerAuthProvider, type BusEventGenesysMessengerGetAuthCode, type BusEventGenesysMessengerLoggedOut, type BusEventGenesysMessengerReauthenticate, type BusEventHistoryBegin, type BusEventHistoryEnd, type BusEventMessageItemCustom, type BusEventNiceDFOGetAuthCode, type BusEventPreReceive, type BusEventPreReset, type BusEventPreSend, type BusEventReceive, type BusEventReset, type BusEventSend, type BusEventTourEnd, type BusEventTourStart, type BusEventTourStep, BusEventType, type BusEventUserDefinedResponse, type BusEventViewChange, type BusEventViewPreChange, type ButtonItem, ButtonItemKind, ButtonItemType, CarbonTheme, type CardItem, type CarouselItem, CatastrophicErrorType, type ChangeFunction, ChatContainer, type ChatContainerProps, ChatCustomElement, type ChatCustomElementProps, type ChatHeaderButton, type ChatHeaderConfig, type ChatHeaderGroupMenu, type ChatHeaderGroupMenuItem, type ChatHeaderLink, type ChatHeaderMenu, type ChatHeaderMenuItemTypes, ChatHeaderObjectType, type ChatHeaderObjectTypes, type ChatInstance, type ChatInstanceMessaging, type ChatInstanceNotifications, type ChatInstanceServiceDeskActions, type ChatInstanceTours, type Chunk, type CompleteItemChunk, type ConnectToAgentItem, type ConnectToAgentItemTransferInfo, type ConnectingErrorInfo, type ConversationalSearchItem, type ConversationalSearchItemCitation, CornersType, CustomEventType, type CustomMenuOption, type CustomPanelConfigOptions, type CustomPanelInstance, type CustomPanels, type CustomSendMessageOptions, type DateItem, type DisclaimerPublicConfig, type DisconnectedErrorInfo, type EndChatInfo, ErrorType, type EventBusHandler, type EventHandlers, type EventInput, type EventInputData, FeedbackInteractionType, FileStatusValue, type FileUpload, type FinalResponseChunk, type GenericItem, type GenericItemMessageFeedbackOptions, type GenericItemMessageOptions, type GenesysMessengerConfig, type GridItem, type HasAddRemoveClassName, type HeaderConfig, type HistoryItem, HomeScreenBackgroundType, type HomeScreenConfig, type HomeScreenStarterButton, type HomeScreenStarterButtons, type HorizontalCellAlignment, type IFrameItem, IFrameItemDisplayOption, type ImageItem, type IncreaseOrDecrease, type InlineErrorItem, type InstanceElements, type InstanceInputElement, type ItemStreamingMetadata, LauncherType, type LayoutConfig, type MediaItem, type MediaItemDimensions, type Message, type MessageContext, type MessageGlobalContext, type MessageHistory, type MessageInput, MessageInputType, type MessageItemPanelInfo, type MessageOutput, type MessageRequest, type MessageResponse, MessageResponseTypes, MessageSendSource, type MessageSkillContext, type MessageSystemContext, MinimizeButtonIconType, type NiceDFOConfig, type NotificationMessage, type OnErrorData, OnErrorType, type Option, type OptionItem, OptionItemPreference, type PageLinkConfig, type PageLinkIDConfig, type PartialItemChunk, type PartialOrCompleteItemChunk, type PauseItem, type PublicConfig, type PublicConfigMessaging, type PublicWebChatServiceDeskState, type PublicWebChatState, type RenderUserDefinedResponse, type RenderUserDefinedState, type RenderWriteableElementResponse, ScreenShareState, type SendOptions, type ServiceDesk, type ServiceDeskCallback, type ServiceDeskCapabilities, type ServiceDeskErrorInfo, type ServiceDeskFactoryParameters, type ServiceDeskPublicConfig, type StartChatOptions, type StreamChunk, type TableItem, type TableItemCell, type TableItemRow, type TableItemRowExpandableSectionItem, type TextItem, type ThemeConfig, TourEndReason, TourStartReason, type TourStepGenericItem, type TypeAndHandler, type UpdateHistoryEvent, type UserDefinedItem, type UserMessageErrorInfo, type VerticalCellAlignment, type VideoItem, ViewChangeReason, type ViewState, ViewType, type WithBodyAndFooter, WriteableElementName, type WriteableElements };
|
|
4448
|
+
export { type AdditionalDataToAgent, type AgentAppConfig, type AgentAppInfo, type AgentAvailability, AgentMessageType, type AgentProfile, AgentsOnlineStatus, type AudioItem, type BaseMessageInput, type BusEvent, type BusEventAgentAreAnyAgentsOnline, type BusEventAgentEndChat, type BusEventAgentPreEndChat, type BusEventAgentPreReceive, type BusEventAgentPreSend, type BusEventAgentPreSessionHistory, type BusEventAgentPreStartChat, type BusEventAgentReceive, type BusEventAgentSend, type BusEventChatReady, type BusEventChunkUserDefinedResponse, type BusEventClosePanelButtonClicked, type BusEventCustomPanelClose, type BusEventCustomPanelOpen, type BusEventCustomPanelPreClose, type BusEventCustomPanelPreOpen, type BusEventFeedback, type BusEventGenesysMessengerAuthError, type BusEventGenesysMessengerAuthProvider, type BusEventGenesysMessengerGetAuthCode, type BusEventGenesysMessengerLoggedOut, type BusEventGenesysMessengerReauthenticate, type BusEventHistoryBegin, type BusEventHistoryEnd, type BusEventMessageItemCustom, type BusEventNiceDFOGetAuthCode, type BusEventPreReceive, type BusEventPreReset, type BusEventPreSend, type BusEventReceive, type BusEventReset, type BusEventSend, type BusEventTourEnd, type BusEventTourStart, type BusEventTourStep, BusEventType, type BusEventUserDefinedResponse, type BusEventViewChange, type BusEventViewPreChange, type ButtonItem, ButtonItemKind, ButtonItemType, CarbonTheme, type CardItem, type CarouselItem, CatastrophicErrorType, type ChainOfThoughtStep, ChainOfThoughtStepStatus, type ChangeFunction, ChatContainerExport as ChatContainer, type ChatContainerProps, ChatCustomElementExport as ChatCustomElement, type ChatCustomElementProps, type ChatHeaderButton, type ChatHeaderConfig, type ChatHeaderGroupMenu, type ChatHeaderGroupMenuItem, type ChatHeaderLink, type ChatHeaderMenu, type ChatHeaderMenuItemTypes, ChatHeaderObjectType, type ChatHeaderObjectTypes, type ChatInstance, type ChatInstanceMessaging, type ChatInstanceNotifications, type ChatInstanceServiceDeskActions, type ChatInstanceTours, type Chunk, type CompleteItemChunk, type ConnectToAgentItem, type ConnectToAgentItemTransferInfo, type ConnectingErrorInfo, type ConversationalSearchItem, type ConversationalSearchItemCitation, CornersType, CustomEventType, type CustomMenuOption, type CustomPanelConfigOptions, type CustomPanelInstance, type CustomPanels, type CustomSendMessageOptions, type DateItem, type DisclaimerPublicConfig, type DisconnectedErrorInfo, type EndChatInfo, ErrorType, type EventBusHandler, type EventHandlers, type EventInput, type EventInputData, FeedbackInteractionType, FileStatusValue, type FileUpload, type FinalResponseChunk, type GenericItem, type GenericItemMessageFeedbackOptions, type GenericItemMessageOptions, type GenesysMessengerConfig, type GridItem, type HasAddRemoveClassName, type HeaderConfig, type HistoryItem, HomeScreenBackgroundType, type HomeScreenConfig, type HomeScreenStarterButton, type HomeScreenStarterButtons, type HorizontalCellAlignment, type IFrameItem, IFrameItemDisplayOption, type ImageItem, type IncreaseOrDecrease, type InlineErrorItem, type InstanceElements, type InstanceInputElement, type ItemStreamingMetadata, LauncherType, type LayoutConfig, type MediaItem, type MediaItemDimensions, type Message, type MessageContext, type MessageGlobalContext, type MessageHistory, type MessageInput, MessageInputType, type MessageItemPanelInfo, type MessageOutput, type MessageRequest, type MessageResponse, MessageResponseTypes, MessageSendSource, type MessageSkillContext, type MessageSystemContext, MinimizeButtonIconType, type NiceDFOConfig, type NotificationMessage, type OnErrorData, OnErrorType, type Option, type OptionItem, OptionItemPreference, type PageLinkConfig, type PageLinkIDConfig, type PartialItemChunk, type PartialOrCompleteItemChunk, type PauseItem, type PublicConfig, type PublicConfigMessaging, type PublicWebChatServiceDeskState, type PublicWebChatState, type RenderUserDefinedResponse, type RenderUserDefinedState, type RenderWriteableElementResponse, ScreenShareState, type SendOptions, type ServiceDesk, type ServiceDeskCallback, type ServiceDeskCapabilities, type ServiceDeskErrorInfo, type ServiceDeskFactoryParameters, type ServiceDeskPublicConfig, type StartChatOptions, type StreamChunk, type TableItem, type TableItemCell, type TableItemRow, type TableItemRowExpandableSectionItem, type TextItem, type ThemeConfig, TourEndReason, TourStartReason, type TourStepGenericItem, type TypeAndHandler, type UpdateHistoryEvent, type UserDefinedItem, type UserMessageErrorInfo, type VerticalCellAlignment, type VideoItem, ViewChangeReason, type ViewState, ViewType, type WithBodyAndFooter, WriteableElementName, type WriteableElements };
|