Unblu Floating JS API
    Preparing search index...

    Interface ConversationRecipient

    The recipient of a conversation

    interface ConversationRecipient {
        id: string;
        name: string;
        recipientType: ConversationRecipientType;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the recipient. Depending on the type, this either refers to an agent person ID or to a team ID

    name: string

    The name of the recipient

    The recipient type