AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-anthropic
/
dev.mokksy.aimocks.anthropic.model
/
MessageCreateParams
/
TextContent
Text
Content
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
TextContent
(
val
text
:
String
?
)
:
MessageCreateParams.Content
(
source
)
Text content for a message.
Members
Constructors
Text
Content
Link copied to clipboard
constructor
(
text
:
String
?
)
Properties
text
Link copied to clipboard
val
text
:
String
?