Unblu Agent Embedded JS API
    Preparing search index...

    Interface EmbeddedAppOpenConversationChangedEvent

    Event emitted every time the open conversation changes

    interface EmbeddedAppOpenConversationChangedEvent {
        detail: string;
    }

    Hierarchy

    • CustomEvent<string | null>
      • EmbeddedAppOpenConversationChangedEvent
    Index

    Properties

    Properties

    detail: string

    The ID of the new open conversation, or null if no conversation is open