UNPKG

@botonic/plugin-flow-builder

Version:

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

32 lines (31 loc) 915 B
export declare enum HtNodeWithContentType { TEXT = "text", IMAGE = "image", CAROUSEL = "carousel", HANDOFF = "handoff", KEYWORD = "keyword", SMART_INTENT = "smart-intent", FUNCTION = "function", FALLBACK = "fallback", VIDEO = "video", WHATSAPP_BUTTON_LIST = "whatsapp_button_list", WHATSAPP_CTA_URL_BUTTON = "whatsapp_cta_url_button", WHATSAPP_TEMPLATE = "whatsapp-template", KNOWLEDGE_BASE = "knowledge-base", BOT_ACTION = "bot-action", AI_AGENT = "ai-agent", AI_AGENT_ROUTER = "ai-agent-router", RATING = "rating", WEBVIEW = "webview", GO_TO_FLOW = "go-to-flow", CAPTURE_USER_INPUT = "capture-user-input", CUSTOM_CONDITION = "custom-condition" } export declare enum HtNodeWithoutContentType { URL = "url", PAYLOAD = "payload" } export declare enum HtButtonStyle { BUTTON = "button", QUICK_REPLY = "quick-reply" }