State

State actions manage flow-instance-level variables (user state fields). Unlike local variables set with Set, state values persist across skill executions within the same flow instance and can be used to track conversation progress, store intermediate results, or maintain context between turns.

Available Actions

ActionDescription
GetStateRetrieve the value of a named state variable.
SetStateSet the value of a named state variable.