UNPKG

@botonic/core

Version:

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

6 lines (5 loc) 191 B
import { BotonicContext } from '../server'; export declare function updateWebchatClientSettingsAction(botonicContext: BotonicContext): Promise<{ status: number; response: string; }>;