Type alias ConsultEndPayload

ConsultEndPayload: {
    isConsult: boolean;
    isSecondaryEpDnAgent?: boolean;
    queueId?: string;
    taskId: string;
}

Parameters for ending a consultation task

Type declaration

  • isConsult: boolean

    Indicates if this is a consultation operation

  • Optional isSecondaryEpDnAgent?: boolean

    Indicates if this involves a secondary entry point or DN agent

  • Optional queueId?: string

    Optional queue identifier for the consultation

  • taskId: string

    Identifier of the task being consulted