Python
See our releases on GitHub for more detailed changelogs
v20
What's Changed
- Updated Models for Messaging Callbacks
Callbackis now a oneOfInboundCallbackorStatusCallbackInboundCallbackshould be used for all inbound callbacksStatusCallbackshould be used for all status updates of created messages
v19
What's Changed
- TFV Status Enum values updated
PARTIALLY_VERIFIEDandINVALID_STATUShave been removed
v18
What's Changed
- Messaging Callbacks consolidated into one model
InboundMessageCallback,MessageSendingCallback,MessageDeliveredCallback, andMessageFailedCallbackare nowMessageCallback
v17
What's Changed
- Real-time Transcriptions added. Method names for recordings and call transcriptions have changed.
- Call transcription properties
detectedLanguageandtrackare now proper enums. They were previously strings. - Call transcription property
texthas been updated totranscriptto properly reflect the API response.
v16
What's Changed
- The
bodyproperty of theupload_mediamethod in theMediaApimust be of typebytesorstring,bytearrayis no longer accepted.
v15
What's Changed
- Generated an entirely new SDK using the open-source OpenAPI Generator Library
- Rewrote the BXML library