Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias GhostConversationsChangedListener

    GhostConversationsChangedListener: (conversationId: string) => void

    Listener called whenever the list of connected conversations that the agent is connected to as a ghost changes.

    Type Declaration

      • (conversationId: string): void
      • Parameters

        • conversationId: string

        Returns void