UNPKG

@botonic/core

Version:

Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.

3 lines (2 loc) 146 B
import { RunPluginArgs } from '../server'; export declare function runPlugins({ botonicContext, mode, response, }: RunPluginArgs): Promise<void>;