Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Monitor Transcription-Related Limit Errors
When your org hits the transcription limit during a call, the kvsTranscriber Lambda function creates a contact attribute named sf_realtime_transcription_status__c and sets its value to the limit error message. When the call ends, the CTRDataSync Lambda function passes this value to Salesforce, updating the custom field on the affected VoiceCall record for the call where the transcription exceeded the limit. If the custom field on the VoiceCall record is populated, it means that the org exceeded the limit during that call. You can look at VoiceCall records or create a custom report to aggregate the data.
- In Salesforce, create a custom field called sf_realtime_transcription_status__c on the VoiceCall object.
- Add the custom field to the VoiceCall record page layout.
- Create a custom report that pulls records where the sf_realtime_transcription_status__c field value is populated to see which calls were impacted by the transcription limit.