-
Notifications
You must be signed in to change notification settings - Fork 464
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
PISTON-837: Added transcription to metadata & updated docs #5863
Conversation
Build error doesn't seem related to my changes. |
Also added a |
Try a rebase against master to see if that addresses build errors. Shouldn't this PR also update |
I will look into those comments. Thanks James. |
04c4c13
to
1d4f16f
Compare
Transcription data will now be returned with the existing endpoints.
76e0772
to
fb4303c
Compare
Rebased & added |
* PISTON-837: Added transcription to metadata & updated docs Transcription data will now be returned with the existing endpoints. * PISTON-837: Added transcribed boolean to list views * PISTON-837: Updated message schema * PISTON-837: Updated OAS3 Schema * PISTON-837: Fix text copy from old version
* PISTON-837: Added transcription to metadata & updated docs Transcription data will now be returned with the existing endpoints. * PISTON-837: Added transcribed boolean to list views * PISTON-837: Updated message schema * PISTON-837: Updated OAS3 Schema * PISTON-837: Fix text copy from old version
Transcriptions are being saved outside of the metadata key which is what is returned when information about a voicemail is pulled from crossbar. I had originally considered changing the way transcriptions are saved to move them into metadata but decided on the approach of adding it to the return data upon request so that this will work with pre-existing transcriptions. I’ve updated the crossbar api doc also because now this data will be returned when applicable.