User Message
class UserMessage(val content: String, val name: String? = null, val timestamp: Instant = Instant.now()) : Message
Message sent by the user.
Parameters
content
Content of the message
name
Name of the user, if available
Message sent by the user.
Content of the message
Name of the user, if available