UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

12 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ActionTypes; (function (ActionTypes) { ActionTypes["HTTP"] = "HTTP"; ActionTypes["DIALOG"] = "DIALOG"; ActionTypes["MENU"] = "MENU"; ActionTypes["MODAL"] = "MODAL"; ActionTypes["FORM"] = "FORM"; })(ActionTypes || (ActionTypes = {})); exports.default = ActionTypes; //# sourceMappingURL=ActionTypes.js.map