Skip to main content
About the Resource Center

Use the SDK to create voice transcript in Genesys Cloud for Salesforce

Note: This article applies to Genesys Cloud for Salesforce.

You can use the SDK in the managed package to collect the voice transcript data from Genesys Cloud for a specified conversation in the Genesys Cloud for Salesforce client. The SDK uses the Salesforce Apex programming language. When multiple agents handle a call, for example, in call transfers, the transcript data contains the conversation of all the participants and it is not limited to the specific agent.

Before using the SDK to collect the voice transcript, ensure that you have the correct remote site settings for your region. For more information about remote site settings, see Remote site settings for Genesys Cloud for Salesforce.

Note: This advanced customization article is intended for developers who are familiar with Salesforce.

Access the SDK through the Call class under the purecloud.SDK.Call namespace. 

Call class

Contains methods that allow you to collect the voice transcript data for a conversation in the Genesys Cloud for Salesforce client.

Namespace

purecloud.SDK.Call

Usage

Use the methods to collect the voice transcription data for a specified conversation. Ensure that you provide enough time before you call this method as the time taken to generate the transcript data of a call can vary depending on the connection type and the duration of the conversation.

Call methods

The following methods are available for the Call class.

For more information, see SDK in Genesys Cloud for Salesforce.