ContactLensProcessorFunction Lambda Function

This Lambda function processes real-time transcripts and intelligence signals generated from Contact Lens for Amazon Connect and sends them to Salesforce. This Lambda function is invoked by the ContactLensConsumerFunction Lambda function with the generated real-time transcripts and events.

Configuration: This function is available to Service Cloud Voice customers who are using an Amazon Connect instance that’s provided by Salesforce. This function is available in Service Cloud Voice contact center 11.1 and later versions.

Usage: This function performs these actions:

  1. Reads the transcripts sent from the ContactLensConsumerFunction Lambda function in real time and sends the transcripts to Salesforce.
  2. Processes the transcripts using the Create Transcripts in Bulk (/telephony/v1/voiceCalls/messages) REST API.
  3. Processes the conversation intelligence signals sent from the ContactLensConsumerFunction Lambda function in real time and sends the signals to Salesforce.

This function supports inbound calls, transfer calls, outbound calls, and callback calls.