UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

13 lines 574 B
import { Block } from "../../types/Block"; import { Params } from "../../types/Params"; import { Flow } from "../../types/Flow"; /** * Handles processing of options in current block. * * @param flow conversation flow for the bot * @param block current block being processed * @param path path associated with the current block * @param params contains parameters that can be used/passed into attributes */ export declare const processOptions: (flow: Flow, block: Block, path: keyof Flow, params: Params) => Promise<void>; //# sourceMappingURL=OptionProcessor.d.ts.map