@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
30 lines • 1.48 kB
JavaScript
export 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 || (HtNodeWithContentType = {}));
export var HtNodeWithoutContentType;
(function (HtNodeWithoutContentType) {
HtNodeWithoutContentType["URL"] = "url";
HtNodeWithoutContentType["PAYLOAD"] = "payload";
HtNodeWithoutContentType["GO_TO_FLOW"] = "go-to-flow";
})(HtNodeWithoutContentType || (HtNodeWithoutContentType = {}));
export var HtButtonStyle;
(function (HtButtonStyle) {
HtButtonStyle["BUTTON"] = "button";
HtButtonStyle["QUICK_REPLY"] = "quick-reply";
})(HtButtonStyle || (HtButtonStyle = {}));
//# sourceMappingURL=node-types.js.map