Is it possible to retrieve voicemail transcription using python sdk?
I am getting the following response from the message when calling the message-store API
/restapi/v1.0/account/~/extension/{extension_id}/message-store'
Then using the uri in the message, which I am hoping is the ascii transcription but unsure how to get it from the api response.
What would be the correct way to retrieve the transcription from a voicemail using python SDK?