Unblu Agent Embedded JS API
    Preparing search index...

    Interface ConversationRecipientData

    The recipient of the conversation

    interface ConversationRecipientData {
        id: string;
        name: string;
        type: ConversationHistoryRecipientType;
    }
    Index

    Properties

    Properties

    id: string

    The recipient's unique ID

    name: string

    The recipient's display name

    The type of recipient