openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.chat
/
ChatMessage
/
messageContent
message
Content
@
SerialName
(
value
=
"content"
)
val
messageContent
:
Content
?
=
null
The contents of the message.
This is required for requests, and optional for responses
.