Unblu Agent Embedded JS API
    Preparing search index...

    Interface ConversationParticipant

    interface ConversationParticipant {
        name: string;
        participationType: ConversationParticipationType;
        personId: string;
        sourceId: string;
        sourceUrl: string;
    }
    Index

    Properties

    name: string

    Name of the participant

    Participation type of the participant

    personId: string

    Person ID of the participant

    sourceId: string

    The source ID of the user. It either matches the user ID in the DB or the propagated ID for virtual users. Only available on the agent side, and only if configured that agents can see person details.

    sourceUrl: string

    URL identifying where the person was created. Only present for virtual persons in conversations that were created outside Unblu.