@2uinc/frontend-component-xpert-chatbot 1.13.3 → 1.13.5
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/README.md +5 -3
- package/dist/lib/index.min.js +6 -4
- package/package.json +1 -1
package/README.md
CHANGED
@@ -17,13 +17,15 @@
|
|
17
17
|
xpertKey: 'test-chatbot',
|
18
18
|
};
|
19
19
|
</script>
|
20
|
-
<
|
21
|
-
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
22
|
-
</head>
|
20
|
+
<link rel="stylesheet" href="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.css" />
|
23
21
|
<script defer src="https://chatbot-frontend.prod.ai.2u.com/@latest/index.min.js"></script>
|
24
22
|
</body>
|
25
23
|
```
|
26
24
|
|
25
|
+
```
|
26
|
+
$ npm install @2uinc/frontend-component-xpert-chatbot
|
27
|
+
```
|
28
|
+
|
27
29
|
<img src="docs/assets/edx.png" alt="edx Marketplace launch button" width="250">
|
28
30
|
<img src="docs/assets/edx-screen.png" alt="edx Marketplace screen" width="250">
|
29
31
|
|
package/dist/lib/index.min.js
CHANGED
@@ -306,7 +306,8 @@ const is = {
|
|
306
306
|
chatApi: {
|
307
307
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
308
308
|
payloadParams: {
|
309
|
-
use_case: "Canvas_Student"
|
309
|
+
use_case: "Canvas_Student",
|
310
|
+
tags: ["live_agent"]
|
310
311
|
}
|
311
312
|
},
|
312
313
|
primaryColor: "#193d77",
|
@@ -360,7 +361,7 @@ const is = {
|
|
360
361
|
},
|
361
362
|
container: null
|
362
363
|
},
|
363
|
-
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about
|
364
|
+
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
|
364
365
|
prompts: null,
|
365
366
|
userMessageBubble: {
|
366
367
|
style: {
|
@@ -385,7 +386,8 @@ const is = {
|
|
385
386
|
chatApi: {
|
386
387
|
endpoint: "https://xpert-platform-services-api.prod.ai.2u.com/xpert/omnichannel",
|
387
388
|
payloadParams: {
|
388
|
-
use_case: "Moodle_Student"
|
389
|
+
use_case: "Moodle_Student",
|
390
|
+
tags: ["live_agent"]
|
389
391
|
}
|
390
392
|
},
|
391
393
|
primaryColor: "#193d77",
|
@@ -439,7 +441,7 @@ const is = {
|
|
439
441
|
},
|
440
442
|
container: null
|
441
443
|
},
|
442
|
-
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about
|
444
|
+
systemMessage: "Hi there! 👋 I'm Xpert, what can I help you with? I'm available to answer questions about technical issues, navigating the Digital Campus, or using Digital Campus features.",
|
443
445
|
prompts: null,
|
444
446
|
userMessageBubble: {
|
445
447
|
style: {
|