InquiryDetail

Detailed information about a compliance inquiry.

Types

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

Properties

Link copied to clipboard
val arn: String

ARN of the compliance inquiry resource.

Link copied to clipboard

Timestamp indicating when the resource was created.

Link copied to clipboard
val id: String

Unique resource ID for the compliance inquiry.

Link copied to clipboard

Type of inquiry content (text or file).

Link copied to clipboard

Title of the inquiry.

Link copied to clipboard

Current processing status of the inquiry.

Link copied to clipboard

Status message providing additional context.

Link copied to clipboard

Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.

Link copied to clipboard

Timestamp indicating when the resource was last modified.

Functions

Link copied to clipboard
inline fun copy(block: InquiryDetail.Builder.() -> Unit = {}): InquiryDetail
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