prodap-chatbot-domain
Version:
Classes utilizadas na resposta de todas as Intents do Assistente Virtual
10 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var TextTypes;
(function (TextTypes) {
TextTypes["BASIC"] = "BASIC";
TextTypes["GENERIC"] = "GENERIC";
TextTypes["TITLE"] = "TITLE";
})(TextTypes || (TextTypes = {}));
exports.default = TextTypes;
//# sourceMappingURL=TextTypes.js.map