User

@Serializable
data class User(val content: String) : Message.Request(source)

Represents a message sent by the user as a request.

Constructors

Link copied to clipboard
constructor(content: String)

Properties

Link copied to clipboard
open override val content: String

The content of the user message.

Link copied to clipboard
open override val role: Message.Role

The role associated with the message.