User Message
class UserMessage constructor(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