/AWS1/CL_BDACONTENTBLOCK¶
Contains the content for the message you pass to, or receive from a model. For more information, see Create a prompt using Prompt management.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDASTRING /AWS1/BDASTRING¶
The text in the message.
io_cachepoint TYPE REF TO /AWS1/CL_BDACACHEPOINTBLOCK /AWS1/CL_BDACACHEPOINTBLOCK¶
Creates a cache checkpoint within a message.
Queryable Attributes¶
text¶
The text in the message.
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 |
cachePoint¶
Creates a cache checkpoint within a message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CACHEPOINT() |
Getter for CACHEPOINT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONTENTBLOCKS¶
TYPES TT_CONTENTBLOCKS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDACONTENTBLOCK WITH DEFAULT KEY
.