Skip to content

ConversationStore

closeConversation(conversationId): Promise<void>;
Parameter Type

conversationId

string

Promise<void>


listSessions(conversationId): Promise<Session[]>;
Parameter Type

conversationId

string

Promise<Session[]>


resolveConversationId(opts): Promise<string>;
Parameter Type

opts

{ channelId: ChannelId; userId: string; windowMs?: number; }

opts.channelId

ChannelId

opts.userId

string

opts.windowMs?

number

Promise<string>