http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-core
/
org.http4k.ai.mcp.protocol
/
ClientCapabilities
/
Companion
/
Elicitation
Elicitation
@
JsonSerializable
data
class
Elicitation
(
val
form
:
Map
<
String
,
Any
>
?
=
null
,
val
url
:
Map
<
String
,
Any
>
?
=
null
)
(
source
)
Members
Constructors
Elicitation
Link copied to clipboard
constructor
(
form
:
Map
<
String
,
Any
>
?
=
null
,
url
:
Map
<
String
,
Any
>
?
=
null
)
Properties
form
Link copied to clipboard
val
form
:
Map
<
String
,
Any
>
?
url
Link copied to clipboard
val
url
:
Map
<
String
,
Any
>
?