Type alias ConsultPayload

ConsultPayload: {
    destinationType: DestinationType;
    holdParticipants?: boolean;
    to: string | undefined;
}

Parameters for initiating a consultation with another agent or queue

Type declaration

  • destinationType: DestinationType

    Type of the consultation destination (agent, queue, etc.)

  • Optional holdParticipants?: boolean

    Whether to hold other participants during consultation (always true)

  • to: string | undefined

    Destination identifier for the consultation