/AWS1/CL_BDCHARNREASNGTEXTBLK¶
A block of reasoning text from the model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_text TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The reasoning text.
Optional arguments:¶
iv_signature TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
Signature for verifying the reasoning content.
Queryable Attributes¶
text¶
The reasoning 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 |
signature¶
Signature for verifying the reasoning content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNATURE() |
Getter for SIGNATURE, with configurable default |
ASK_SIGNATURE() |
Getter for SIGNATURE w/ exceptions if field has no value |
HAS_SIGNATURE() |
Determine if SIGNATURE has a value |