Skip to content

ChatRequest

type ChatRequest = object;
message: string;

optional sessionId?: string;

optional userId?: string;