ElicitResult extension type

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

on
Implemented types

Constructors

ElicitResult.new({required ElicitationAction action, Map<String, Object?>? content})
factory
ElicitResult.fromMap(Map<String, Object?> _value)

Properties

action ElicitationAction
The action taken by the user in response to an elicitation request.
no setter
content Map<String, Object?>?
The content of the response, if the user accepted the request.
no setter
meta Meta?
no setterinherited