toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.message
/
MessageContent
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
Text
(
val
text
:
TextContent
)
:
MessageContent
The content of the message as text.
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
TextContent
)
Properties
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
val
text
:
TextContent
The text content of the message value and annotations.