Table of Contents

TTMSMCPElicitationEvent Event Type

Signature of the handler that answers an inbound elicitation/create request, that is, a request for user input that arrives at this server. The request is rejected with an error when no handler is assigned.

API unit family: TMS.MCP.Server

Parameters

Name Description
Sender Server that received the request.
Request Parsed request: prompt message, mode, optional URL and the requested field schema.
AResult Result to return. It arrives as nil; assign a result object to answer, or leave it unassigned to return an empty result. The server serializes and then releases the object.