ADAPI
All Classes Namespaces Functions Enumerations Enumerator Properties Events
Properties | List of all members
ADAPI.UserState Class Reference

Describes user's state. More...

Properties

PresenceState presenceState [get]
 User's presence state. More...
 
AgentState agentState [get]
 User (agent)'s ACD state. More...
 
string reason [get]
 The reason for ACD Not Ready state, if any. More...
 
int timeout [get]
 The timeout before current ACD state automatically changes. More...
 
int duration [get]
 The duraton in current state. More...
 
AgentState nextAgentState [get]
 The next ACD state the user will switch to by the server after current interaction is completed. More...
 
string nextReason [get]
 The reason for teh next ACD Not Ready state, if any. More...
 

Detailed Description

Describes user's state.

Property Documentation

◆ agentState

AgentState ADAPI.UserState.agentState
get

User (agent)'s ACD state.

◆ duration

int ADAPI.UserState.duration
get

The duraton in current state.

◆ nextAgentState

AgentState ADAPI.UserState.nextAgentState
get

The next ACD state the user will switch to by the server after current interaction is completed.

◆ nextReason

string ADAPI.UserState.nextReason
get

The reason for teh next ACD Not Ready state, if any.

◆ presenceState

PresenceState ADAPI.UserState.presenceState
get

User's presence state.

◆ reason

string ADAPI.UserState.reason
get

The reason for ACD Not Ready state, if any.

◆ timeout

int ADAPI.UserState.timeout
get

The timeout before current ACD state automatically changes.


The documentation for this class was generated from the following file: