userText

Adds a user message with text content using a DSL builder.

Example:

messages {
userText {
text = "Important message"
annotations(priority = 1.0)
}
}