분반 기능
분반 시작
await knowledgetalk.createGroup(['kpoint123', 'knowledge123'], '분반명');createGroup(
list?: string[];
title?: string;
): Promise<{
groupId: string;
code: ResponseCode;
}>Parameter
Description
Example
Parameter
Description
Example
분반 종료
Parameter
Description
Example
Parameter
Description
Example
Last updated