Interface GenesysMessengerConfig

The configuration needed to connect to Genesys for a Web Messenger deployment.

interface GenesysMessengerConfig {
    deploymentID: string;
    environment: string;
    scriptURL: string;
}

Properties

deploymentID: string

The deployment ID for the deployment.

environment: string

The environment to connect to.

scriptURL: string

The script URL for the SDK to use.

MMNEPVFCICPMFPCPTTAAATR