Skip to main content
A No Input gambit displays its messages and advances on its own. It never waits for the end user.

When to use it

Use it for anything the agent says rather than asks: a greeting, a confirmation, a holding line before a slow lookup, a closing message. It can also tag a conversation with a fixed value, or make a routing decision, without interrupting the end user.

The gambit and its editor

Every page in this section shows the same demo flow: Start, a Welcome message, the gambit this page covers, then End. The gambit sits third, selected, with its editor open on the right. The rest of the screen is dimmed.

Configuration

Once Store Value holds a value, the editor shows the path it is saved to, which is {{response.<variable>}} for this gambit’s variable name. To pace the messages, set each bubble’s Delay (ms) in Messages.
Auto-advance Delay is stored outside the gambit’s config, so the flow export and import do not carry it. Set it by hand after importing a flow.

Branching

The gambit has one Default branch. Its Conditions section can still route on variables captured earlier in the flow, which makes No Input a convenient place for a pure decision step. See Flow control and branching.