InvestigationFeedback

Represents user feedback for an investigation result. This structure captures the user's evaluation of the investigation's quality, usefulness, and any additional comments.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.

Link copied to clipboard
val submittedAt: <Error class: unknown class>?

ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.

Link copied to clipboard

User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String