feat: Add lifecycle event tracking to live chat schema#2056
Open
naveenpatil1 wants to merge 1 commit intoadobe:masterfrom
Open
feat: Add lifecycle event tracking to live chat schema#2056naveenpatil1 wants to merge 1 commit intoadobe:masterfrom
naveenpatil1 wants to merge 1 commit intoadobe:masterfrom
Conversation
anandphatak
reviewed
Oct 29, 2025
...nts/fieldgroups/experience-event/events/engaged-with-representative-in-concierge.schema.json
Show resolved
Hide resolved
171207c to
93479da
Compare
- Added sessionID field to link multiple events per session - Enhanced status field with enum values (INITIATED, ACCEPTED, COMPLETED, MISSED) - Added timestamp fields: initiatedAt, acceptedAt, completedAt - Added notifiedAgents array for agent attribution - Added completedBy enum to track who ended the session - Added transcriptURL for external transcript storage Enables agent performance analytics as per BRANDCON-1420 Fixes adobe#2055
93479da to
644534b
Compare
|
@anandphatak We reviewed this internally and there was some misunderstanding. The schema for this event was initially pushed but no data was ever generated. I hope the change in status from string to enum should not be an issue as the data generated will always conform the the new format. Request you to review once. |
anandphatak
approved these changes
Feb 4, 2026
Collaborator
anandphatak
left a comment
There was a problem hiding this comment.
Based on the comment in the PR that there is no existing data ingested against this field group, I am approving this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables agent performance analytics as per BRANDCON-1420
Fixes #2055
Please link to the issue # #2055