/AWS1/CL_BDZINVCINPUTMEMBER¶
Contains details about the API operation or function that the agent predicts should be called.
This data type is used in the following API operations:
-
In the
returnControlfield of the InvokeAgent response
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_apiinvocationinput TYPE REF TO /AWS1/CL_BDZAPIINVOCATIONINPUT /AWS1/CL_BDZAPIINVOCATIONINPUT¶
Contains information about the API operation that the agent predicts should be called.
io_functioninvocationinput TYPE REF TO /AWS1/CL_BDZFUNCTIONINVCINPUT /AWS1/CL_BDZFUNCTIONINVCINPUT¶
Contains information about the function that the agent predicts should be called.
Queryable Attributes¶
apiInvocationInput¶
Contains information about the API operation that the agent predicts should be called.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APIINVOCATIONINPUT() |
Getter for APIINVOCATIONINPUT |
functionInvocationInput¶
Contains information about the function that the agent predicts should be called.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONINVOCATIONINPUT() |
Getter for FUNCTIONINVOCATIONINPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INVOCATIONINPUTS¶
TYPES TT_INVOCATIONINPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZINVCINPUTMEMBER WITH DEFAULT KEY
.