UNPKG

@botonic/plugin-flow-builder

Version:

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

5 lines (4 loc) 346 B
import { BotonicContext } from '@botonic/core'; import { FlowBuilderApi } from '../api'; import { SmartIntentsInferenceConfig } from '../types'; export declare function getNextPayloadByUserInput(cmsApi: FlowBuilderApi, locale: string, botonicContext: BotonicContext, smartIntentsConfig: SmartIntentsInferenceConfig): Promise<string | undefined>;