SystemContext

@Serializable
@SerialName(value = "systemContext")
data class SystemContext(val channelId: String, val contextParams: Map<String, String> = mapOf())

Constructors

Link copied to clipboard
constructor(channelId: String, contextParams: Map<String, String> = mapOf())

Properties

Link copied to clipboard
Link copied to clipboard