agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
SendMessageResponse
Send
Message
Response
@
Serializable
data
class
SendMessageResponse
(
val
messageId
:
String
,
val
threadId
:
String
)
Response from sending a message, containing the message and thread IDs.
Members
Constructors
Send
Message
Response
Link copied to clipboard
constructor
(
messageId
:
String
,
threadId
:
String
)
Properties
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
String
thread
Id
Link copied to clipboard
@
SerialName
(
value
=
"thread_id"
)
val
threadId
:
String