/AWS1/CL_BDCHARNRSNCONTBLKDE00¶
A delta update to a reasoning content block.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
Reasoning text delta.
iv_redactedcontent TYPE /AWS1/BDCBODY /AWS1/BDCBODY¶
Redacted reasoning content.
iv_signature TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
Signature for the reasoning content.
Queryable Attributes¶
text¶
Reasoning text delta.
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 |
redactedContent¶
Redacted reasoning content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REDACTEDCONTENT() |
Getter for REDACTEDCONTENT, with configurable default |
ASK_REDACTEDCONTENT() |
Getter for REDACTEDCONTENT w/ exceptions if field has no val |
HAS_REDACTEDCONTENT() |
Determine if REDACTEDCONTENT has a value |
signature¶
Signature for 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 |