CoreConversation

constructor(identifier: UUID, developerName: String, participants: List<CoreParticipant>, createdAt: Long? = null, inboundHighWatermarkEntry: ConversationEntry? = null, outboundHighWatermarkEntry: ConversationEntry? = null, preChatFields: List<PreChatField>? = null, activeParticipants: List<Participant> = emptyList(), lastActivity: ConversationEntry? = null, preChatSubmissionTimestamp: Long? = null, termsAndConditions: TermsAndConditions? = null)