Unblu Agent Embedded JS API
    Preparing search index...

    Interface InviteAgentOptions

    Options for inviting an agent

    interface InviteAgentOptions {
        agentPersonId: string;
        comment?: string;
        joinHidden?: boolean;
    }
    Index

    Properties

    agentPersonId: string

    The person ID of the agent who should be invited

    comment?: string

    An optional message which is sent to the invited agent

    joinHidden?: boolean

    If 'true', the invited agent is added to the conversation as a hidden participant