swml_change_step
swml_change_step
Transition to a different step within the current conversation context. Steps
are defined using
ContextBuilder and
represent discrete stages in a workflow (e.g., “greeting”, “verification”,
“checkout”).
Parameters
step_name
Name of the step to transition to.
Returns
FunctionResult — self, for chaining.