Unblu Floating JS API
    Preparing search index...

    Interface NewConversationInterceptorResult

    The result of calling a NewConversationInterceptor.

    interface NewConversationInterceptorResult {
        recipient?: ConversationRecipient;
        visitorData?: string;
    }
    Index

    Properties

    The team or agent recipient of the conversation. This overwrites any named area that may be set on the web page.

    visitorData?: string

    Custom visitor data that will be stored on the conversation and can be accessed through the Web API later on. This data won't be displayed anywhere and is for API usage only.