Logout: {
    logoutReason?: "User requested logout" | "Inactivity Logout" | "User requested agent device change";
}

Parameters required for initiating an agent logout

Type declaration

  • Optional logoutReason?: "User requested logout" | "Inactivity Logout" | "User requested agent device change"

    Reason for the logout action

Remarks

Defines the parameters that can be provided when logging out an agent, including the reason for logout which helps with reporting and auditing.