UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

13 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionCard = void 0; class ActionCard { constructor(message) { this.label = message.label; this.type = message.type; this.url = message.url; this.method = message.method; } } exports.ActionCard = ActionCard; //# sourceMappingURL=ActionCard.js.map