Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle submitting multiple messages (cooccurrences) at once #379

Merged
merged 20 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2602d52
feat(webhook): stub for askingCooccurrence
MrOrz Dec 26, 2023
cbd938c
fix(handlers): better timeout arrangements due to asking cooccurrence…
MrOrz Dec 26, 2023
1fa47bc
refactor(handler): use createTextMessage in processBatch
MrOrz Dec 26, 2023
11f50e1
feat(webhook): connect askingCooccurrences to handlePostback
MrOrz Dec 26, 2023
cf404b3
feat(webhook): implement "no" on askingCooccurrences
MrOrz Dec 26, 2023
1b6fa3b
feat(handlers): adding search and set occurrence utility
MrOrz Jan 1, 2024
747eec7
feat(webhook): logic for submitting multiple new messages (WIP)
MrOrz Jan 2, 2024
cfbdae5
fix(webhook): generate AI reply for all types of messages
MrOrz Jan 2, 2024
116d595
fix(webhook): update processMedia for consent input change
MrOrz Jan 2, 2024
3d878a8
feat(webhook): display search result from multiple searches
MrOrz Jan 2, 2024
12f69e0
fix(handlers): use first msg in context instead of first msgToSubmit …
MrOrz Jan 2, 2024
dac4bcc
feat(webhook): call CreateOrUpdateCooccurrence to create cooccurrences
MrOrz Jan 2, 2024
4b0e6b5
chore(i18n): update translations
MrOrz Jan 3, 2024
beed309
fix(webhook): update snapshot on new askingArticleSubmissionConsent i…
MrOrz Jan 3, 2024
f1c53f4
fix(webhook): mock AI reply for media articles as well
MrOrz Jan 3, 2024
ce5bd49
test(webhook): adjust translations
MrOrz Jan 3, 2024
8962573
refactor(webhook): simplify choosingArticle not found case
MrOrz Jan 3, 2024
8ebf17a
feat: revamp wording after submitting multiple messages
MrOrz Jan 4, 2024
dc16df0
refactor(webhook): adjust variable declaration order
MrOrz Jan 4, 2024
65faa82
fix(webhook): fix message count in msg
MrOrz Jan 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ We use dimension `Message Source` (Custom Dimemsion1) to classify different even
- `UserInput` / `ArticleSearch` / `ArticleFoundButNoHit`
- When user provides source
- `UserInput` / `IsForwarded` / `Yes` | `No`
- When user specifies if the message comes from same person at same time (cooccurrence)
- `UserInput` / `IsCooccurrence` / `Yes` | `No`
- Matches one of Dialogflow intents
- `UserInput` / `ChatWithBot` / `<intent name>`

Expand Down
Loading
Loading