UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

73 lines 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.webhookChannelDisplayNames = exports.webhookChannelTypes = void 0; exports.webhookChannelTypes = [ "facebook", "workplace", "slack", "generic", "webhook", "microsoftBotFramework", "sunshineConversations", "ringCentralEngage", "intercom", "whatsapp", "eightByEight", "agentAssistVoice", "zoomContactCenter", ]; exports.webhookChannelDisplayNames = [ { channel: "facebook", displayName: "Facebook Messenger" }, { channel: "workplace", displayName: "Workplace by Facebook" }, { channel: "slack", displayName: "Slack" }, { channel: "generic", displayName: "Webhook" }, { channel: "webhook", displayName: "Webhook" }, { channel: "agentAssistVoice", displayName: "Voice Copilot" }, { channel: "microsoftBotFramework", displayName: "Azure Bot Service" }, { channel: "sunshineConversations", displayName: "Sunshine Conversations" }, { channel: "ringCentralEngage", displayName: "RingCentral Engage" }, { channel: "intercom", displayName: "Intercom" }, { channel: "whatsapp", displayName: "WhatsApp" }, { channel: "eightByEight", displayName: "8x8" }, { channel: "zoomContactCenter", displayName: "Zoom Contact Center" } ]; //# sourceMappingURL=TWebhookChannelType.js.map