/AWS1/CL_BDZFLOWTRACECONDITION¶
Contains information about a condition that was satisfied. For more information, see Track each step in your prompt flow by viewing its trace in Amazon Bedrock.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_conditionname TYPE /AWS1/BDZSTRING /AWS1/BDZSTRING¶
The name of the condition.
Queryable Attributes¶
conditionName¶
The name of the condition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONNAME() |
Getter for CONDITIONNAME, with configurable default |
ASK_CONDITIONNAME() |
Getter for CONDITIONNAME w/ exceptions if field has no value |
HAS_CONDITIONNAME() |
Determine if CONDITIONNAME 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_FLOWTRACECONDITIONS¶
TYPES TT_FLOWTRACECONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZFLOWTRACECONDITION WITH DEFAULT KEY
.