Unblu Embedded App Component API
    Preparing search index...

    Interface ConversationRecipient

    The recipient of a conversation

    interface ConversationRecipient {
        id: string;
        type: 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

    The type of the recipient