Unblu Floating JS API
    Preparing search index...

    Interface NewConversationInterceptorResult

    The result of calling a NewConversationInterceptor.

    interface NewConversationInterceptorResult {
        languageTag?: string;
        recipient?: NewConversationRecipient;
        sourceId?: string;
        topic?: string;
        visitorData?: string;
    }
    Index

    Properties

    languageTag?: string

    The language of the conversation. This takes browser local language by default.

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

    sourceId?: string

    The sourceId of an external system

    topic?: string

    The topic of the conversation

    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.