InquiryContent

sealed class InquiryContent

Content for creating a compliance inquiry - either a single query or file content.

Inheritors

Types

Link copied to clipboard

File content with multiple questions.

Link copied to clipboard
data class Query(val value: String) : InquiryContent

Single text query for AI-generated answer.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this InquiryContent as a Query and retrieves its kotlin.String value. Throws an exception if the InquiryContent is not a Query.

Link copied to clipboard

Casts this InquiryContent as a Query and retrieves its kotlin.String value. Returns null if the InquiryContent is not a Query.