UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

29 lines (26 loc) 655 B
export 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 enum HtNodeWithoutContentType { URL = 'url', PAYLOAD = 'payload', GO_TO_FLOW = 'go-to-flow', } export enum HtButtonStyle { BUTTON = 'button', QUICK_REPLY = 'quick-reply', }