Navigating in a CSML Bot
Navigating within a flow
start:
say "hi"
goto step otherstep // note: in the following examples, we will use the shorthand notation `goto otherstep`
otherstep:
say "I'm in otherstep"
goto endNavigating between flows
somestep:
goto flow anotherflowAdvanced navigation
Examples
Dynamic step and flow names
Last updated
Was this helpful?