a2cui-agui
Toggle table of contents
0.1.0-a02
common
Target filter
common
Switch theme
Search in API
Skip to content
a2cui-agui
a2cui-agui
/
dev.mikepenz.a2cui.agui
/
AguiEvent
/
TextMessageStart
Text
Message
Start
@
Serializable
@
SerialName
(
value
=
"TEXT_MESSAGE_START"
)
data
class
TextMessageStart
(
val
messageId
:
String
,
val
role
:
String
=
"assistant"
,
val
timestamp
:
Long
?
=
null
)
:
AguiEvent
Members
Constructors
Text
Message
Start
Link copied to clipboard
constructor
(
messageId
:
String
,
role
:
String
=
"assistant"
,
timestamp
:
Long
?
=
null
)
Properties
message
Id
Link copied to clipboard
val
messageId
:
String
role
Link copied to clipboard
val
role
:
String
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?