metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface BotInfo

    Bot information

    interface BotInfo {
        name: string;
        roomId: string;
        sessionId?: string;
        version: string;
    }
    Index
    name: string
    roomId: string
    sessionId?: string
    version: string