@koredev/agentai-web-sdk 2.0.0-rc → 3.0.1-rc
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/components/aaWindow/aaWindow.d.ts +7 -0
- package/dist/components/aaWindow/config/prefs.d.ts +4666 -0
- package/dist/components/common/constants/errorcodes.d.ts +8 -0
- package/dist/components/common/constants/events.cnst.d.ts +15 -5
- package/dist/components/common/constants/projConsts.d.ts +23 -0
- package/dist/components/common/constants/settingsConsts.d.ts +10 -10
- package/dist/components/common/i18n/ar.d.ts +148 -0
- package/dist/components/common/i18n/as.d.ts +154 -0
- package/dist/components/common/i18n/az.d.ts +154 -0
- package/dist/components/common/i18n/bn.d.ts +154 -0
- package/dist/components/common/i18n/ca.d.ts +154 -0
- package/dist/components/common/i18n/da.d.ts +154 -0
- package/dist/components/common/i18n/de.d.ts +147 -0
- package/dist/components/common/i18n/en.d.ts +154 -0
- package/dist/components/common/i18n/es.d.ts +147 -0
- package/dist/components/common/i18n/fa.d.ts +154 -0
- package/dist/components/common/i18n/fi.d.ts +154 -0
- package/dist/components/common/i18n/fr.d.ts +147 -0
- package/dist/components/common/i18n/gu.d.ts +154 -0
- package/dist/components/common/i18n/he.d.ts +154 -0
- package/dist/components/common/i18n/hi.d.ts +154 -0
- package/dist/components/common/i18n/ht.d.ts +154 -0
- package/dist/components/common/i18n/id.d.ts +154 -0
- package/dist/components/common/i18n/it.d.ts +147 -0
- package/dist/components/common/i18n/ja.d.ts +147 -0
- package/dist/components/common/i18n/kn.d.ts +154 -0
- package/dist/components/common/i18n/ko.d.ts +147 -0
- package/dist/components/common/i18n/ml.d.ts +154 -0
- package/dist/components/common/i18n/mr.d.ts +154 -0
- package/dist/components/common/i18n/ms.d.ts +154 -0
- package/dist/components/common/i18n/my.d.ts +153 -0
- package/dist/components/common/i18n/ne.d.ts +154 -0
- package/dist/components/common/i18n/nl.d.ts +154 -0
- package/dist/components/common/i18n/or.d.ts +154 -0
- package/dist/components/common/i18n/pa.d.ts +154 -0
- package/dist/components/common/i18n/pl.d.ts +154 -0
- package/dist/components/common/i18n/pt.d.ts +154 -0
- package/dist/components/common/i18n/pt_pt.d.ts +154 -0
- package/dist/components/common/i18n/ru.d.ts +154 -0
- package/dist/components/common/i18n/sv.d.ts +154 -0
- package/dist/components/common/i18n/ta.d.ts +154 -0
- package/dist/components/common/i18n/te.d.ts +154 -0
- package/dist/components/common/i18n/th.d.ts +154 -0
- package/dist/components/common/i18n/tl.d.ts +154 -0
- package/dist/components/common/i18n/tr.d.ts +154 -0
- package/dist/components/common/i18n/uk.d.ts +154 -0
- package/dist/components/common/i18n/ur.d.ts +154 -0
- package/dist/components/common/i18n/vi.d.ts +154 -0
- package/dist/components/common/i18n/zh_cn.d.ts +147 -0
- package/dist/components/common/i18n/zh_tw.d.ts +154 -0
- package/dist/components/common/services/localstorage.service.d.ts +2 -0
- package/dist/components/common/services/rootService.d.ts +29 -8
- package/dist/components/common/services/web-socket-service.d.ts +1 -0
- package/dist/components/common/templatemanager/tabs/automation/automation.d.ts +2 -2
- package/dist/components/common/templatemanager/tabs/search/search.d.ts +1 -1
- package/dist/components/common/templatemanager/tabs/suggestions/dialog/dialog.d.ts +1 -0
- package/dist/esm/agentai-web-sdk.min.js +1 -1
- package/dist/hooks/summaryDate.d.ts +1 -0
- package/dist/plugins/i18n.d.ts +6718 -93
- package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
- package/dist/umd/agentai-web-sdk-umd.min.js.map +1 -1
- package/dist/umd/hot/hot-update.js +798 -1185
- package/dist/umd/hot/hot-update.js.map +1 -1
- package/package.json +1 -1
|
@@ -47,6 +47,14 @@ export declare const ERROR_CODES: {
|
|
|
47
47
|
requiredFields: string[];
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
|
+
ERR_PREFS_API_FAILURE: {
|
|
51
|
+
message: string;
|
|
52
|
+
action: string;
|
|
53
|
+
code: string;
|
|
54
|
+
details: {
|
|
55
|
+
requiredFields: string[];
|
|
56
|
+
};
|
|
57
|
+
};
|
|
50
58
|
ERR_TOKEN_INVALID: {
|
|
51
59
|
message: string;
|
|
52
60
|
action: string;
|
|
@@ -45,8 +45,11 @@ export declare enum EVENTS {
|
|
|
45
45
|
'response_resolution_comments_ack' = "response_resolution_comments_ack",
|
|
46
46
|
'desktop_activity_request' = "desktop_activity_request",
|
|
47
47
|
'settings_response' = "aa_settings",
|
|
48
|
-
'
|
|
49
|
-
'
|
|
48
|
+
'on_ready' = "aa_ready",
|
|
49
|
+
'get_summaries' = "get_summaries",
|
|
50
|
+
'summaries_feedback_response' = "summaries_feedback_response",
|
|
51
|
+
'summaries_response' = "summaries_response",
|
|
52
|
+
'prefs_response' = "aa_prefs"
|
|
50
53
|
}
|
|
51
54
|
export declare enum SDK_EVENTS {
|
|
52
55
|
'BEFORE_VIEW_INIT' = "BEFORE_VIEW_INIT",
|
|
@@ -135,7 +138,11 @@ export declare enum SDK_EVENTS {
|
|
|
135
138
|
"TERMINATE_CLICK_EVENT" = "TERMINATE_CLICK_EVENT",
|
|
136
139
|
"INTERRUPT_CLICK_EVENT" = "INTERRUPT_CLICK_EVENT",
|
|
137
140
|
"LISTVIEW_CLICK_EVENT" = "LISTVIEW_CLICK_EVENT",
|
|
138
|
-
"RESTART_CLICK_EVENT" = "RESTART_CLICK_EVENT"
|
|
141
|
+
"RESTART_CLICK_EVENT" = "RESTART_CLICK_EVENT",
|
|
142
|
+
"SENTIMENT_EVENT" = "SENTIMENT_EVENT",
|
|
143
|
+
"SUMMARY_POPUP_TEMPLATE" = "SUMMARY_POPUP_TEMPLATE",
|
|
144
|
+
"SUMMARY_PREVIOUS_TEMPLATE" = "SUMMARY_PREVIOUS_TEMPLATE",
|
|
145
|
+
"SUMMARY_FEEDBACK_TEMPLATE" = "SUMMARY_FEEDBACK_TEMPLATE"
|
|
139
146
|
}
|
|
140
147
|
export declare enum DATA_EVENTS {
|
|
141
148
|
'AGENT_COACHING_RESPONSES' = "AGENT_COACHING_RESPONSES",
|
|
@@ -155,7 +162,8 @@ export declare enum DATA_EVENTS {
|
|
|
155
162
|
'AUTO_SCROLL_CHANGE' = "AUTO_SCROLL_CHANGE",
|
|
156
163
|
'ON_READY' = "ON_READY",
|
|
157
164
|
'SETTINGS_RESPONSE' = "SETTINGS_RESPONSE",
|
|
158
|
-
'REALTIME_SENTIMENT_RESPONSE' = "REALTIME_SENTIMENT_RESPONSE"
|
|
165
|
+
'REALTIME_SENTIMENT_RESPONSE' = "REALTIME_SENTIMENT_RESPONSE",
|
|
166
|
+
'PREFS_RESPONSE' = "PREFS_RESPONSE"
|
|
159
167
|
}
|
|
160
168
|
export declare enum INTERNAL_EVENTS {
|
|
161
169
|
'USER_TRANSCRIPT_MSG' = "USER_TRANSCRIPT_MSG",
|
|
@@ -175,7 +183,9 @@ export declare enum INTERNAL_EVENTS {
|
|
|
175
183
|
'DISABLE_WIDGET' = "DISABLE_WIDGET",
|
|
176
184
|
'PAUSE_TRANSCRIPT' = "PAUSE_TRANSCRIPT",
|
|
177
185
|
'RESUME_TRANSCRIPT' = "RESUME_TRANSCRIPT",
|
|
178
|
-
'FETCH_TRANSCRIPT' = "FETCH_TRANSCRIPT"
|
|
186
|
+
'FETCH_TRANSCRIPT' = "FETCH_TRANSCRIPT",
|
|
187
|
+
'GENERATE_INTERIM_SUMMARY' = "GENERATE_INTERIM_SUMMARY",
|
|
188
|
+
'IS_SUMMARY_MINIMIZED' = "IS_SUMMARY_MINIMIZED"
|
|
179
189
|
}
|
|
180
190
|
export declare enum EVENTS_TO_SDK {
|
|
181
191
|
UPDATE_ACTIVE_TAB = "updateActiveTab",
|
|
@@ -322,6 +322,28 @@ export declare const ClassMapConstanst: {
|
|
|
322
322
|
WRONG_SUGGESTION_BTN: string;
|
|
323
323
|
SENTIMENT_POPUP: string;
|
|
324
324
|
SENTIMENT_POPUP_WRAPPER: string;
|
|
325
|
+
ASSIST_SUMMARY_BTN: string;
|
|
326
|
+
SUMMARY_COUNT: string;
|
|
327
|
+
SUMMARY_CONTENT_COLLAPSE: string;
|
|
328
|
+
SUMMARY_PREVIOUS_BTN: string;
|
|
329
|
+
SUMMARY_MINIMIZE_BTN: string;
|
|
330
|
+
SUMMARY_REFRESH_BTN: string;
|
|
331
|
+
SUMMARY_COPY_BTN: string;
|
|
332
|
+
SUMMARY_SUBMIT_BTN: string;
|
|
333
|
+
SUMMARY_CLOSE_BTN: string;
|
|
334
|
+
SUMMARY_CONTENT_AREA: string;
|
|
335
|
+
SUMMARY_EDITED_TEXT: string;
|
|
336
|
+
SUMMARY_DATE_TIME: string;
|
|
337
|
+
SUMMARY_TEXT_INPUT_WRAPPER: string;
|
|
338
|
+
SUMMARY_CONVERSATION_SUMMARY: string;
|
|
339
|
+
SUMMARY_DELETE_BTN: string;
|
|
340
|
+
SUMMARY_ACCORDION_INTERIM: string;
|
|
341
|
+
PREV_SUMMARY_FEEDBACK_WRAPPER: string;
|
|
342
|
+
FORM_FEEDBACK: string;
|
|
343
|
+
SUMMARY_ACTION_MINIMIZED: string;
|
|
344
|
+
SETTINGS_LANGUAGE_SECTION: string;
|
|
345
|
+
SETTINGS_LANGUAGE_GROUP: string;
|
|
346
|
+
SETTINGS_LANGUAGE_SELECT: string;
|
|
325
347
|
};
|
|
326
348
|
export declare const IdMapConstant: {
|
|
327
349
|
PROACTIVE_BTN: string;
|
|
@@ -355,4 +377,5 @@ export declare const IdMapConstant: {
|
|
|
355
377
|
SENTIMENT_POPUP_CLOSE_BTN: string;
|
|
356
378
|
DARK_THEME_BTN: string;
|
|
357
379
|
LIGHT_THEME_BTN: string;
|
|
380
|
+
SUMMARY_WRAPPER: string;
|
|
358
381
|
};
|
|
@@ -31,16 +31,16 @@ export declare const FeebackConst: {
|
|
|
31
31
|
or: string[];
|
|
32
32
|
pa: string[];
|
|
33
33
|
nl: string[];
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
34
|
+
he: string[];
|
|
35
|
+
zh_tw: string[];
|
|
36
|
+
pt: string[];
|
|
37
|
+
id: string[];
|
|
38
|
+
ru: string[];
|
|
39
|
+
tr: string[];
|
|
40
|
+
vi: string[];
|
|
41
|
+
pl: string[];
|
|
42
|
+
fa: string[];
|
|
43
|
+
ur: string[];
|
|
44
44
|
};
|
|
45
45
|
searchassist: {
|
|
46
46
|
en: string[];
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
export declare const ar: {
|
|
2
|
+
TRIGGER_LISTEN: string;
|
|
3
|
+
ASSIST_EMPTY_MSG: string;
|
|
4
|
+
MYBOT_TRIGGET_LISTEN: string;
|
|
5
|
+
MYBOT_EMTPY_MSG: string;
|
|
6
|
+
PROACTIVE_MODE: string;
|
|
7
|
+
SETTINGS: string;
|
|
8
|
+
HELP_AND_SUPPORT: string;
|
|
9
|
+
HELP: string;
|
|
10
|
+
LANGUAGE: string;
|
|
11
|
+
THEME: string;
|
|
12
|
+
AUTOMATIC: string;
|
|
13
|
+
DARK: string;
|
|
14
|
+
LIGHT: string;
|
|
15
|
+
THEME_DESC: string;
|
|
16
|
+
DOCUMENTATION: string;
|
|
17
|
+
DOC_DESC: string;
|
|
18
|
+
FAQ_U: string;
|
|
19
|
+
FAQ_DESC: string;
|
|
20
|
+
KORE_ACADEMY: string;
|
|
21
|
+
KORE_ACA_DESC: string;
|
|
22
|
+
SEARCH: string;
|
|
23
|
+
MY_BOT: string;
|
|
24
|
+
ASSIST: string;
|
|
25
|
+
TRANSCRIPT: string;
|
|
26
|
+
HISTORY: string;
|
|
27
|
+
STARTOVER: string;
|
|
28
|
+
RESTART_INPUTS: string;
|
|
29
|
+
ASKCUSTOMER: string;
|
|
30
|
+
TELLCUSTOMER: string;
|
|
31
|
+
WELCOME_MSG: string;
|
|
32
|
+
SEND: string;
|
|
33
|
+
SENT: string;
|
|
34
|
+
AWAITING: string;
|
|
35
|
+
OVERRIDE: string;
|
|
36
|
+
ACCEPT_RESPONSE: string;
|
|
37
|
+
AGENT_ENTERED: string;
|
|
38
|
+
EXPECTED_FORMAT: string;
|
|
39
|
+
INPUT_VALUES: string;
|
|
40
|
+
RESTART: string;
|
|
41
|
+
START_OVER: string;
|
|
42
|
+
RESTART_CAPTURE: string;
|
|
43
|
+
CANCEL: string;
|
|
44
|
+
INTERRUPT_DIALOG: string;
|
|
45
|
+
RUN: string;
|
|
46
|
+
RUN_AGENT: string;
|
|
47
|
+
STEP: string;
|
|
48
|
+
DIALOG_TASK: string;
|
|
49
|
+
FAQ: string;
|
|
50
|
+
SNIPPET: string;
|
|
51
|
+
ARTICLE: string;
|
|
52
|
+
FILE: string;
|
|
53
|
+
SUGGESTED: string;
|
|
54
|
+
ALL_DIALOG: string;
|
|
55
|
+
TAP_SEARCH: string;
|
|
56
|
+
AUTO_SCROLL_TOOLTIP: string;
|
|
57
|
+
ASK_A_QUESTION: string;
|
|
58
|
+
DIALOG_TEXT: string;
|
|
59
|
+
INTENT_IDENTIFIED: string;
|
|
60
|
+
NOT_WHAT_LOOKING: string;
|
|
61
|
+
BOT: string;
|
|
62
|
+
CUSTOMER: string;
|
|
63
|
+
AUTOSCROLL_ASSIST: string;
|
|
64
|
+
YOU: string;
|
|
65
|
+
TERMINATE_CONV: string;
|
|
66
|
+
TERMINATE_CONV_DESC: string;
|
|
67
|
+
YES_TERMINATE: string;
|
|
68
|
+
NO_CANCEL: string;
|
|
69
|
+
OVERRIDE_CONTINUE: string;
|
|
70
|
+
SUMMARY_TEXT: string;
|
|
71
|
+
SUBMIT: string;
|
|
72
|
+
INTERRUPT_OCCURED: string;
|
|
73
|
+
IDENTIFIED_INTENT: string;
|
|
74
|
+
INTERRUPT_DESC: string;
|
|
75
|
+
ACCEPT_RUN: string;
|
|
76
|
+
RUN_LATER: string;
|
|
77
|
+
KNOW_MORE: string;
|
|
78
|
+
MORE_TEXT: string;
|
|
79
|
+
LESS_TEXT: string;
|
|
80
|
+
VIEW_MORE: string;
|
|
81
|
+
VIEW_LESS: string;
|
|
82
|
+
SHOW_MORE_FAQ: string;
|
|
83
|
+
SHOW_LESS_FAQ: string;
|
|
84
|
+
SHOW_MORE_ARTICLE: string;
|
|
85
|
+
SHOW_LESS_ARTICLE: string;
|
|
86
|
+
SHOW_MORE_SNIPPET: string;
|
|
87
|
+
SHOW_LESS_SNIPPET: string;
|
|
88
|
+
SHOW_MORE_FILES: string;
|
|
89
|
+
SHOW_LESS_FILES: string;
|
|
90
|
+
VIEW_ALL_DIALOG: string;
|
|
91
|
+
VIEW_FEW_DIALOG: string;
|
|
92
|
+
HELP_FULL: string;
|
|
93
|
+
THANKYOU: string;
|
|
94
|
+
EXPAND_MORE: string;
|
|
95
|
+
CLOSE_TEXT: string;
|
|
96
|
+
STARTED: string;
|
|
97
|
+
ENDED: string;
|
|
98
|
+
FILE_NAME: string;
|
|
99
|
+
VIEW_FULL_ARTICLE: string;
|
|
100
|
+
VIFILEEW_FULL_: string;
|
|
101
|
+
VIEW_FULL_FILE: string;
|
|
102
|
+
COPIED: string;
|
|
103
|
+
SENTI_ANALY: string;
|
|
104
|
+
WRONG_SUGGESTION: string;
|
|
105
|
+
INCORRECT_INTENT: string;
|
|
106
|
+
ACCIDENTAL_CLICK: string;
|
|
107
|
+
TAB_TEXT: string;
|
|
108
|
+
TIME_TAKING: string;
|
|
109
|
+
OTHER: string;
|
|
110
|
+
PLAYBOOK_EMPTY_MSG: string;
|
|
111
|
+
PLAYBOOK_EMPTY_DESC: string;
|
|
112
|
+
STAGE: string;
|
|
113
|
+
PROCEED_TO_CLOSE: string;
|
|
114
|
+
RECOMENDED_PLAYBOOK: string;
|
|
115
|
+
PRIMARY_SCRIPTS: string;
|
|
116
|
+
DYNAMIC_SCRIPTS: string;
|
|
117
|
+
RESUME: string;
|
|
118
|
+
ENABLE_CLOSE: string;
|
|
119
|
+
LIST_VIEW: string;
|
|
120
|
+
TERMINATE: string;
|
|
121
|
+
MINIMIZE: string;
|
|
122
|
+
MAXIMIZE: string;
|
|
123
|
+
NO_SEARCH_RESULT: string;
|
|
124
|
+
SENTIMENT_AWAITING: string;
|
|
125
|
+
POSITIVE: string;
|
|
126
|
+
NEGATIVE: string;
|
|
127
|
+
COPY: string;
|
|
128
|
+
TELL_US_MORE: string;
|
|
129
|
+
THANKS_FEEDBACK: string;
|
|
130
|
+
VIEW_FULL_ARTICLE_2: string;
|
|
131
|
+
VIEW_FULL_FILE_2: string;
|
|
132
|
+
SOMETHING_WRONG: string;
|
|
133
|
+
CLICK_ERROR_DETAILS: string;
|
|
134
|
+
NO_ACTIVE_PLAYBOOK: string;
|
|
135
|
+
REPHRASE_QUESTION: string;
|
|
136
|
+
INTERNAL_INFO: string;
|
|
137
|
+
SOURCES: string;
|
|
138
|
+
CONVERSATION_SUMMARY: string;
|
|
139
|
+
WAITING: string;
|
|
140
|
+
WIDGET_DISABLED: string;
|
|
141
|
+
AI_SETTINGS_DISABLED: string;
|
|
142
|
+
SERVER_CONNECTION_ERROR: string;
|
|
143
|
+
VIEW: string;
|
|
144
|
+
ATTACHMENT_INPUT: string;
|
|
145
|
+
TYPE_SUMMARY: string;
|
|
146
|
+
BY: string;
|
|
147
|
+
PLAYBOOK: string;
|
|
148
|
+
};
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
export declare const as: {
|
|
2
|
+
TRIGGER_LISTEN: string;
|
|
3
|
+
ASSIST_EMPTY_MSG: string;
|
|
4
|
+
MYBOT_TRIGGET_LISTEN: string;
|
|
5
|
+
MYBOT_EMTPY_MSG: string;
|
|
6
|
+
PROACTIVE_MODE: string;
|
|
7
|
+
SETTINGS: string;
|
|
8
|
+
HELP_AND_SUPPORT: string;
|
|
9
|
+
HELP: string;
|
|
10
|
+
LANGUAGE: string;
|
|
11
|
+
THEME: string;
|
|
12
|
+
AUTOMATIC: string;
|
|
13
|
+
DARK: string;
|
|
14
|
+
LIGHT: string;
|
|
15
|
+
THEME_DESC: string;
|
|
16
|
+
DOCUMENTATION: string;
|
|
17
|
+
DOC_DESC: string;
|
|
18
|
+
FAQ_U: string;
|
|
19
|
+
FAQ_DESC: string;
|
|
20
|
+
KORE_ACADEMY: string;
|
|
21
|
+
KORE_ACA_DESC: string;
|
|
22
|
+
SEARCH: string;
|
|
23
|
+
MY_BOT: string;
|
|
24
|
+
ASSIST: string;
|
|
25
|
+
TRANSCRIPT: string;
|
|
26
|
+
HISTORY: string;
|
|
27
|
+
STARTOVER: string;
|
|
28
|
+
RESTART_INPUTS: string;
|
|
29
|
+
ASKCUSTOMER: string;
|
|
30
|
+
TELLCUSTOMER: string;
|
|
31
|
+
WELCOME_MSG: string;
|
|
32
|
+
SEND: string;
|
|
33
|
+
SENT: string;
|
|
34
|
+
AWAITING: string;
|
|
35
|
+
OVERRIDE: string;
|
|
36
|
+
OVERRIDE_FILE: string;
|
|
37
|
+
ACCEPT_RESPONSE: string;
|
|
38
|
+
AGENT_ENTERED: string;
|
|
39
|
+
EXPECTED_FORMAT: string;
|
|
40
|
+
INPUT_VALUES: string;
|
|
41
|
+
RESTART: string;
|
|
42
|
+
PLAYBOOK: string;
|
|
43
|
+
START_OVER: string;
|
|
44
|
+
AUTO_SCROLL_TOOLTIP: string;
|
|
45
|
+
RESTART_CAPTURE: string;
|
|
46
|
+
CANCEL: string;
|
|
47
|
+
INTERRUPT_DIALOG: string;
|
|
48
|
+
RUN: string;
|
|
49
|
+
RUN_AGENT: string;
|
|
50
|
+
STEP: string;
|
|
51
|
+
DIALOG_TASK: string;
|
|
52
|
+
FAQ: string;
|
|
53
|
+
SNIPPET: string;
|
|
54
|
+
ARTICLE: string;
|
|
55
|
+
FILE: string;
|
|
56
|
+
SUGGESTED: string;
|
|
57
|
+
ALL_DIALOG: string;
|
|
58
|
+
DIALOG_TEXT: string;
|
|
59
|
+
INTENT_IDENTIFIED: string;
|
|
60
|
+
NOT_WHAT_LOOKING: string;
|
|
61
|
+
TAP_SEARCH: string;
|
|
62
|
+
BOT: string;
|
|
63
|
+
CUSTOMER: string;
|
|
64
|
+
YOU: string;
|
|
65
|
+
TERMINATE_CONV: string;
|
|
66
|
+
TERMINATE_CONV_DESC: string;
|
|
67
|
+
YES_TERMINATE: string;
|
|
68
|
+
NO_CANCEL: string;
|
|
69
|
+
OVERRIDE_CONTINUE: string;
|
|
70
|
+
SUMMARY_TEXT: string;
|
|
71
|
+
SUBMIT: string;
|
|
72
|
+
INTERRUPT_OCCURED: string;
|
|
73
|
+
IDENTIFIED_INTENT: string;
|
|
74
|
+
INTERRUPT_DESC: string;
|
|
75
|
+
ACCEPT_RUN: string;
|
|
76
|
+
RUN_LATER: string;
|
|
77
|
+
KNOW_MORE: string;
|
|
78
|
+
MORE_TEXT: string;
|
|
79
|
+
LESS_TEXT: string;
|
|
80
|
+
VIEW_MORE: string;
|
|
81
|
+
VIEW_LESS: string;
|
|
82
|
+
SHOW_MORE_FAQ: string;
|
|
83
|
+
SHOW_LESS_FAQ: string;
|
|
84
|
+
SHOW_MORE_ARTICLE: string;
|
|
85
|
+
SHOW_LESS_ARTICLE: string;
|
|
86
|
+
SHOW_MORE_SNIPPET: string;
|
|
87
|
+
SHOW_LESS_SNIPPET: string;
|
|
88
|
+
SHOW_MORE_FILES: string;
|
|
89
|
+
SHOW_LESS_FILES: string;
|
|
90
|
+
VIEW_ALL_DIALOG: string;
|
|
91
|
+
VIEW_FEW_DIALOG: string;
|
|
92
|
+
HELP_FULL: string;
|
|
93
|
+
THANKYOU: string;
|
|
94
|
+
EXPAND_MORE: string;
|
|
95
|
+
CLOSE_TEXT: string;
|
|
96
|
+
STARTED: string;
|
|
97
|
+
ENDED: string;
|
|
98
|
+
VIEW_FULL_ARTICLE: string;
|
|
99
|
+
VIEW_FULL_FILE: string;
|
|
100
|
+
COPIED: string;
|
|
101
|
+
SENTI_ANALY: string;
|
|
102
|
+
WRONG_SUGGESTION: string;
|
|
103
|
+
INCORRECT_INTENT: string;
|
|
104
|
+
ACCIDENTAL_CLICK: string;
|
|
105
|
+
TIME_TAKING: string;
|
|
106
|
+
OTHER: string;
|
|
107
|
+
PLAYBOOK_EMPTY_MSG: string;
|
|
108
|
+
PLAYBOOK_EMPTY_DESC: string;
|
|
109
|
+
STAGE: string;
|
|
110
|
+
PROCEED_TO_CLOSE: string;
|
|
111
|
+
RECOMENDED_PLAYBOOK: string;
|
|
112
|
+
PRIMARY_SCRIPTS: string;
|
|
113
|
+
DYNAMIC_SCRIPTS: string;
|
|
114
|
+
RESUME: string;
|
|
115
|
+
ENABLE_CLOSE: string;
|
|
116
|
+
LIST_VIEW: string;
|
|
117
|
+
TERMINATE: string;
|
|
118
|
+
MINIMIZE: string;
|
|
119
|
+
MAXIMIZE: string;
|
|
120
|
+
FILE_NAME: string;
|
|
121
|
+
NO_SEARCH_RESULT: string;
|
|
122
|
+
SENTIMENT_AWAITING: string;
|
|
123
|
+
POSITIVE: string;
|
|
124
|
+
NEGATIVE: string;
|
|
125
|
+
ASSOCIATED_WORK_NOTES: string;
|
|
126
|
+
AGENT_JOINED_CONV: string;
|
|
127
|
+
AUTOSCROLL_ASSIST: string;
|
|
128
|
+
FILE_SIZE_MSG: string;
|
|
129
|
+
OVERRIDE_BTN: string;
|
|
130
|
+
CHOOSE_FILE: string;
|
|
131
|
+
SUMMARY_ERROR_TEXT: string;
|
|
132
|
+
ASK_A_QUESTION: string;
|
|
133
|
+
COPY: string;
|
|
134
|
+
TAB_TEXT: string;
|
|
135
|
+
TELL_US_MORE: string;
|
|
136
|
+
THANKS_FEEDBACK: string;
|
|
137
|
+
SOMETHING_WRONG: string;
|
|
138
|
+
CLICK_ERROR_DETAILS: string;
|
|
139
|
+
NO_ACTIVE_PLAYBOOK: string;
|
|
140
|
+
REPHRASE_QUESTION: string;
|
|
141
|
+
INTERNAL_INFO: string;
|
|
142
|
+
SOURCES: string;
|
|
143
|
+
CONVERSATION_SUMMARY: string;
|
|
144
|
+
WAITING: string;
|
|
145
|
+
WIDGET_DISABLED: string;
|
|
146
|
+
AI_SETTINGS_DISABLED: string;
|
|
147
|
+
SERVER_CONNECTION_ERROR: string;
|
|
148
|
+
VIEW: string;
|
|
149
|
+
ATTACHMENT_INPUT: string;
|
|
150
|
+
TYPE_SUMMARY: string;
|
|
151
|
+
VIEW_FULL_ARTICLE_2: string;
|
|
152
|
+
VIEW_FULL_FILE_2: string;
|
|
153
|
+
BY: string;
|
|
154
|
+
};
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
export declare const az: {
|
|
2
|
+
TRIGGER_LISTEN: string;
|
|
3
|
+
ASSIST_EMPTY_MSG: string;
|
|
4
|
+
MYBOT_TRIGGET_LISTEN: string;
|
|
5
|
+
MYBOT_EMTPY_MSG: string;
|
|
6
|
+
PROACTIVE_MODE: string;
|
|
7
|
+
SETTINGS: string;
|
|
8
|
+
HELP_AND_SUPPORT: string;
|
|
9
|
+
HELP: string;
|
|
10
|
+
LANGUAGE: string;
|
|
11
|
+
THEME: string;
|
|
12
|
+
AUTOMATIC: string;
|
|
13
|
+
DARK: string;
|
|
14
|
+
AUTO_SCROLL_TOOLTIP: string;
|
|
15
|
+
LIGHT: string;
|
|
16
|
+
TAP_SEARCH: string;
|
|
17
|
+
THEME_DESC: string;
|
|
18
|
+
DOCUMENTATION: string;
|
|
19
|
+
DOC_DESC: string;
|
|
20
|
+
FAQ_U: string;
|
|
21
|
+
FAQ_DESC: string;
|
|
22
|
+
KORE_ACADEMY: string;
|
|
23
|
+
KORE_ACA_DESC: string;
|
|
24
|
+
SEARCH: string;
|
|
25
|
+
MY_BOT: string;
|
|
26
|
+
ASSIST: string;
|
|
27
|
+
TRANSCRIPT: string;
|
|
28
|
+
HISTORY: string;
|
|
29
|
+
STARTOVER: string;
|
|
30
|
+
RESTART_INPUTS: string;
|
|
31
|
+
ASKCUSTOMER: string;
|
|
32
|
+
TELLCUSTOMER: string;
|
|
33
|
+
WELCOME_MSG: string;
|
|
34
|
+
SEND: string;
|
|
35
|
+
SENT: string;
|
|
36
|
+
AWAITING: string;
|
|
37
|
+
OVERRIDE: string;
|
|
38
|
+
OVERRIDE_FILE: string;
|
|
39
|
+
ACCEPT_RESPONSE: string;
|
|
40
|
+
AGENT_ENTERED: string;
|
|
41
|
+
EXPECTED_FORMAT: string;
|
|
42
|
+
INPUT_VALUES: string;
|
|
43
|
+
RESTART: string;
|
|
44
|
+
START_OVER: string;
|
|
45
|
+
RESTART_CAPTURE: string;
|
|
46
|
+
CANCEL: string;
|
|
47
|
+
INTERRUPT_DIALOG: string;
|
|
48
|
+
RUN: string;
|
|
49
|
+
RUN_AGENT: string;
|
|
50
|
+
STEP: string;
|
|
51
|
+
DIALOG_TASK: string;
|
|
52
|
+
FAQ: string;
|
|
53
|
+
SNIPPET: string;
|
|
54
|
+
ARTICLE: string;
|
|
55
|
+
FILE: string;
|
|
56
|
+
SUGGESTED: string;
|
|
57
|
+
ALL_DIALOG: string;
|
|
58
|
+
DIALOG_TEXT: string;
|
|
59
|
+
INTENT_IDENTIFIED: string;
|
|
60
|
+
NOT_WHAT_LOOKING: string;
|
|
61
|
+
BOT: string;
|
|
62
|
+
CUSTOMER: string;
|
|
63
|
+
YOU: string;
|
|
64
|
+
TERMINATE_CONV: string;
|
|
65
|
+
TERMINATE_CONV_DESC: string;
|
|
66
|
+
YES_TERMINATE: string;
|
|
67
|
+
NO_CANCEL: string;
|
|
68
|
+
OVERRIDE_CONTINUE: string;
|
|
69
|
+
SUMMARY_TEXT: string;
|
|
70
|
+
SUBMIT: string;
|
|
71
|
+
INTERRUPT_OCCURED: string;
|
|
72
|
+
IDENTIFIED_INTENT: string;
|
|
73
|
+
INTERRUPT_DESC: string;
|
|
74
|
+
ACCEPT_RUN: string;
|
|
75
|
+
RUN_LATER: string;
|
|
76
|
+
KNOW_MORE: string;
|
|
77
|
+
MORE_TEXT: string;
|
|
78
|
+
LESS_TEXT: string;
|
|
79
|
+
VIEW_MORE: string;
|
|
80
|
+
VIEW_LESS: string;
|
|
81
|
+
SHOW_MORE_FAQ: string;
|
|
82
|
+
SHOW_LESS_FAQ: string;
|
|
83
|
+
SHOW_MORE_ARTICLE: string;
|
|
84
|
+
SHOW_LESS_ARTICLE: string;
|
|
85
|
+
SHOW_MORE_SNIPPET: string;
|
|
86
|
+
SHOW_LESS_SNIPPET: string;
|
|
87
|
+
SHOW_MORE_FILES: string;
|
|
88
|
+
SHOW_LESS_FILES: string;
|
|
89
|
+
VIEW_ALL_DIALOG: string;
|
|
90
|
+
VIEW_FEW_DIALOG: string;
|
|
91
|
+
HELP_FULL: string;
|
|
92
|
+
THANKYOU: string;
|
|
93
|
+
EXPAND_MORE: string;
|
|
94
|
+
CLOSE_TEXT: string;
|
|
95
|
+
STARTED: string;
|
|
96
|
+
ENDED: string;
|
|
97
|
+
VIEW_FULL_ARTICLE: string;
|
|
98
|
+
VIEW_FULL_FILE: string;
|
|
99
|
+
COPIED: string;
|
|
100
|
+
SENTI_ANALY: string;
|
|
101
|
+
WRONG_SUGGESTION: string;
|
|
102
|
+
INCORRECT_INTENT: string;
|
|
103
|
+
ACCIDENTAL_CLICK: string;
|
|
104
|
+
PLAYBOOK: string;
|
|
105
|
+
TIME_TAKING: string;
|
|
106
|
+
OTHER: string;
|
|
107
|
+
PLAYBOOK_EMPTY_MSG: string;
|
|
108
|
+
PLAYBOOK_EMPTY_DESC: string;
|
|
109
|
+
STAGE: string;
|
|
110
|
+
PROCEED_TO_CLOSE: string;
|
|
111
|
+
RECOMENDED_PLAYBOOK: string;
|
|
112
|
+
PRIMARY_SCRIPTS: string;
|
|
113
|
+
DYNAMIC_SCRIPTS: string;
|
|
114
|
+
RESUME: string;
|
|
115
|
+
ENABLE_CLOSE: string;
|
|
116
|
+
LIST_VIEW: string;
|
|
117
|
+
TERMINATE: string;
|
|
118
|
+
MINIMIZE: string;
|
|
119
|
+
MAXIMIZE: string;
|
|
120
|
+
NO_SEARCH_RESULT: string;
|
|
121
|
+
SENTIMENT_AWAITING: string;
|
|
122
|
+
POSITIVE: string;
|
|
123
|
+
FILE_NAME: string;
|
|
124
|
+
NEGATIVE: string;
|
|
125
|
+
VIEW_FULL_ARTICLE_2: string;
|
|
126
|
+
VIEW_FULL_FILE_2: string;
|
|
127
|
+
TAB_TEXT: string;
|
|
128
|
+
ASSOCIATED_WORK_NOTES: string;
|
|
129
|
+
AGENT_JOINED_CONV: string;
|
|
130
|
+
AUTOSCROLL_ASSIST: string;
|
|
131
|
+
FILE_SIZE_MSG: string;
|
|
132
|
+
OVERRIDE_BTN: string;
|
|
133
|
+
CHOOSE_FILE: string;
|
|
134
|
+
SUMMARY_ERROR_TEXT: string;
|
|
135
|
+
ASK_A_QUESTION: string;
|
|
136
|
+
COPY: string;
|
|
137
|
+
TELL_US_MORE: string;
|
|
138
|
+
THANKS_FEEDBACK: string;
|
|
139
|
+
SOMETHING_WRONG: string;
|
|
140
|
+
CLICK_ERROR_DETAILS: string;
|
|
141
|
+
NO_ACTIVE_PLAYBOOK: string;
|
|
142
|
+
REPHRASE_QUESTION: string;
|
|
143
|
+
INTERNAL_INFO: string;
|
|
144
|
+
SOURCES: string;
|
|
145
|
+
CONVERSATION_SUMMARY: string;
|
|
146
|
+
WAITING: string;
|
|
147
|
+
WIDGET_DISABLED: string;
|
|
148
|
+
AI_SETTINGS_DISABLED: string;
|
|
149
|
+
SERVER_CONNECTION_ERROR: string;
|
|
150
|
+
VIEW: string;
|
|
151
|
+
ATTACHMENT_INPUT: string;
|
|
152
|
+
TYPE_SUMMARY: string;
|
|
153
|
+
BY: string;
|
|
154
|
+
};
|