UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

13 lines 387 B
/** * Configuration constants for CXone nodes */ /** * Sentinel contact ID used to skip API calls (test/development mode) */ export const SENTINEL_CONTACT_ID = "100000000000"; /** * Delay in milliseconds before returning control after handover. * Prevents unwanted messages during handover process. */ export const HANDOVER_DELAY_MS = 5000; //# sourceMappingURL=cxOneConfig.js.map