Class Conversation
java.lang.Object
com.intercom.api.resources.conversations.types.Conversation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic final classstatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
- Returns:
- Always conversation.
-
getId
- Returns:
- The id representing the conversation.
-
getTitle
- Returns:
- The title given to the conversation.
-
getCreatedAt
public int getCreatedAt()- Returns:
- The time the conversation was created.
-
getUpdatedAt
public int getUpdatedAt()- Returns:
- The last time the conversation was updated.
-
getWaitingSince
- Returns:
- The last time a Contact responded to an Admin. In other words, the time a customer started waiting for a response. Set to null if last reply is from an Admin.
-
getSnoozedUntil
- Returns:
- If set this is the time in the future when this conversation will be marked as open. i.e. it will be in a snoozed state until this time. i.e. it will be in a snoozed state until this time.
-
getOpen
public boolean getOpen()- Returns:
- Indicates whether a conversation is open (true) or closed (false).
-
getState
- Returns:
- Can be set to "open", "closed" or "snoozed".
-
getRead
public boolean getRead()- Returns:
- Indicates whether a conversation has been read.
-
getPriority
- Returns:
- If marked as priority, it will return priority or else not_priority.
-
getAdminAssigneeId
- Returns:
- The id of the admin assigned to the conversation. If it's not assigned to an admin it will return null.
-
getTeamAssigneeId
- Returns:
- The id of the team assigned to the conversation. If it's not assigned to a team it will return null.
-
getTags
-
getConversationRating
-
getSource
-
getContacts
-
getTeammates
-
getCustomAttributes
-
getFirstContactReply
-
getSlaApplied
-
getStatistics
-
getConversationParts
-
getLinkedObjects
-
getAiAgentParticipated
- Returns:
- Indicates whether the AI Agent participated in the conversation.
-
getAiAgent
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-