@nexartis/nexartis-nanda-node-sdk - v1.2.2
    Preparing search index...

    Interface SwitchboardResyncResponse

    interface SwitchboardResyncResponse {
        errors?: { agent_id?: string; message: string }[];
        ok: boolean;
        resynced: number;
    }
    Index

    Properties

    Properties

    errors?: { agent_id?: string; message: string }[]
    ok: boolean
    resynced: number