Class ElicitationCompleteNotificationParams
- Namespace
- ModelContextProtocol.Protocol
- Assembly
- ModelContextProtocol.Core.dll
Represents the parameters used with a ElicitationCompleteNotification notification emitted after a URL-mode elicitation finishes out-of-band.
public sealed class ElicitationCompleteNotificationParams : NotificationParams
- Inheritance
-
ElicitationCompleteNotificationParams
- Inherited Members
Remarks
The payload references the original elicitation by ID so that clients can resume deferred requests or update pending UI once the external flow completes.
Properties
ElicitationId
Gets or sets the unique identifier of the elicitation that completed.
[JsonPropertyName("elicitationId")]
public required string ElicitationId { get; set; }
Property Value
Remarks
This matches ElicitationId from the originating request and allows clients to correlate the completion notification with previously issued prompts.