Fires a message to the chat
Fires a message to the chat
Category: Base
Tutorial: Start interactive node tutorial
| Label | Property | Type | Default | Description |
|---|---|---|---|---|
| Message Text | text | textarea | "new message" | The message text as Markdown displayed in the chat. Use handlebars to make the text more dynamic. |
| Repeat if back in context | repeatOnReentry | checkbox | true | Repeat the action of this node if it leaves the context and re-enters. |
| Repeat on state change | repeatOnChance | checkbox | true | Repeat the action of this node if variables in the message text have changed. |
| State | Initial Value | Description |
|---|---|---|
| sent | false | true if the message has been sent; false if it has not yet been sent. |
| arrived | false | true if the message has arrived; false if it has not yet arrived. |
reset() - Resets the node to its default states