{How to} Enhance IVR with generative answers optimized for voice in Copilot Studio
In Microsoft Copilot Studio you can allow the bot to generate responses from knowledge sources.
Steps
-
Open your Copilot Studio bot.
-
Go to Topics → Generative Answers.
-
Enable Generative AI responses.
-
Connect knowledge sources such as:
-
SharePoint
-
Public websites
-
Dataverse
-
Uploaded documents (PDF/Word)
-
This allows the bot to generate answers instead of only using scripted topics.
To make the bot work as an IVR, connect it to voice channels via:
-
Azure Communication Services
-
Microsoft Teams
-
Dynamics 365 Customer Service
-
Third-party contact centers (Genesys, Avaya, etc.)
These platforms handle:
-
Speech-to-text
-
Text-to-speech
-
Call routing
LLM responses are normally written for text, so you must shape them for spoken IVR.
Use Voice Response Instructions
In the Generative Answers configuration, add instructions like:
Respond in a short conversational style suitable for voice.Use sentences under 15 words.Avoid bullet lists and long explanations.Pause between ideas.If the answer is long, summarize first and offer to provide more details.
Example transformation:
Normal LLM output
Our return policy allows customers to return products within 30 days provided that the product is unused and in its original packaging.
Voice-optimized
You can return items within 30 days.
The product must be unused and in the original packaging.
In IVR flows you should always handle uncertain AI answers.
Typical pattern:
User question
↓
Generative Answer
↓
Confidence check
↓
If low confidence → transfer to agent
Use Power Automate actions or topic conditions to:
- escalate calls
- ask clarification questions
- repeat simplified answers
IVR responses must be shorter than chat responses.
Recommended limits:
| Type | Length |
|---|---|
| Primary answer | 1–2 sentences |
| Follow-up details | Optional |
| Total speaking time | < 15 seconds |
Voice bots should confirm understanding.
Example:
“Your order was shipped yesterday.
Would you like the tracking number?”
This improves call flow and reduces frustration.
7. Improve Voice Naturalness (SSML)
Use Speech Synthesis Markup Language (SSML) with Azure TTS.
Example:
<speak>
Your order shipped yesterday.
<break time="500ms"/>
Would you like the tracking number?
</speak>
This works with:
-
Azure AI Speech
Track voice interactions using analytics in:
-
Copilot Studio analytics
-
Dynamics contact center insights
Improve by:
-
Adding missing knowledge
-
Shortening responses
-
Adjusting prompt instructions
Published on:
Learn moreWe can help you with {How to} Enhance IVR with generative answers optimized for voice in Copilot Studio
If you want help implementing, troubleshooting, or improving this product, contact us and we’ll point you in the right direction.
Related posts
{How to} use code interpreter on customer uploaded files in agent conversations in copilot studio
Hello Everyone,Today I am going to share my thoughts on the use of the code interpreter on customer-uploaded files in agent conversations in c...
{Do you know}Evaluate test sets with multiple graders in Copilot Studio
Hello Everyone,Today I am going to share my thoughts on the evaluation test sets with multiple graders in Copilot Studio.Let's get started.Yes...
{How to } Make Power Page Portal WCAG 2.1 Level A and AA Standards
Hello Everyone,Today I am going to share my thoughts on how to make power pages portal according to the WCAG 2.1 Level A and AA Standards.Let'...
{How to }Make your copilot multilingual in Microsoft Copilot Studio
Hello Everyone,Today I am going to show how to enable Microsoft Copilot Studio Multilingual.Let's get started.To make your Microsoft Copilot (...
{How to} Use IVR with Omnichannel for customer service in Copilot Studio
Hello Everyone,Today i am going to share my thoughts on using IVR with Omnichannel for Customer Service in Copilot Studio.Let's get started.To...
{How to} Use answering machine detection and proactive engagement tools in Copilot Studio
Hello Everyone,Today I am going to share my thoughts on how answering machine detection and proactive engagement tools work.Let's get started....
{How to } Publish Copilot Agents to WhatsApp
Hello Everyone,Today i am going to share my thoughts on how to publish the copilot agent to whatsapp channel.Let's get started.To publish a Mi...
{How to} Request Information from humans in the loop in Copilot Studio Agent flows
Hello Everyone,Today I am going to share my thoughts on how to request information from humans in the loop in Copilot Studio Agent flows.Let's...
{How to} Reassign an copilot agent's owner with Power Platform API
Hello Everyone,Today I am going to share my thoughts on how to reassign an copilot agent's owner with the Power Platform API.Let's get started...
{Do you know} Business impact of Copilot Studio Agents in Viva Insights
Hello Everyone,Today I am going to share my thoughts on analysing the business impact of Copilot Studio Agents in Viva Insights.Let's get star...
.png)