app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.ai
/
Message
Message
@
Serializable
data
class
Message
(
val
role
:
String
,
val
content
:
String
)
Members
Constructors
Message
Link copied to clipboard
constructor
(
role
:
String
,
content
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
role
Link copied to clipboard
val
role
:
String