1window.uneeqInteractionsOptions = {
2 personaShareId: "ENTER-PERSONA-SHARE-ID-HERE",
3 languageStrings: {
4 "default": {
5 callToActionText: '👋 Hey! It is so good to meet you.',
6 errorText: 'An error occurred.',
7 textInputPlaceholder: 'Type here...',
8 showContentToolTip: 'Show Content',
9 sendQuestionButtonToolTip: 'Send Message',
10 startRecordingButtonToolTip: 'Start Recording',
11 unmuteMicrophoneToolTip: 'Unmute',
12 muteMicrophoneToolTip: 'Mute',
13 microphonePermissionNotAllowedButtonToolTip: 'Microphone permission not allowed',
14 microphoneEnabledHintTitle: 'Microphone Enabled',
15 microphoneEnabledHintText: 'You can speak to me, I\'m listening.',
16 microphoneEnabledHintTitleOverlay: 'Mic Enabled',
17 microphoneNotAllowedMessage: 'Microphone permission was not allowed. Please allow access to your microphone ' +
18 'via your browser settings, and try again.',
19 recordingTapToStart: 'Tap to record, tap again to send',
20 recordingSpeakNowPrompt: 'Speak now',
21 recordingTapStopWhenDone: 'Tap stop when done',
22 recordingStopButtonToolTip: 'Stop Recording',
23 recordingRequestingMicrophonePrompt: 'Requesting Microphone',
24 settingsExitButton: 'Exit',
25 confirmExitDescription: 'Are you sure you want to exit?',
26 confirmExitStayButton: 'STAY',
27 confirmExitEndButton: 'EXIT',
28 hideContentButton: 'Hide Content',
29 hideDigitalHumanButton: 'Hide Digital Human'
30 }
31 }
32}