@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface ReconfigureConfig

    interface ReconfigureConfig {
        conversationId?: string;
        headers?: Record<string, string>;
        userId?: string;
        userName?: string;
        verifyToken?: string;
    }
    Index

    Properties

    conversationId?: string
    headers?: Record<string, string>
    userId?: string
    userName?: string
    verifyToken?: string