Helmut Confirm Dialog Action

The Helmut Confirm Dialog Action allows you to create a confirm dialog in Helmut where users can approve or deny a specified question. This action takes the question as an input parameter. Additionally, you can set a timeout, and if the timeout is reached before a response is received, the node will fail.

After the user responds (either approves or denies), the action will return the user's response using the wildcard {stream.last_result} or {node.result.?}. This node provides a simple and interactive way to incorporate user confirmation into your Helmut interactions.

Last updated