Unblu Agent Embedded JS API
    Preparing search index...

    Interface ForwardToAgentOptions

    Options for a forwarding to an agent. Forwarding a conversation returns it to the queue.

    interface ForwardToAgentOptions {
        agentPersonId: string;
        comment?: string;
    }
    Index

    Properties

    agentPersonId: string

    The person ID of the agent to whom the conversation should be forwarded

    comment?: string

    An optional comment displayed to the forwarded agent