Skip to content

/AWS1/CL_BDZINLINEAGENTRETCT00

Contains information to return from the action group that the agent has predicted to invoke.

This data type is used in the InvokeAgent response API operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_invocationinputs TYPE /AWS1/CL_BDZINVCINPUTMEMBER=>TT_INVOCATIONINPUTS TT_INVOCATIONINPUTS

A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.

iv_invocationid TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING

The identifier of the action group invocation.


Queryable Attributes

invocationInputs

A list of objects that contain information about the parameters and inputs that need to be sent into the API operation or function, based on what the agent determines from its session with the user.

Accessible with the following methods

Method Description
GET_INVOCATIONINPUTS() Getter for INVOCATIONINPUTS, with configurable default
ASK_INVOCATIONINPUTS() Getter for INVOCATIONINPUTS w/ exceptions if field has no va
HAS_INVOCATIONINPUTS() Determine if INVOCATIONINPUTS has a value

invocationId

The identifier of the action group invocation.

Accessible with the following methods

Method Description
GET_INVOCATIONID() Getter for INVOCATIONID, with configurable default
ASK_INVOCATIONID() Getter for INVOCATIONID w/ exceptions if field has no value
HAS_INVOCATIONID() Determine if INVOCATIONID has a value