@radzor/chatbot-flow
Build conversational chatbot flows with nodes, conditions, and actions. Supports branching dialogues, context variables, fallback handling, and flow completion tracking.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| flow* | FlowDefinition | — | Chat flow definition with nodes, edges, and conditions. |
| fallbackMessage | string | I didn't understand that. Could you rephrase? | Default message when no matching transition is found. |
| maxHistory | number | 50 | Maximum number of messages to keep in conversation history. |
Chat flow definition with nodes, edges, and conditions.
Default message when no matching transition is found.
default: I didn't understand that. Could you rephrase?