AutomatedReasoningPolicyBuildStep
Represents a single step in the policy build process, containing context about what was being processed and any messages or results.
Types
Properties
Link copied to clipboard
Contextual information about what was being processed during this build step, such as the type of operation or the source material being analyzed.
Link copied to clipboard
A list of messages generated during this build step, including informational messages, warnings, and error details.
Link copied to clipboard
Reference to the previous element or step in the build process, helping to trace the sequence of operations.
Functions
Link copied to clipboard
inline fun copy(block: AutomatedReasoningPolicyBuildStep.Builder.() -> Unit = {}): AutomatedReasoningPolicyBuildStep