UNPKG

@botonic/plugin-flow-builder

Version:

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

7 lines (6 loc) 511 B
import { BotonicContext, BotonicContextInput } from '@botonic/core'; export declare function inputHasTextOrTranscript(input: BotonicContextInput): boolean; export declare function getTextOrTranscript(input: BotonicContextInput): string | undefined; export declare function isKeywordsAllowed(botonicContext: BotonicContext): boolean; export declare function isSmartIntentsAllowed(botonicContext: BotonicContext): boolean; export declare function isKnowledgeBasesAllowed(botonicContext: BotonicContext): boolean;