Text

data class Text(val value: String, val annotations: List<TextAnnotation>)

Represents the text content of a message.

Constructors

Link copied to clipboard
constructor(value: String, annotations: List<TextAnnotation>)

Properties

Link copied to clipboard

The annotations of the text content

Link copied to clipboard

The text content of the message