UNPKG

voxa

Version:

A fsm (state machine) framework for Alexa, Dialogflow, Facebook Messenger and Botframework apps using Node.js

4 lines (3 loc) 192 B
import { IVoxaEvent } from "../VoxaEvent"; import { IVoxaReply } from "../VoxaReply"; export declare function errorHandler(voxaEvent: IVoxaEvent, error: Error, reply: IVoxaReply): IVoxaReply;