-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #280 from PacoVu/main
Minor update
- Loading branch information
Showing
5 changed files
with
100 additions
and
15 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"uuid": "4130446572007716222", | ||
"event": "/ai/ringsense/v1/public/accounts/80964XXXX/domains/pbx/insights", | ||
"timestamp": "2024-09-04T21:16:16.390Z", | ||
"subscriptionId": "90e18302-3155-42ca-ba01-b05e8f863f24", | ||
"ownerId": "6228832XXXX", | ||
"body": { | ||
"title": "Call from John Smith to Tracy Debolah", | ||
"domain": "pbx", | ||
"sourceSessionId": "s-a0e7b361acc0az191bec7e275z7cae070000", | ||
"sourceRecordId": "2728084995017", | ||
"callDirection": "Outbound", | ||
"ownerExtensionId": "6228832XXXX", | ||
"recordingDurationMs": 125963, | ||
"recordingStartTime": "2024-09-04T20:44:16.390Z", | ||
"creationTime": "2024-09-04T21:15:43.597Z", | ||
"lastModifiedTime": "2024-09-04T21:15:43.591Z", | ||
"speakerInfo": [ | ||
{ | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1", | ||
"name": "John Smith", | ||
"accountId": "809646XXX", | ||
"extensionId": "6228832XXXX" | ||
}, | ||
{ | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-2", | ||
"name": "Tracy Debolah", | ||
"accountId": null, | ||
"extensionId": null | ||
} | ||
], | ||
"insights": { | ||
"Transcript": [ | ||
{ | ||
"end": 14.52, | ||
"text": "Okay, I record this meeting so we will have the RingSense meeting insights.", | ||
"start": 2.2, | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
}, | ||
... | ||
{ | ||
"end": 40.44, | ||
"text": "And I have some action items for myself.", | ||
"start": 36.6, | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
}, | ||
{ | ||
"end": 46.12, | ||
"text": "As I have to complete the test.", | ||
"start": 42.52, | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
}, | ||
... | ||
{ | ||
"end": 125.88, | ||
"text": "Goodbye.", | ||
"start": 125.4, | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
} | ||
], | ||
"Summary": [ | ||
{ | ||
"start": 0, | ||
"end": 1, | ||
"value": "The call is about discussing the tasks and timeline for completing a project." | ||
} | ||
], | ||
"NextSteps": [ | ||
{ | ||
"start": 42.52, | ||
"end": 53.32, | ||
"value": "Complete the test with own code for the API.", | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
}, | ||
{ | ||
"start": 56.04, | ||
"end": 64.92, | ||
"value": "Write a developer guide for the API.", | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-2" | ||
}, | ||
... | ||
{ | ||
"start": 82.92, | ||
"end": 99.56, | ||
"value": "Publish the developer guide after review and editing.", | ||
"speakerId": "p-a0e7b361acc0az191bec7e275z7cae070000-1" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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