Conversational UI

Content Type: Module
Categories: Artificial Intelligence

Overview

Enhance User Experience with AI-Powered Conversations

Conversational UI with GenAI Commons enables users to interact with applications naturally through chat-based interfaces. This Mendix module integrates intelligent chat functionality, leveraging generative AI for more dynamic, context-aware interactions that improve engagement, accessibility, and efficiency.

 

Key Features:

Seamless Chat Interface – Easily embed a conversational UI within your Mendix application.

Customizable & Scalable – Configure chatbots to fit various business needs and scale effortlessly.

Prebuilt & Extensible – Comes with preconfigured features while allowing further enhancements.

Token Consumption Monitor – Monitor your token consumption

 

Why Choose Conversational UI for Mendix?

- Improved Engagement – Keep users active and engaged with real-time conversations.

- Faster Resolutions – Reduce response times with AI-driven automation.

- Enhanced Accessibility – Cater to users with varying levels of digital literacy.

 

Contact Us

For support and questions, feel free to reach out via email: genai-components-feedback@mendix.com or Community Slack.

Documentation

See official documentation:

Conversational UI

 

Dependencies:

For implementation examples, see the GenAI showcase app.

Releases

Version: 4.0.0
Framework Version: 10.21.0
Release Notes: *Prompt Management was removed as its capabilities are part of the AgentCommons module. Existing prompts can be exported from the Prompt_Overview page (before updating this version) and imported into Agent_Overview for migration. To replace prompt variables with values from a Context Object, you can either continue to use the "PromptToUse_GetAndReplace" microflow from AgentCommons or you can call the agent directly which applies a specified Context Object into the prompts, too. Besides the known prompt management capabilities, the variety of applicable use cases to build directly at runtime is significantly extended through the agent builder. *The styling variables were made compatible with Atlas 4 in Mendix Studio Pro 11.
Version: 3.2.0
Framework Version: 10.21.0
Release Notes: New _ID attribute in GenAICommons has been implemented for use.
Version: 3.1.0
Framework Version: 10.21.0
Release Notes: The attribute length of SystemPrompt on the ProviderConfig entity was set to unlimited to enable larger prompts.
Version: 3.0.0
Framework Version: 10.21.0
Release Notes: - The module is no longer bundled with GenAICommons and MxGenAIConnector - Module has been updated to Mendix Studio Pro 10.21.0 - Some styling improvements have been made