UNPKG

wa-chat-server

Version:

Watson Assistant powered chat server

12 lines (11 loc) 307 B
export declare enum SessionType { ProcessMemory = "ProcessMemory" } export interface ISessionConfig { storageName?: SessionType | string; singleUseStorage?: boolean; lifeTimeMS?: number; allowForeignSessionIds?: boolean; prioritizeRequestContext?: boolean; [key: string]: any; }