UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

6 lines (5 loc) 224 B
import AssistantV1 from 'ibm-watson/assistant/v1'; import { ISession } from './ISession'; export interface IPreprocessingService { processRequest(request: AssistantV1.MessageRequest, session: ISession): Promise<void>; }