TTMSMCPServerBuilder.EnableElicitation Method
Turns the elicitation capability on or off.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServerBuilder
Syntax
class function EnableElicitation(AEnable: Boolean = True): TTMSMCPServerBuilderClass;
Parameters
| Name | Description |
|---|---|
AEnable |
True to advertise elicitation and allow the server to ask clients for user input. Defaults to True. |
Returns
Builder class to chain the next step on.