Class describes single user.
More...
|
| ResultCode | sendScreenPop (KVList data, string stepId=null) |
| | Sends a screenpop to that user.
|
|
override string | ToString () |
| | Returns string representation of the object.
|
|
|
string | id [get] |
| | Unique user ID.
|
|
string | teamId [get] |
| | ID of the team the user belongs to.
|
|
Team | team [get] |
| | Reference to the Team object the user belongs to.
|
|
string | loginId [get] |
| | User login ID (username).
|
|
string | firstName [get] |
| | User's first name.
|
|
string | lastName [get] |
| | User's last name.
|
|
string | fullName [get] |
| | User's full name. Composed from first and last name accordign to configured display name format.
|
|
string | number [get] |
| | Phone number the user is currently logged in with.
|
|
bool | isLogged [get] |
| | Specifies if user is curretnly logged in.
|
|
bool | isAgent [get] |
| | Specifies if user can perform agent activities (get interactions from the queue).
|
|
UserState | state [get] |
| | Specifies current state of the user.
|
Class describes single user.
◆ sendScreenPop()
| ResultCode ADAPI.User.sendScreenPop |
( |
KVList | data, |
|
|
string | stepId = null ) |
Sends a screenpop to that user.
- Parameters
-
| data | Screenpop data. Actual content is defined by client application. |
| stepId | ID of teh interaction step teh screenpop is associated with. |
- Returns
The documentation for this class was generated from the following file:
- /Users/avl/projects/GitHub/BrightPattern/5.36.0/Client/AgentDesktopApi/ADAPI/AuxClasses.cs