TextPromptUiModel

data class TextPromptUiModel(val prompt: String, val submitted: Instant = Instant.now()) : PromptUiModel

Constructors

Link copied to clipboard
constructor(prompt: String, submitted: Instant = Instant.now())

Properties

Link copied to clipboard
Link copied to clipboard