Skip to content

Commit cb5e12f

Browse files
authored
Fixes learn links for contact center docs
1 parent 2c42818 commit cb5e12f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/communication-services/tutorials/contact-center.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Contact center applications are focused on unscheduled communication between **c
2020

2121
Azure and Teams are interoperable. This interoperability gives organizations choice in how they interact with customers using the Microsoft Cloud. Three examples include:
2222

23-
- **Teams Phone** provides a zero-code suite for customer communication using [Teams Cloud Auto attendants and Call queues](https://learn.microsoft.com/microsoftteams/plan-auto-attendant-call-queue) and [Click-to-call](https://techcommunity.microsoft.com/t5/microsoft-teams-blog/what-s-new-in-microsoft-teams-at-enterprise-connect-2023/ba-p/3774374).
23+
- **Teams Phone** provides a zero-code suite for customer communication using [Teams Cloud Auto attendants and Call queues](/microsoftteams/plan-auto-attendant-call-queue) and [Click-to-call](https://techcommunity.microsoft.com/t5/microsoft-teams-blog/what-s-new-in-microsoft-teams-at-enterprise-connect-2023/ba-p/3774374).
2424
- **Teams + Azure hybrid.** Combine Teams with a custom Azure application to manage or route communication, or for a custom consumer or agent experience. This document currently focuses on these scenarios.
2525
- **Azure custom.** Build the entire customer engagement experience on Azure primitives – the business experience, the consumer experience, the job routing, and the intelligent insights. Azure Communication Services provides several products for custom solutions such as:
26-
- [Call Automation](https://learn.microsoft.com/azure/communication-services/concepts/call-automation/call-automation-teams-interop) – Build AI assisted programmable calling workflows
27-
- [Job Router](https://learn.microsoft.com/azure/communication-services/concepts/router/concepts) – Match jobs to the most suitable worker
28-
- [UI Library](https://learn.microsoft.com/azure/communication-services/concepts/ui-library/ui-library-overview?pivots=platform-web) – Develop custom web and mobile experiences for end users
26+
- [Call Automation](/azure/communication-services/concepts/call-automation/call-automation-teams-interop) – Build AI assisted programmable calling workflows
27+
- [Job Router](/azure/communication-services/concepts/router/concepts) – Match jobs to the most suitable worker
28+
- [UI Library](/azure/communication-services/concepts/ui-library/ui-library-overview?pivots=platform-web) – Develop custom web and mobile experiences for end users
2929

30-
Developers interested in scheduled business-to-consumer interactions should read our [Virtual Visits](https://learn.microsoft.com/azure/communication-services/tutorials/virtual-visits) tutorial. This article focuses on *inbound* engagement, where the consumer initiates communication. Many businesses also have *outbound* communication needs, for which we recommend the outbound customer engagement tutorial.
30+
Developers interested in scheduled business-to-consumer interactions should read our [Virtual Visits](/azure/communication-services/tutorials/virtual-visits) tutorial. This article focuses on *inbound* engagement, where the consumer initiates communication. Many businesses also have *outbound* communication needs, for which we recommend the outbound customer engagement tutorial.
3131

3232
The term “contact center” captures a large family of applications diverse across scale, channels, and organizational approach:
3333

@@ -54,7 +54,7 @@ These examples build on each other in increasing complexity. GitHub and the Azur
5454

5555
# Chat on a website with a bot agent
5656

57-
Communication Services Chat applications can be integrated with an Azure Bot Service. The Bot Service needs to be linked to a Communication Services resource using a channel in the Azure Portal. To learn more about this scenario, see [Add a bot to your chat app - An Azure Communication Services quickstart](https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/chat/quickstart-botframework-integration).
57+
Communication Services Chat applications can be integrated with an Azure Bot Service. The Bot Service needs to be linked to a Communication Services resource using a channel in the Azure Portal. To learn more about this scenario, see [Add a bot to your chat app - An Azure Communication Services quickstart](/azure/communication-services/quickstarts/chat/quickstart-botframework-integration).
5858

5959
![Data flow diagram for chat with a bot agent](media/contact-center/dfd-chat-bot.png)
6060

@@ -68,7 +68,7 @@ Communication Services Chat applications can be integrated with an Azure Bot Ser
6868

6969
# Chat on a website that escalates to a voice call answered by a Teams agent
7070

71-
A conversation between a user and a bot can be handed off to an agent in Teams. Optionally, a Teams Voice App such as an Auto Attendant or Call Queue can control the transition. To learn more about bot handoff integration models, see [Transition conversations from bot to human - Bot Service](https://learn.microsoft.com/azure/bot-service/bot-service-design-pattern-handoff-human?view=azure-bot-service-4.0). To learn more about Teams Auto Attendants and Call Queues, see [Plan for Teams Auto attendants and Call queues - Microsoft Teams](https://learn.microsoft.com/microsoftteams/plan-auto-attendant-call-queue).
71+
A conversation between a user and a bot can be handed off to an agent in Teams. Optionally, a Teams Voice App such as an Auto Attendant or Call Queue can control the transition. To learn more about bot handoff integration models, see [Transition conversations from bot to human - Bot Service](/azure/bot-service/bot-service-design-pattern-handoff-human?view=azure-bot-service-4.0). To learn more about Teams Auto Attendants and Call Queues, see [Plan for Teams Auto attendants and Call queues - Microsoft Teams](/microsoftteams/plan-auto-attendant-call-queue).
7272

7373
![Data flow diagram for chat escalating to a call](media/contact-center/dfd-escalate-to-call.png)
7474

@@ -82,7 +82,7 @@ A conversation between a user and a bot can be handed off to an agent in Teams.
8282

8383
## Detailed capabilities
8484

85-
The following list presents the set of features that are currently available for contact centers in Azure Communication Services. For detailed capability information, see [Azure Communication Services Calling SDK overview](https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/calling-sdk-features). Azure Communication Services Calling to Teams, including Teams Auto Attendant and Call Queue, requires setup to be completed as described in [Teams calling and chat interoperability](https://learn.microsoft.com/azure/communication-services/concepts/interop/calling-chat).
85+
The following list presents the set of features that are currently available for contact centers in Azure Communication Services. For detailed capability information, see [Azure Communication Services Calling SDK overview](/azure/communication-services/concepts/voice-video-calling/calling-sdk-features). Azure Communication Services Calling to Teams, including Teams Auto Attendant and Call Queue, requires setup to be completed as described in [Teams calling and chat interoperability](/azure/communication-services/concepts/interop/calling-chat).
8686

8787
| Group of features | Capability | Public Preview | General Availability |
8888
|----------------------------|----------------------------------------|----------------|----------------------|
@@ -126,16 +126,16 @@ The following list presents the set of features that are currently available for
126126

127127
## Additional Resources
128128

129-
1. [Teams calling and chat interoperability - An Azure Communication Services concept document](https://learn.microsoft.com/azure/communication-services/concepts/interop/calling-chat)
130-
2. [Quickstart: Join your calling app to a Teams call queue](https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-call-queue)
131-
3. [Quickstart - Teams Auto Attendant on Azure Communication Services](https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-auto-attendant)
132-
4. [Get started with a click to call experience using Azure Communication Services - An Azure Communication Services tutorial](https://learn.microsoft.com/azure/communication-services/tutorials/calling-widget/calling-widget-overview)
129+
1. [Teams calling and chat interoperability - An Azure Communication Services concept document](/azure/communication-services/concepts/interop/calling-chat)
130+
2. [Quickstart: Join your calling app to a Teams call queue](/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-call-queue)
131+
3. [Quickstart - Teams Auto Attendant on Azure Communication Services](/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-auto-attendant)
132+
4. [Get started with a click to call experience using Azure Communication Services - An Azure Communication Services tutorial](/azure/communication-services/tutorials/calling-widget/calling-widget-overview)
133133

134134
# Extend your contact center voice solution to Teams users
135135

136136
Improve the efficiency of your contact center operations by inviting subject matter experts into your customer service workflows. With Azure Communication Services Call Automation API, developers can add subject matter experts, who use Microsoft Teams, to existing customer service calls to provide expert advice and help agents improve their first call resolution rate.
137137
This interoperability is offered over VoIP and makes it easy for developers to implement per-region multi-tenant trunks that maximize value and reduce telephony infrastructure overhead.
138138

139139
![Data flow diagram for adding a Teams user to a call](media/contact-center/dfd-add-teams-user-to-call.png)
140-
To learn more about Call Automation API and how a contact center can leverage this interoperability with Teams, see [Deliver expedient customer service by adding Microsoft Teams users in Call Automation workflows](https://learn.microsoft.com/azure/communication-services/concepts/call-automation/call-automation-teams-interop).
140+
To learn more about Call Automation API and how a contact center can leverage this interoperability with Teams, see [Deliver expedient customer service by adding Microsoft Teams users in Call Automation workflows](/azure/communication-services/concepts/call-automation/call-automation-teams-interop).
141141

0 commit comments

Comments
 (0)