Package com.intercom.api.types
Class ConversationStatistics
java.lang.Object
com.intercom.api.types.ConversationStatistics
-
Method Details
-
getType
- Returns:
-
getTimeToAssignment
- Returns:
- Duration until last assignment before first admin reply. In seconds.
-
getTimeToAdminReply
- Returns:
- Duration until first admin reply. Subtracts out of business hours. In seconds.
-
getTimeToFirstClose
- Returns:
- Duration until conversation was closed first time. Subtracts out of business hours. In seconds.
-
getTimeToLastClose
- Returns:
- Duration until conversation was closed last time. Subtracts out of business hours. In seconds.
-
getMedianTimeToReply
- Returns:
- Median based on all admin replies after a contact reply. Subtracts out of business hours. In seconds.
-
getFirstContactReplyAt
- Returns:
- Time of first text conversation part from a contact.
-
getFirstAssignmentAt
- Returns:
- Time of first assignment after first_contact_reply_at.
-
getFirstAdminReplyAt
- Returns:
- Time of first admin reply after first_contact_reply_at.
-
getFirstCloseAt
- Returns:
- Time of first close after first_contact_reply_at.
-
getLastAssignmentAt
- Returns:
- Time of last assignment after first_contact_reply_at.
-
getLastAssignmentAdminReplyAt
- Returns:
- Time of first admin reply since most recent assignment.
-
getLastContactReplyAt
- Returns:
- Time of the last conversation part from a contact.
-
getLastAdminReplyAt
- Returns:
- Time of the last conversation part from an admin.
-
getLastCloseAt
- Returns:
- Time of the last conversation close.
-
getLastClosedById
- Returns:
- The last admin who closed the conversation. Returns a reference to an Admin object.
-
getCountReopens
- Returns:
- Number of reopens after first_contact_reply_at.
-
getCountAssignments
- Returns:
- Number of assignments after first_contact_reply_at.
-
getCountConversationParts
- Returns:
- Total number of conversation parts.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-