UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

16 lines 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Message_1 = require("../base/Message"); const MessageTypes_1 = require("../types/MessageTypes"); class InfoData extends Message_1.default { constructor(infoDataProps) { super('', MessageTypes_1.default.INFO_DATA); this.breadcrumb = infoDataProps.breadcrumb; this.title = infoDataProps.title; this.image = infoDataProps.image; this.textInfo = infoDataProps.textInfo; this.style = infoDataProps.style; } } exports.default = InfoData; //# sourceMappingURL=InfoData.js.map