UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

27 lines (26 loc) 714 B
export declare enum HtNodeWithContentType { CAROUSEL = "carousel", HANDOFF = "handoff", IMAGE = "image", TEXT = "text", 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", KNOWLEDGE_BASE = "knowledge-base", BOT_ACTION = "bot-action", AI_AGENT = "ai-agent", RATING = "rating" } export declare enum HtNodeWithoutContentType { URL = "url", PAYLOAD = "payload", GO_TO_FLOW = "go-to-flow" } export declare enum HtButtonStyle { BUTTON = "button", QUICK_REPLY = "quick-reply" }