Genesys CX TTS Integration Settings

Prev Next

Step 1: Add Integration

On the Integrations page, click on the Add Integration button.
Image


Step 2: Install Genesys TTS Connector

Search for Genesys TTS Connector and click on the Install button.
Image


Step 3: Configuration — Properties

Open the Configuration tab and navigate to Properties.

Enter the following parameters:

Parameter Value
Synthesize Text URI (required) https://integration.eu.knovvu.com/genesysttsconnector/genesysttsconnector/tts
List Voices URI https://integration.eu.knovvu.com/genesysttsconnector/genesysttsconnector/voices
Synthesize Text Request Method post
Synthesize Text Attribute text
Synthesize Voice Attribute voice
Synthesize Language Attribute language
Synthesize OutputFormat Attribute format
Synthesize Sample Rate Attribute samplerate
Voices Attribute voices
Voice Name Attribute name
Voice Language Attribute language
Voice Gender Attribute gender
Voice Type Attribute type

Image


Step 4: Configuration — Advanced

Navigate to the Advanced tab and enter the following JSON:

{
  "voiceMapping": {
    "languageMapping": {
      "ar-sa": "ar-SA",
      "tr-tr": "tr-TR",
      "en-us": "en-US"
    },
    "genderMapping": {
      "female": "Female",
      "male": "Male"
    }
  }
}

Image


Step 5: Configuration — Credentials

On the **
** tab, click on the Change button.
Image
In the Configure Credentials pop-up:

  1. Select Basic Auth as Credential Type.
  2. Enter the credentials shared by SalesOps.
    1. It is accessible from portal.sestek.com
  3. Click Confirm.
    Image

Verification

Once the TTS connector app is successfully installed, it should be visible in the list of Engines available for TTS while constructing a flow in the Architect.

The supported languages available in SESTEK TTS will be listed under the Voices dropdown.
Image
Image