@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
33 lines • 1.75 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HtButtonStyle = exports.HtNodeWithoutContentType = exports.HtNodeWithContentType = void 0;
var HtNodeWithContentType;
(function (HtNodeWithContentType) {
HtNodeWithContentType["CAROUSEL"] = "carousel";
HtNodeWithContentType["HANDOFF"] = "handoff";
HtNodeWithContentType["IMAGE"] = "image";
HtNodeWithContentType["TEXT"] = "text";
HtNodeWithContentType["KEYWORD"] = "keyword";
HtNodeWithContentType["SMART_INTENT"] = "smart-intent";
HtNodeWithContentType["FUNCTION"] = "function";
HtNodeWithContentType["FALLBACK"] = "fallback";
HtNodeWithContentType["VIDEO"] = "video";
HtNodeWithContentType["WHATSAPP_BUTTON_LIST"] = "whatsapp-button-list";
HtNodeWithContentType["WHATSAPP_CTA_URL_BUTTON"] = "whatsapp-cta-url-button";
HtNodeWithContentType["KNOWLEDGE_BASE"] = "knowledge-base";
HtNodeWithContentType["BOT_ACTION"] = "bot-action";
HtNodeWithContentType["AI_AGENT"] = "ai-agent";
HtNodeWithContentType["RATING"] = "rating";
})(HtNodeWithContentType = exports.HtNodeWithContentType || (exports.HtNodeWithContentType = {}));
var HtNodeWithoutContentType;
(function (HtNodeWithoutContentType) {
HtNodeWithoutContentType["URL"] = "url";
HtNodeWithoutContentType["PAYLOAD"] = "payload";
HtNodeWithoutContentType["GO_TO_FLOW"] = "go-to-flow";
})(HtNodeWithoutContentType = exports.HtNodeWithoutContentType || (exports.HtNodeWithoutContentType = {}));
var HtButtonStyle;
(function (HtButtonStyle) {
HtButtonStyle["BUTTON"] = "button";
HtButtonStyle["QUICK_REPLY"] = "quick-reply";
})(HtButtonStyle = exports.HtButtonStyle || (exports.HtButtonStyle = {}));
//# sourceMappingURL=node-types.js.map