liveperson-functions-client
Version:
JavaScript client for LivePerson Functions.
21 lines • 1.18 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EVENT = void 0;
exports.EVENT = Object.freeze({
ChatPostSurveyEmailTranscript: 'denver_post_survey_email_transcript',
ConversationalCommand: 'conversational_command',
MessagingNewConversation: 'controllerbot_messaging_new_conversation',
MessagingTTR: 'controllerbot_messaging_ttr',
MessagingParticipantChange: 'controllerbot_messaging_participants_change',
MessagingConversationIdle: 'controllerbot_messaging_conversation_idle',
MessagingConversationRouting: 'controllerbot_messaging_conversation_routing',
MessagingLineInOffHours: 'controllerbot_messaging_mid_conversation_msg',
MessagingConversationEnd: 'controllerbot_messaging_conversation_end',
MessagingSurveyStarted: 'surveybot_messaging_survey_started',
MessagingSurveyEnded: 'surveybot_messaging_survey_ended',
ThirdPartyBotsPostHook: 'bot_connectors_post_hook',
ThirdPartyBotsErrorHook: 'bot_connectors_error_hook',
ThirdPartyBotsCustomIntegration: 'bot_connectors_custom_integration',
ThirdPartyBotsPreHook: 'bot_connectors_pre_hook',
});
//# sourceMappingURL=apiSpec.js.map