Table of Contents

TTMSMCPPromptArgumentBuilder.Name Method

Sets the key the value is supplied under.

API unit family: TMS.MCP.Prompts Declaring type: TTMSMCPPromptArgumentBuilder

Syntax

function Name(const AName: string): TTMSMCPPromptArgumentBuilder;

Parameters

Name Description
AName Identifier. Must not be empty.

Returns

The argument builder, so calls can be chained.

Exceptions

Exception Description
EJsonRpcException Raised with invalid-parameters, error code -32602, when the name is empty.