DeepSeek Kotlin SDK
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models.responses
/
ResponseInput
/
Text
Text
class
Text
(
val
text
:
String
)
:
ResponseInput
A single user message, sent as a bare JSON string.
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
val
text
:
String
The message text.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String