UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

11 lines (10 loc) 247 B
export interface IAssistantV2AdapterConfig { serviceUrl?: string; version?: string; environmentId?: string; assistantId: string; withContext?: boolean; sessionId?: string; softRestart?: boolean; timeout?: number; }