ElicitationCapability extension type

Whether the client supports elicitation.

on

Constructors

ElicitationCapability({Map<String, Object?>? form, Map<String, Object?>? url})
factory
ElicitationCapability.fromMap(Map<String, Object?> _value)

Properties

form Map<String, Object?>?
Whether form-based elicitation is supported.
getter/setter pair
url Map<String, Object?>?
Whether URL-based elicitation is supported.
getter/setter pair