@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
30 lines (27 loc) • 678 B
text/typescript
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',
WEBVIEW = 'webview',
GO_TO_FLOW = 'go-to-flow',
}
export enum HtNodeWithoutContentType {
URL = 'url',
PAYLOAD = 'payload',
}
export enum HtButtonStyle {
BUTTON = 'button',
QUICK_REPLY = 'quick-reply',
}