Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias InboxConversationRemovedListener

    InboxConversationRemovedListener: (conversationId: string) => void

    Listener called whenever a conversation is removed from the inbox.

    Type Declaration

      • (conversationId: string): void
      • Parameters

        • conversationId: string

          The ID of the removed conversation

        Returns void