toggle menu
lmos-runtime
0.9.0
jvm
switch theme
search in API
lmos-runtime
/
ai.ancf.lmos.runtime.core.model
/
SystemContext
System
Context
@
Serializable
@
SerialName
(
value
=
"systemContext"
)
data
class
SystemContext
(
val
channelId
:
String
,
val
contextParams
:
Map
<
String
,
String
>
=
mapOf()
)
Members
Constructors
System
Context
Link copied to clipboard
constructor
(
channelId
:
String
,
contextParams
:
Map
<
String
,
String
>
=
mapOf()
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
context
Params
Link copied to clipboard
val
contextParams
:
Map
<
String
,
String
>