📄️ OnliveFlows
OnliveFlow facilitates the creation of interactive flows for web users. Interactive flows consist of a set of stages organized in a decision tree. Each stage has a specific interaction purpose, such as implementing a data capture interface, allowing users to make decisions, or providing access to booking, chat, and video call services.
📄️ Custom Interactive Flow Development
To implement a custom flow, knowledge of the following components is required:
📄️ Documentation: FlowContextSchema Interface
The FlowContextSchema interface defines the structure of the context of an interactive flow, including the current stage (step) and the general information of the flow (flow).
📄️ Documentation: Field Types
Fields are key elements in defining the stages of an interactive flow. Each field represents a data entry or an action that the user can perform during the interaction. Fields can be of different types and have specific properties that define their behavior and appearance in the interface.
📄️ @onlive.ai/flow
A package containing reusable web components for building multi-step flows with forms, actions, and stages.