Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias OpenConversationInterceptor

    OpenConversationInterceptor: (
        conversationId: string,
    ) => Promise<OpenConversationInterceptorResult>

    An interceptor called whenever a conversation from the inbox should be opened.

    Type Declaration