TextContent

@Serializable
data class TextContent(val value: String, val annotations: List<TextAnnotation>)

The text content of the message value and annotations.

Constructors

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

Properties

Link copied to clipboard

Annotations for the text.

Link copied to clipboard

The data that makes up the text.