Skip to content

/AWS1/CL_QSTCUSTOMPROMPTINPUT

The custom prompt input for an agent. This is a union type that can be either an existing prompt profile or new prompt parameters.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_existingprompt TYPE REF TO /AWS1/CL_QSTCUSTOMPROMPTPFL /AWS1/CL_QSTCUSTOMPROMPTPFL

An existing custom prompt profile to use for the agent.

io_newprompt TYPE REF TO /AWS1/CL_QSTCUSTPRMPTINPPARMS /AWS1/CL_QSTCUSTPRMPTINPPARMS

New custom prompt parameters to configure for the agent.


Queryable Attributes

ExistingPrompt

An existing custom prompt profile to use for the agent.

Accessible with the following methods

Method Description
GET_EXISTINGPROMPT() Getter for EXISTINGPROMPT

NewPrompt

New custom prompt parameters to configure for the agent.

Accessible with the following methods

Method Description
GET_NEWPROMPT() Getter for NEWPROMPT