Bixby Developer Center

Guides
References

Step

The step global object is the basis of your assertion model, which allows you to access execution data from your capsule through your story.

Properties

step has the following properties:

currentNode

PlanNode that points to the node your step is currently on in the execution graph.

dialogs

Array of Dialog elements.

isInterrupted

Boolean. Returns true if an action in your step is interrupted.