UNPKG

recime-bot-runtime

Version:

This runtime is intended to run inside a micro-service container with platform specific integration and module interpreter.

8 lines (7 loc) 215 B
import { Provider } from './provider'; import { Bot } from './../../bot-model'; export declare class Luis implements Provider { private bot; constructor(bot: Bot); process(payload: any): Promise<any>; }