toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
Content
/
Text
Text
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"text"
)
data
class
Text
(
val
text
:
String
,
val
annotations
:
Annotations
?
=
null
)
:
Content
Members
Constructors
Text
Link copied to clipboard
constructor
(
value
:
Any
,
annotations
:
Annotations
?
=
null
)
constructor
(
text
:
String
,
annotations
:
Annotations
?
=
null
)
Properties
annotations
Link copied to clipboard
val
annotations
:
Annotations
?
=
null
text
Link copied to clipboard
val
text
:
String