Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias GhostConversationDisconnectedListener

    GhostConversationDisconnectedListener: (conversationId: string) => void

    Listener called whenever a conversation that the agent is connected to as a ghost is disconnected.

    Type Declaration

      • (conversationId: string): void
      • Parameters

        • conversationId: string

          The ID of the disconnected conversation

        Returns void