Send Feedback Command
data class SendFeedbackCommand(val studentId: Long, val documentId: String?, val expectedUpdatedAtMillis: Long?, val subject: String, val html: String)(source)
Describes one feedback email and the document revision it may publish.
When documentId is present, expectedUpdatedAtMillis must equal the stored revision. A successful send marks that same document revision as shared with the student.