Add To Context
Use the Add To Context Node to store information in the Context object and use this information throughout the session.
Execute Flow
Use the Execute Flow Node to execute another Flow and return to the initial Flow afterward.
Go To
Use the Go To Node to switch between Flows or between Nodes.
If
The If Node evaluates a condition statement and triggers either the Then or Else child Nodes.
Interval
Use the Interval Node to add a minimal interval before other Nodes are executed.
Lookup
The Lookup Node acts as a switch between different options. Based on the input value, the Node executes one of the options.
Once
Once Nodes limit the Flow execution after them to once per session, for example, for greetings or database requests.
Remove From Context
The Remove From Context Node removes information from the Context object.
Set State
The Set State Node changes the Flowโs State.
Reset State
The Reset State Node resets the Flowโs State.
Sleep
The Sleep Node pauses the Flow execution for a period you define.
Stop and Return
The Stop and Return Node stops the Flow execution and returns to the Start Node.
Switch Locale
The Switch Locale Node changes Locales during a conversation, for example, based on language detection or user region.
Think
Use the Think Node to inject a text into the Start Node, for example, to restart the Flow, with specific data, text, or Intent.
Wait for Input
The Wait for Input Node halts the Flow execution until the user input is received.