UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

10 lines (9 loc) 403 B
import AssistantV1 from 'ibm-watson/assistant/v1'; import { IncomingHttpHeaders } from 'http'; export declare class MessageResponseMock implements AssistantV1.Response<AssistantV1.MessageResponse> { result: AssistantV1.MessageResponse; status: number; statusText: string; headers: IncomingHttpHeaders; static okResponseWithResult(result: Record<string, any>): MessageResponseMock; }