@meetelise/chat 1.24.0 → 1.24.2
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/.github/pull_request_template.md +2 -2
- package/package.json +1 -1
- package/public/dist/index.js +164 -142
- package/src/WebComponent/chat-additional-actions.ts +133 -0
- package/src/WebComponent/me-chat.ts +29 -176
- package/src/getShouldShowWebchat.ts +114 -0
- package/src/types/webchat-no-show-reason.ts +6 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## Basic Popup Checks
|
|
6
6
|
|
|
7
|
-
- [ ] On click 'Chat with us',
|
|
7
|
+
- [ ] On click 'Chat with us', chat popup opens
|
|
8
8
|
- [ ] On click 'Email an Agent', email form pops up
|
|
9
9
|
- [ ] On click 'Call or text us', call and/or text us popup opens
|
|
10
10
|
- [ ] On click 'Book a tour', booking tour popup with calendar view opens
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
- [ ] Chat widget should be responsive to questions asked
|
|
25
25
|
- [ ] Chat widget should accept a text input
|
|
26
|
-
- [ ] AI should provide
|
|
26
|
+
- [ ] AI should provide appropriate responses based on the user's message
|
|
27
27
|
- [ ] Typing indicator should appear while lead is waiting back for response
|
|
28
28
|
|
|
29
29
|
## Booking a Tour
|