Unblu Floating JS API
    Preparing search index...

    Interface ConversationParticipant

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

    Properties

    name: string

    Name of the participant

    Participation type of the participant

    personId: string

    Person ID of the participant