UnresolvedInvestigationLead

data class UnresolvedInvestigationLead(val reporterId: UUID, val reporterName: String, val mentionedAs: String, val reportedQuestion: String, val reportedAnswer: String, val timestamp: Long)(source)

An unresolved mention captured from interview text before a unique player mapping exists.

Constructors

Link copied to clipboard
constructor(reporterId: UUID, reporterName: String, mentionedAs: String, reportedQuestion: String, reportedAnswer: String, timestamp: Long)

Types

Link copied to clipboard
object Companion

Serialization helpers for UnresolvedInvestigationLead.

Properties

Link copied to clipboard

Raw mention token typed by the reporting player

Link copied to clipboard

Interview answer containing the report

Link copied to clipboard

Interview question that prompted the report

Link copied to clipboard

Player UUID for the person who mentioned someone

Link copied to clipboard

Display name of the reporting player

Link copied to clipboard

Epoch milliseconds when the unresolved lead was created

Functions

Link copied to clipboard

Converts this unresolved lead into a normal investigation lead payload.