/AWS1/CL_BDZFUNCTIONINVCINPUT¶
Contains information about the 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¶
Required arguments:¶
iv_actiongroup TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The action group that the function belongs to.
Optional arguments:¶
it_parameters TYPE /AWS1/CL_BDZFUNCTIONPARAMETER=>TT_FUNCTIONPARAMETERS TT_FUNCTIONPARAMETERS¶
A list of parameters of the function.
iv_function TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The name of the function.
iv_actioninvocationtype TYPE /AWS1/BDZACTIONINVOCATIONTYPE /AWS1/BDZACTIONINVOCATIONTYPE¶
Contains information about the function to invoke,
iv_agentid TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The agent's ID.
iv_collaboratorname TYPE /AWS1/BDZNAME /AWS1/BDZNAME¶
The collaborator's name.
Queryable Attributes¶
actionGroup¶
The action group that the function belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONGROUP() |
Getter for ACTIONGROUP, with configurable default |
ASK_ACTIONGROUP() |
Getter for ACTIONGROUP w/ exceptions if field has no value |
HAS_ACTIONGROUP() |
Determine if ACTIONGROUP has a value |
parameters¶
A list of parameters of the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
function¶
The name of the function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTION() |
Getter for FUNCTION, with configurable default |
ASK_FUNCTION() |
Getter for FUNCTION w/ exceptions if field has no value |
HAS_FUNCTION() |
Determine if FUNCTION has a value |
actionInvocationType¶
Contains information about the function to invoke,
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONINVOCATIONTYPE() |
Getter for ACTIONINVOCATIONTYPE, with configurable default |
ASK_ACTIONINVOCATIONTYPE() |
Getter for ACTIONINVOCATIONTYPE w/ exceptions if field has n |
HAS_ACTIONINVOCATIONTYPE() |
Determine if ACTIONINVOCATIONTYPE has a value |
agentId¶
The agent's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTID() |
Getter for AGENTID, with configurable default |
ASK_AGENTID() |
Getter for AGENTID w/ exceptions if field has no value |
HAS_AGENTID() |
Determine if AGENTID has a value |
collaboratorName¶
The collaborator's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATORNAME() |
Getter for COLLABORATORNAME, with configurable default |
ASK_COLLABORATORNAME() |
Getter for COLLABORATORNAME w/ exceptions if field has no va |
HAS_COLLABORATORNAME() |
Determine if COLLABORATORNAME has a value |