INC Use Case Preview Feature

PREVIEW - This Use Case showcases features that may not yet be available to all customers. Note that functionality, scope, and design of preview features may change significantly in future. As we define the last technical details, requirements and steps may be subject to change.
In this Use Case we're setting up a Virtual User to determine the intent of a customer in a direct conversation, store the customer intent directly into parameters and analyze the intent directly for call routing.
To achieve this, we're going to cover the following topics in this Use Case:
- How to configure Nimbus in order to use the Virtual User in your workflows.
- How to configure parameters, to instruct the Virtual User AI on how to select parts of a customer's requests as stored data.
- How to set up the workflow and make service calls for further adjustments.
INC Icon Legend Accordion
Show Icon Legend 💡 = A hint to signal learnings, improvements or useful informati...
Show Icon Legend
| 💡 = A hint to signal learnings, improvements or useful information in context. | 🔍 = Info points out essential notes or related page in context. |
| ☝ = Notifies you about fallacies and tricky parts that help avoid problems. | 🤔 = Asks and answers common questions and troubleshooting points. |
| ❌ = Warns you of actions with irreversible / data-destructive consequence. | ✅ = Intructs you to perform a certain (prerequired) action to complete a related step. |
Preconditions
INC AI and Virtual User Preconditions
PRECONDITIONS: AI and Virtual Users
Admin Consent: AI Features
AI use will require your Tenant data (e.g. caller information) to be processed by external services
✅ Nimbus Tenant Admin rights are required to grant consent to enable the use of AI features. This is done in the Data Privacy Tenant Settings.
💡Both Tenant Admins and OU Admins are able to create various AI Configuration items in the Nimbus Admin Portal. This also includes:
- Access to Service Distribution Settings, e.g. to test workflows with your configured Virtual Users.
- Steer feature visibility via Companion Service Settings (e.g. when activities are supposed to happen unobtrusive in the background).
Virtual User Licensing
✅Nimbus License Management:
-
Contact Center Enterprise Routing service licenses are required to use AI-driven Virtual User functionality.
⮑With the license applied, corresponding Service Features (e.g. workflow activities, configuration tabs) are enabled. -
Virtual User license requirement: each Virtual User requires a separate license. This license can either be applied directly in the Virtual User configuration steps below or - in bulk - via Admin > Licensing view.
⮑The license enables usage of the “Add Virtual User” Workflow Activity. For additional Virtual User licenses on your service, get in touch with your Customer Success representative.
Virtual User Bot Configuration
✅Nimbus Configuration dependencies:
-
ALL: Virtual Users require Bots to be configured.
☝Your bot choice also determines the underlying AI (Large Language Model) in which the Nimbus Virtual User integrates into. As each LLM has different advantages, the choice should be made based on the intended Use Case.Show Bot (LLM) comparison…
INC Language model comparison matrix
Type Primary Use Case Limitations Integration Effort Nimbus AI Services – Audio Intent Analyzer Low latency, conversational AI, real-time audio stream. The bot is communicating directly with the user. Used to detect the intent of a caller and to return the selection done for intelligent routing and IVR replacement. - Specialized for providing intent analysis.
- Uses Nimbus-native AI Model with fixed-purpose instruction set.
- Limited parameter sets for data storage.
Low – Easy to use, configuration effort stays within Nimbus. Parametrization is done in workflows as part of the “Virtual User” activity.
🔎 See: Use Case - Setting up a Nimbus Virtual User for Intent Analysis
Nimbus AI Services - AI Workflow Low latency, conversational AI, real-time audio stream. Used as speech‑in / speech‑out conversational AI with interactions specific to data requests from external systems (e.g. banking or insurance services, ticketing platforms and CRM systems). - Flexible, but depends on external system uptime and responsiveness for seamless customer interaction.
- Requires purpose-driven prompt knowledge and context for all parameters to handle conversation effectively.
Medium - Requires knowledge to handle Web Requests and MCP servers.
Customers can use Nimbus-native AI models, but must ensure that the web requests and required data is sufficiently covered with the AI prompts.
🔎 See: Use Case - Integrating Nimbus Virtual User with external systems
M365 Copilot – Direct Line 3.0 Enterprise voice interactions with Microsoft 365 Copilot, enabling conversation storage, transcription and intent detection of spoken conversations. Grounded in O365 work data. - For generalized use (e.g. data lookup, topics handling) and customer intent detection.
- Higher latency due to Speech-to-Text and Text-to-Speech generation.
- Subject to Microsoft licensing and service capacity limits.
Medium – Requires Microsoft 365 and Copilot ecosystem knowledge. Requires configuration within Nimbus, plus integration with Azure Copilot Studio API to handle topics.
🔎 See: Use Case - Setting up a Nimbus Virtual User using CopilotAzure OpenAI – Audio GPT Realtime1 Low latency, conversational AI, real-time audio stream. Used as speech‑in / speech‑out conversational AI. Allows admins “bring their own” LLMs and data instances to implement intent analysis. - Flexible, but requires customers to bring their own bot configuration.
- Needs custom client and backend integration, with regional availability determined by Microsoft1.
- Limited to intent analysis purposes for now, a new bot type will be introduced for wider range of use cases
High – Requires configuration within Nimbus also requires customers to bring their own LLM and 3rd party integrations.
🔎 See: Use Case - Setting up a Nimbus Virtual User using OpenAI GPT Realtime
Comparison: Types of Bots for Nimbus Virtual Users Notes
1 Due to Microsoft Azure AI Foundry GPT-Realtime availability in limited regions, data processed by Nimbus Virtual User GPT-Realtime integration will temporarily leave your regional boundary:
- DE01, DE02, CH01, CH02, UK01, EU01, AU01 computation will be primarily performed in Sweden Central region.
- US01 cluster computation will be primarily performed in the US East region.
-
OPTIONAL: Specific models (e.g. Microsoft Copilot) may also need further Nimbus configuration items:
- Bot Response Templates, to map bot answers back into Nimbus workflow parameters.
- Speech Recognizers (Transcribers) to convert the Customer voice into text for the bot to process.
🔎For more details and specific configuration steps, refer to our AI Use Cases category and the specific pages linked above.
Use Case Overview
Details will be covered below in this Use Case. As a quick tl;dr, here is an overview of items you will need:
| What? | Where? | Why? |
|---|---|---|
| ✅Bot Configuration | Nimbus Admin > Configuration | To select the correct model for intent analys. |
| ✅Parameters | Nimbus Admin > Configuration | To store the bot outputs and instruct the AI on how to use the parameter in the according context of conversation. |
| ✅Virtual Users | Nimbus Admin > Configuration | To define the initial bot instructions, map System Fields and Parameters and apply the license which enables the bot to perform tasks. |
|
|
Nimbus Admin > Configuration | To define connections with external systems that the Virtual User can leverage on request. |
| ✅ “Add Virtual User Activity” (in Workflow) | Workflows > Conversation Handling Activities | To invite the Bot to the conversation and route the outcomes accordingly. |
Step 1 - Nimbus AI Bot Setup
✅ This step consists of setting up a Bot configuration that relates to your Copilot Agent. “Add Virtual User” activity within your Nimbus Workflows.
Configuring the Bot
✅ The Bot is your “mapping” to the Bot and API endpoint you configured above, including the authentication.
- Head to Nimbus Administration > Configuration > Bots and create a new Bot.
- Give your Bot a descriptive name.
💡This name is just for Nimbus UI purposes, and must not match Copilot. - Define the Organization Unit under which this Bot will be selectable.
- Type is Nimbus AI Services - Audio Intent Analyzer.
- Save and Close.
Configuring the Virtual User
✅ Virtual Users. Here you can give your AI bot instructions on how to interact with the Customer.
- Head to Nimbus Administration > Configuration > Virtual Users and create a new Virtual User.
- Give your Virtual User a descriptive name, e.g. Virtual Front Desk Concierge.
💡This name is just for Nimbus UI purposes, e.g. for later selection in your Workflows → Next step. -
Define the Organization Unit under which this Virtual User is selectable.
💡Should ideally match your intended Services and Workflows accessing this Virtual User. Of course you can pick a “higher” OU if you want to share this definition among similar Services that will use the same kind of Agent for Customer interaction. - Define the Language and Voice of your Virtual User.
💡Nimbus development aims to expand this list of supported languages gradually, ensuring that every User Voice is also compatible with each Language selected. -
The “System Instructions” acts as a behavioral guideline for your Virtual User.
💡Note that this field is optional in Nimbus:
The underlying AI will engage with the Customer automatically. Optionally you can use these instructions to go directly into the first Conversation Topic. By adding Custom Parameters or System Fields and Parameters (retrieved via CRM using Flow Actions) you can also lead directly into a more direct conversation.
A possible example of an System Instruction could be:
You are a Front Desk Operator of an insurance company. If available, greet the Customer with their Client ID and $(CustomContextParameters.DOC_ClientId) Company $(Customer.Company). Politely ask for their reasons for calling.💡Of course your flows using these parameters need to ensure that these Parameters have Defaults or a fallback in your data-retrieving Power Automate Flow Actions, so the Virtual User can operate normally when no additional data is available.
- If you want to use your Virtual user productively, ensure your Virtual User has a license applied. This license can either be applied directly in the Virtual User configuration steps below or - in bulk - via Admin > Licensing view.
⮑ Applying the license enables usage of the “Add Virtual User” Workflow Activity.
Step 2 - Preparing your Parameters
✅During the live conversation with the customer, the Virtual User will use Parameters to fill in customer responses. As you configure the workflow further below, you will need to specify 3 parameters for the “Add Virtual User” Conversation Handling activity:
- One “Fallback Parameter” which will be used by the AI if the customer request cannot be fulfilled. For example, if your bot is supposed to decide between “Sales” and “Support”, but the customer has a different question or problem to discuss, this parameter will contain the topic the AI identified as “Fallback”.
-
Optionally: Two Parameters per Workflow “Add Virtual User” activity exit.
☝Note that these parameters require “Virtual User Context” to be provided with the Parameter definition itself. Any information that helps the AI to fill in the correct information can be filled in.
✅If you want to handle more exits with corresponding data (e.g. Sales, Support), add more parameters and Virtual User Context as needed.
Step 3 - Configuring your Nimbus Workflow
✅Last but not least you need to configure a new Workflows to handle the Audio/Video interaction between Customers and your new Virtual User.

- Head to Nimbus Administration > Configuration > Workflows.
- Design or adjust any existing workflows you want to repurpose.
💡We recommend creating a copy of an existing Workflow so you can switch and test it with ease and return back should something not work as intended. -
In your Workflow, Accept a call as normally.
💡Important: Do NOT add a “Queue” activity unless you want to involve human interaction in your workflow as well (e.g. after the Virtual User interaction). - Instead, connect your Caller to the AI by using the “Add Virtual User” in your workflow. You can find it in the Conversation Handling Activities.
-
Configure the “Add Virtual User” activity as follows:
-
Virtual User: Select from your list of Virtual Users as previously configured previously above.
💡Note that the Virtual User will greet the Customer with the “Initial Message” field instructions provided. If any Parameters have been retrieved, they will be part of that message as well. - Max Input Timeout: Define this to a reasonable time where no answer has been given by the Customer - e.g. 1 minute. → The activity will take the “Idle Timeout” exit.
- Define a Fallback Parameter which is used as the topic for the Virtual User if no resolution can be found.
💡A good way to route this exit would be a regular “Queue” step, so a human can take the call instead of the Virtual User.
💡The Parameter can also be shown in the Extensions Service Settings (e.g. within My Sessions) as additional context for the receiving service user.
-
Virtual User: Select from your list of Virtual Users as previously configured previously above.
-
Optionally: Add additional activity Exits taken within your Workflow. An Exit is defined as follows:
- Name of the exit, as shown in the activity bottom.
-
Context for the AI on when to take this exit. These can be instructions like:
“The customer mentions an invoice, billing or other payment-related issue.” -
Up to two Parameters, as previously configured → in the chapter above.
💡Note: When a parameter lacks “Virtual User Context” it will be shown with a warning. You may still select it, but the Virtual User will most-likely not know what part of the customer answer to fill into this parameter, so it will remain at its default value.
- Optionally: Add additional Exits and respective parameters as needed.
-
Finally:
- Don't forget to route your all your Activity exits, e.g. Failed/Idle Timeout conditions.
- Establish a fallback route to Service Queues, Voicemail or Transfer where necessary.
- Don't forget the “Disconnect” activity at the end and to Save your workflow.
✅ Testing your Virtual User
- Start a “Test Call” to your Service, either via PSTN or the UPN shown in the General Service Settings.
-
Test your Workflows:
- Make sure to test robustness of your Virtual User, by bringing creative or alternative wording choices or topics.
- Temporarily add regular “Announcement” activities just to double-check if Parameters were updated and exits were taken correctly.
Known Limitations
INC AI and Virtual User Limitations
General note on AI-driven interactions
AI driven replies are not deterministic and depend highly on what the Customer is saying. For example, if the Customer is saying “I have trouble with my internet” it is not necessarily given that the Bot will associate “Router, Modem” as your workflow routing exit, unless specifically handled in your Virtual User integration. In this specific example, AI instructions should also cover alternative wordings like “Router, Internet”, to be handled in topics accordingly.
🔎Refer to our Best Practices - Virtual Users in Nimbus for some considerations and risks when using Virtual Users instead of Human interaction.
General Virtual User limitations
The current Nimbus implementation with AI-driven bots underlies the following limitations:
- Supported Modalities: Virtual Users (Bots) are currently available for Audio/Video modality tasks.
- Virtual User Reporting: Sessions involving Virtual Users are not reflected as dedicated User Session. Virtual User session reporting is planned for a later point this year.
- Outbound Call via Workflow: Virtual Users are supported in Outbound Call with Workflows. While all Virtual Users are planned to be fully supported by Outbound Workflows, a prior “Announcement” workflow element is required before the “Add Virtual User” to give the AI sufficient spin-up time. Nimbus preview program users can already test their scenarios. As testing and development on Bots compatibility is still ongoing, not all features may work as intended yet.
Microsoft Copilot Limitations
- Expect processing delays: Processing AI answers takes a few seconds for voice-to-text-transcription, followed by AI processing and a transcription back into a voiced response. Luware is trying to minimize the delay on Nimbus call infrastructure, but the dependency on external APIs will always incur a delay. The Customer will hear silence during this processing and no audio feedback / silence detection.
-
Ensure you have no ambiguity in your topics. For instance, the word “
Service” may be too generic if you want to transfer to different services. Rather usehealthcare|medical|emergencyas identifiers or use more complex Regular Expressions to identify replies.
Nimbus AI Services - Audio Intent Analyzer
- The Nimbus Audio Intent analyzer Bot runs on pre-defined prompts. Any usage outside of the descriptions specified under Use Case - Setting up a Nimbus Virtual User for Intent Analysis is not supported. → Check Use Case - Integrating Nimbus Virtual User with external systems to see if it covers your criteria. Luware is working on adding new bot types for additional use case coverage.
🔎By design (not a limitation or reportable issue):
-
Fallback handling: If a workflow uses exits with multiple parameters, e.g. to collect
customer nameandinvoice number, and only one parameter can be retrieved, the fallback exit is taken.
Nimbus AI Services - AI Workflow
☝First Web Requests implementation - planned to be improved:
- The “Description” field in the Web Requests itself is used to explain to the AI what the web request does.
- The Web Request itself can be identified via name, using the "Flow Description" field located in the Virtual Users > Extensions > Web Request section.
🔎By design (not a limitation or reportable issue):
-
Fallback handling: If a workflow uses exits with multiple parameters, e.g. to collect
customer nameandinvoice number, and only one parameter can be retrieved, the fallback exit is taken. - Failed Web Request / MCP fallback: If either a Web Request fails or a connection to an MCP server fails to connect, the with the Fallback exit accordingly. Any (optionally user-specified) “Fallback” parameters will be updated with the response generated by the AI.
Azure Open AI - Open GPT Realtime limitations
☝ This feature is not yet ready for productive use and only enabled for selected customers. We will make further adjustments and update Use Case - Setting up a Nimbus Virtual User using OpenAI GPT Realtime accordingly in an upcoming Nimbus release.