public static class AgentStatus.ChatInfo extends Object
Constructor and Description |
---|
AgentStatus.ChatInfo(String sessionID,
String userID,
Date date,
String email,
String username,
String question) |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date when this agent joined the chat.
|
String |
getEmail()
Returns the email address associated with the user.
|
String |
getQuestion()
Returns the question the user asked.
|
String |
getSessionID()
Returns the sessionID associated to this chat.
|
String |
getUserID()
Returns the user unique identification of the user that made the initial request and
for which this chat was generated.
|
String |
getUsername()
Returns the username(nickname) associated with the user.
|
String |
toXML() |
public String getSessionID()
public String getUserID()
public Date getDate()
public String getEmail()
public String getUsername()
public String getQuestion()