Newer Version Available

This content describes an older version of this product. View Latest

VoiceMailTranscribeFunction Lambda Function

This Lambda function transcribes voicemail recordings.

Configuration: Configure this function if you want to set up voicemail.

This function applies to the Service Cloud Voice with Partner Telephoney from Amazon Connect telephony setup.

Description: This function transcribes voicemail recordings. This function isn't directly invoked from a contact flow. It's triggered when a voicemail recording file is added to the voicemail_recordings folder in the contact center’s Amazon S3 bucket.

This Lambda function performs the following steps:

  1. Gets the voicemail recording files from the contact center’s Amazon S3 bucket.
  2. Transcribes the recordings.
  3. Puts the files into the voicemail_transcriptions folder in the contact center’s Amazon S3 bucket.

For an example, see Set Up Voicemail.