/AWS1/CL_BDZAGENTCOLLABORATO01¶
Input for an agent collaborator. The input can be text or an action invocation result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/BDZPAYLOADTYPE /AWS1/BDZPAYLOADTYPE¶
The input type.
iv_text TYPE /AWS1/BDZAGENTCOLLABORATORPA00 /AWS1/BDZAGENTCOLLABORATORPA00¶
Input text.
io_returncontrolresults TYPE REF TO /AWS1/CL_BDZRETURNCTLRESULTS /AWS1/CL_BDZRETURNCTLRESULTS¶
An action invocation result.
Queryable Attributes¶
type¶
The input type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
text¶
Input text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
returnControlResults¶
An action invocation result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETURNCONTROLRESULTS() |
Getter for RETURNCONTROLRESULTS |