aigentic
0.6.0-SNAPSHOT
common
core
/
community.flock.aigentic.core.message
/
Message
/
Text
Text
data
class
Text
(
val
sender
:
Sender
,
val
text
:
String
,
val
category
:
MessageCategory
)
:
Message
,
ContextMessage
Members
Members & Extensions
Constructors
Text
Link copied to clipboard
constructor
(
sender
:
Sender
,
text
:
String
,
category
:
MessageCategory
)
Properties
category
Link copied to clipboard
open
override
val
category
:
MessageCategory
created
At
Link copied to clipboard
open
val
createdAt
:
Instant
sender
Link copied to clipboard
open
override
val
sender
:
Sender
text
Link copied to clipboard
val
text
:
String
Functions
to
Status
Link copied to clipboard
fun
Message
.
toStatus
(
)
:
List
<
AgentStatus
>