liveperson-functions-cli
Version:
LivePerson Functions CLI
35 lines • 2.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConversationContentTypes = void 0;
/**
* Possible content types for conversations.
* For more information check: https://developers.liveperson.com/messaging-interactions-api-methods-get-conversation-by-conversation-id.html
*/
var ConversationContentTypes;
(function (ConversationContentTypes) {
ConversationContentTypes["INFO"] = "info";
ConversationContentTypes["SDES"] = "sdes";
ConversationContentTypes["UNAUTH_SDES"] = "unAuthSdes";
ConversationContentTypes["CAMPAIGN"] = "campaign";
ConversationContentTypes["MESSAGE_RECORDS"] = "messageRecords";
ConversationContentTypes["AGENT_PARTICIPANTS"] = "agentParticipants";
ConversationContentTypes["AGENT_PARTICIPANTS_ACTIVE"] = "agentParticipantsActive";
ConversationContentTypes["CONSUMER_PARTICIPANTS"] = "consumerParticipants";
ConversationContentTypes["TRANSFERS"] = "transfers";
ConversationContentTypes["INTERACTIONS"] = "interactions";
ConversationContentTypes["MESSAGE_SCORES"] = "messageScores";
ConversationContentTypes["MESSAGE_STATUSES"] = "messageStatuses";
ConversationContentTypes["SKILL_CHANGES"] = "skillChanges";
ConversationContentTypes["CONVERSATION_SURVEYS"] = "conversationSurveys";
ConversationContentTypes["AGENT_PARTICIPANTS_LEAVE"] = "agentParticipantsLeave";
ConversationContentTypes["COBROWSE_SESSIONS"] = "coBrowseSessions";
ConversationContentTypes["SUMMARY"] = "summary";
ConversationContentTypes["MONITORING"] = "monitoring";
ConversationContentTypes["DIALOGS"] = "dialogs";
ConversationContentTypes["RESPONSE_TIME"] = "responseTime";
ConversationContentTypes["INTENTS"] = "intents";
ConversationContentTypes["UNIQUE_INTENTS"] = "uniqueIntents";
ConversationContentTypes["LATEST_AGENT_SURVEY"] = "latestAgentSurvey";
ConversationContentTypes["PREVIOUSLY_SUBMITTED_AGENT_SURVEYS"] = "previouslySubmittedAgentSurveys";
})(ConversationContentTypes = exports.ConversationContentTypes || (exports.ConversationContentTypes = {}));
//# sourceMappingURL=ConversationContentTypes.js.map