InvestigationAction

Represents an investigation action performed within a case. This structure captures the details of an automated or manual investigation, including its status, results, and user feedback.

Types

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

Properties

Link copied to clipboard

The type of investigation action being performed. This categorizes the investigation method or approach used in the case.

Link copied to clipboard

Detailed investigation results in rich markdown format. This field contains the comprehensive findings, analysis, and conclusions from the investigation.

Link copied to clipboard

User feedback for this investigation result. This contains the user's assessment and comments about the quality and usefulness of the investigation findings.

Link copied to clipboard

The unique identifier for this investigation action. This ID is used to track and reference the specific investigation throughout its lifecycle.

Link copied to clipboard
val lastUpdated: <Error class: unknown class>

ISO 8601 timestamp of the most recent status update. This indicates when the investigation was last modified or when its status last changed.

Link copied to clipboard

The current execution status of the investigation. This indicates whether the investigation is pending, in progress, completed, or failed.

Link copied to clipboard

Human-readable summary of the investigation focus. This provides a brief description of what the investigation is examining or analyzing.

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