ElicitationCompleteNotificationParams

Parameters for a notifications/elicitation/complete notification.

Constructors

Link copied to clipboard
constructor(elicitationId: String, meta: JsonObject? = null)

Properties

Link copied to clipboard

The ID of the elicitation that completed.

Link copied to clipboard
@SerialName(value = "_meta")
open override val meta: JsonObject?

Optional metadata for this notification.