Active Interview Snapshot
data class ActiveInterviewSnapshot(val playerId: UUID, val playerName: String, val currentQuestion: String? = null, val currentTopic: String? = null, val awaitingQuestionPreparation: Boolean = false, val awaitingReaction: Boolean = false)(source)
Snapshot of an in-progress interview session for external observers.