Unblu Floating JS API
    Preparing search index...

    Interface NewConversationRecipient

    The recipient of a conversation

    interface NewConversationRecipient {
        id: string;
        recipientType: NewConversationRecipientType;
    }
    Index

    Properties

    Properties

    id: string

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

    The recipient type