You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/contact-center.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,15 +46,15 @@ Developers have the option of using Azure Communication Services for all of thes
46
46
47
47
Many contact center applications are continuously changing to improve customer experience and meet new business needs. This ongoing evolution can be modeled as a cycle of customer interaction design, implementing that design, and using data to gain insight on potential improvements:
48
48
49
-

49
+

50
50
51
51
## Teams interoperability
52
52
53
53
You can use Azure Communication Services to implement contact center applications without Microsoft Teams integration or licenses. However, Azure and Microsoft Teams are interoperable, and this optional capability can be useful in many scenarios. Business-to-customer (B2C) contact center apps can use Azure's generic chat and VOIP SDKs to provide tailored customer experiences. Developers can connect these branded customer experiences to Microsoft Teams apps and phone system, experiences which are already familiar to many employees and citizen agents.
54
54
55
55
The following diagram shows some Azure and Teams components connected in a contact center setting.
56
56
57
-

57
+

58
58
59
59
60
60
## Architecture diagrams
@@ -65,7 +65,7 @@ The rest of this article provides the high-level architecture and data flows for
65
65
3.[Customer calling a PSTN number, routed by Azure, that is connected to a Teams based agent](#connect-azure-managed-phone-calls-to-teams).
66
66
67
67
### Chat on a website with a bot agent
68
-
Azure Communication Services provides multiple patterns for connecting customers to chat bots and services. You can easily ass rich text chat in a web site or native app using built-in integration with Azure AI Bot Services. You need to link the Bot Service to a Communication Services resource using a channel in the Azure portal. For more information about this scenario, see [Add a bot to your chat app - An Azure Communication Services quickstart](../quickstarts/chat/quickstart-botframework-integration.md).
68
+
Azure Communication Services provides multiple patterns for connecting customers to chat bots and services. You can easily add rich text chat in a web site or native app using built-in integration with Azure AI Bot Services. You need to link the Bot Service to a Communication Services resource using a channel in the Azure portal. For more information about this scenario, see [Add a bot to your chat app - An Azure Communication Services quickstart](../quickstarts/chat/quickstart-botframework-integration.md).
69
69
70
70

71
71
@@ -83,7 +83,7 @@ SMS, email, and Meta WhatsApp are three other channels available for text-based
83
83
### Chat on a website that escalates to a voice call answered by a Teams agent
84
84
Text chat may not be sufficient to meet your customer experience objectives. A chat conversation between a user and a bot can be handed off to an agent in Microsoft Teams. 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&preserve-view=true). 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).
85
85
86
-

86
+

0 commit comments