/AWS1/CL_DOAUSERMESSAGEBLOCK¶
A block of content in a user message.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/DOASTRING /AWS1/DOASTRING¶
Text content from the user.
io_toolresult TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Tool execution result provided by the user.
Queryable Attributes¶
text¶
Text content from the user.
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 |
toolResult¶
Tool execution result provided by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLRESULT() |
Getter for TOOLRESULT, with configurable default |
ASK_TOOLRESULT() |
Getter for TOOLRESULT w/ exceptions if field has no value |
HAS_TOOLRESULT() |
Determine if TOOLRESULT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_USERMESSAGE¶
TYPES TT_USERMESSAGE TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOAUSERMESSAGEBLOCK WITH DEFAULT KEY
.