ElicitationRequestScope class final
ACP stable-v1 ElicitationRequestScope.
Source: /$defs/ElicitationRequestScope.
Request-scoped elicitation, tied to a specific JSON-RPC request outside of a session
- Annotations
-
- @immutable
Constructors
- ElicitationRequestScope({required RequestId requestId})
-
ElicitationRequestScope.fromMap(Map<
Object?, Object?> value) -
factory
Properties
Methods
-
copyWith(
{Object? requestId = _acpCopyWithAbsent}) → ElicitationRequestScope -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → AcpJsonMap -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited