UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

93 lines 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.restChannelDisplayNames = exports.restChannelTypes = void 0; exports.restChannelTypes = [ "alexa", "audioCodes", "avaya", "bandwidth", "dialogflow", "line", "microsoftTeams", "rest", "twilio-sms", "twilio", "userlike", "nonConversational", "amazonLex", "genesysBotConnector", "niceCXOne", "niceCXOneAAH", "zoomContactCenter", ]; exports.restChannelDisplayNames = [ { channel: "alexa", displayName: "Alexa" }, { channel: "rest", displayName: "Rest" }, { channel: "dialogflow", displayName: "Dialogflow" }, { channel: "twilio", displayName: "Twilio" }, { channel: "twilio-sms", displayName: "Twilio SMS" }, { channel: "microsoftTeams", displayName: "Microsoft Teams" }, { channel: "userlike", displayName: "Userlike" }, { channel: "audioCodes", displayName: "Voice Gateway" }, { channel: "line", displayName: "LINE" }, { channel: "avaya", displayName: "Avaya" }, { channel: "nonConversational", displayName: "Non Conversational" }, { channel: "amazonLex", displayName: "Amazon Lex" }, { channel: "bandwidth", displayName: "Bandwidth" }, { channel: "genesysBotConnector", displayName: "Genesys Bot Connector" }, { channel: "niceCXOne", displayName: "NICE CXone" }, { channel: "niceCXOneAAH", displayName: "NICE CXone AAH" }, { channel: "zoomContactCenter", displayName: "Zoom Contact Center" } ]; //# sourceMappingURL=TRestChannelType.js.map