Overview
Nodes are fundamental units in a Flowiz builder that define various aspects of a conversation. Each node represents a specific step or action within the dialogue, helping to structure and guide the interaction. By connecting these nodes, users can create logical and coherent conversation flows that enhance the overall user experience. Nodes are essential for organizing and managing the progression of conversations, ensuring that MEVA responds appropriately to user inputs and achieves the desired outcomes.
They include various components that define the interaction:
Intent Detector: Identifies the purpose or goal of the user's input.
Input Capture: Gathers specific information from the user.
Choice Node: Provides options for the user to choose from, directing the flow based on their selection.
KB (Knowledge Base): Retrieves relevant information from the knowledge base to inform responses.
Prompt Response: Generates responses based on predefined prompts.
End Chat: Concludes the conversation gracefully.
Child Flow: Embeds sub-flows within the main flow for more complex interactions.
These nodes work together to create a seamless and dynamic conversational experience.