UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

35 lines 1.8 kB
export var HtNodeWithContentType; (function (HtNodeWithContentType) { HtNodeWithContentType["TEXT"] = "text"; HtNodeWithContentType["IMAGE"] = "image"; HtNodeWithContentType["CAROUSEL"] = "carousel"; HtNodeWithContentType["HANDOFF"] = "handoff"; 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["WHATSAPP_TEMPLATE"] = "whatsapp-template"; HtNodeWithContentType["KNOWLEDGE_BASE"] = "knowledge-base"; HtNodeWithContentType["BOT_ACTION"] = "bot-action"; HtNodeWithContentType["AI_AGENT"] = "ai-agent"; HtNodeWithContentType["AI_AGENT_ROUTER"] = "ai-agent-router"; HtNodeWithContentType["RATING"] = "rating"; HtNodeWithContentType["WEBVIEW"] = "webview"; HtNodeWithContentType["GO_TO_FLOW"] = "go-to-flow"; HtNodeWithContentType["CAPTURE_USER_INPUT"] = "capture-user-input"; HtNodeWithContentType["CUSTOM_CONDITION"] = "custom-condition"; })(HtNodeWithContentType || (HtNodeWithContentType = {})); export var HtNodeWithoutContentType; (function (HtNodeWithoutContentType) { HtNodeWithoutContentType["URL"] = "url"; HtNodeWithoutContentType["PAYLOAD"] = "payload"; })(HtNodeWithoutContentType || (HtNodeWithoutContentType = {})); export var HtButtonStyle; (function (HtButtonStyle) { HtButtonStyle["BUTTON"] = "button"; HtButtonStyle["QUICK_REPLY"] = "quick-reply"; })(HtButtonStyle || (HtButtonStyle = {})); //# sourceMappingURL=node-types.js.map