prodap-chatbot-domain
Version:
Classes utilizadas na resposta de todas as Intents do Assistente Virtual
25 lines • 926 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModalCard = void 0;
class ModalCard {
constructor(message) {
this.label = message.label;
this.path = message.path;
this.searchPlaceHolder = message.searchPlaceHolder;
this.type = message.type;
this.dataModal = message.dataModal;
this.desc = message.desc;
this.value = message.value;
this.customModalTitle = message.customModalTitle;
this.warningModalMessage = message.warningModalMessage;
this.subType = message.subType;
this.openIcon = message.openIcon;
this.statusIcon = message.statusIcon;
this.order = message.order;
this.url = message.url;
this.suggestionSection = message.suggestionSection;
this.isLoading = message.isLoading;
}
}
exports.ModalCard = ModalCard;
//# sourceMappingURL=ModalCard.js.map