CreateElicitationResult

data class CreateElicitationResult(val action: CreateElicitationResult.Action, val content: JsonObject? = null, val _meta: JsonObject = EmptyJsonObject) : ClientResult(source)

The client's response to an elicitation/create request from the server.

Constructors

Link copied to clipboard
constructor(action: CreateElicitationResult.Action, content: JsonObject? = null, _meta: JsonObject = EmptyJsonObject)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val _meta: JsonObject

The protocol reserves this result property to allow clients and servers to attach additional metadata to their responses.

Link copied to clipboard
Link copied to clipboard
val content: JsonObject? = null