public static class Transcripts.TranscriptSummary extends Object
Constructor and Description |
---|
Transcripts.TranscriptSummary(String sessionID,
Date joinTime,
Date leftTime,
List<Transcripts.AgentDetail> agentDetails) |
Modifier and Type | Method and Description |
---|---|
List<Transcripts.AgentDetail> |
getAgentDetails()
Returns a list of AgentDetails.
|
Date |
getJoinTime()
Returns the Date when the conversation started.
|
Date |
getLeftTime()
Returns the Date when the conversation finished.
|
String |
getSessionID()
Returns the ID of the session that is related to this conversation transcript.
|
String |
toXML() |
public Transcripts.TranscriptSummary(String sessionID, Date joinTime, Date leftTime, List<Transcripts.AgentDetail> agentDetails)
public String getSessionID()
public Date getJoinTime()
public Date getLeftTime()
public List<Transcripts.AgentDetail> getAgentDetails()