UNPKG

@botonic/plugin-flow-builder

Version:

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

4 lines (3 loc) 232 B
import { SmartIntentClient } from '../../services/smart-intent-client'; export declare function createMockSmartIntentClient(intentName: string): SmartIntentClient; export declare function mockSmartIntent(intentName?: string): void;