SendMessageToTargetParameter

@Serializable
data class SendMessageToTargetParameter(val message: String, val sessionId: String? = null, val targetId: String? = null)

Constructors

Link copied to clipboard
constructor(message: String, sessionId: String? = null, targetId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val sessionId: String? = null

Identifier of the session.

Link copied to clipboard
val targetId: String? = null

Deprecated.