Skip to content

Commit 5093a72

Browse files
authored
Create message-analysis.md
1 parent 45882ff commit 5093a72

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Connect Azure Communication Services to Azure OpenAI services for Message Analysis
3+
titleSuffix: An Azure Communication Services concept document
4+
description: Provides a conceptual doc for connecting Azure Communication Services to Azure AI services for Message Analysis.
5+
author: bashan
6+
ms.service: azure-communication-services
7+
ms.subservice: advanced-messaging
8+
ms.topic: conceptual
9+
ms.date: 07/27/2024
10+
ms.author: bashan
11+
services: azure-communication-services
12+
---
13+
14+
# Connect Azure Communication Services to Azure OpenAI services for Message Analysis
15+
16+
[!INCLUDE [Public Preview Notice](./includes/public-preview-include-document.md)]
17+
18+
Azure Communication Services Advanced Messaging empowers developers to create essential workflows for incoming messages within Azure Communication Services using event triggers. These triggers can initiate actions rooted in tailored business logic. With the integration of our AI-driven event trigger, developers are equipped to analyze and gain insights from inbound messages to enhance a customer self-service approach and utilize AI analysis to bolster customer support. Content analysis is streamlined using Azure OpenAI Services, which also supports a variety of AI model preferences.
19+
In addition, there is no need for developers and businesses to handle credentials themselves. When linking your Azure AI services, managed identities are utilized to access resources owned by you.
20+
21+
Developers can also leverage managed identities to authenticate with any service that accepts Microsoft Entra authentication.
22+
Integrating Azure Open AI endpoints into your application's messaging framework can be accomplished effortlessly, enabling the Message Analysis functionality in Azure Portal. By enabling the feature, supplying Azure Open AI with the appropriate endpoint, and selecting the preferred model, we empower developers to meet their needs and scale effectively. This efficient method allows for meeting analytical objectives without the need to invest considerable time and effort into developing and maintaining a custom AI solution for interpreting message content.
23+
24+
> [!NOTE]
25+
> This integration is supported in limited regions for Azure AI services, for more information about which regions are supported please view the limitations section at the bottom of this document. This integration only supports Multi-service Cognitive Service resource, we recommend if you're creating a new Azure AI Service resource you create a Multi-service Cognitive Service resource or when you're connecting an existing resource confirm that it is a Multi-service Cognitive Service resource.
26+
27+
## Common Scenarios for Message Analysis
28+
By integrating the Azure OpenAI you are delivering dfferentiated customer experiences and modernize the internal processes. Some of the key usecases that you can incorporate in your applications are
29+
30+
### Language Detection
31+
32+
Identifies the language of the message, provides confidence scores, and translate the message into English if the original message is not in English
33+
34+
### Intent Recognition
35+
Analyzes the message to determine the customer’s purpose, such as seeking help or providing feedback.
36+
37+
### Key Phrase Extraction
38+
Extracts important terms and names from the message, which can be crucial for context.
39+
40+
### Build Automation
41+
42+
As a business, I can build automation on top of incoming WhatsApp messages.
43+
44+
45+
## Azure AI services regions supported
46+
47+
This integration between Azure Communication Services and Azure AI services is only supported in the following regions:
48+
- centralus
49+
- northcentralus
50+
- southcentralus
51+
- westcentralus
52+
- eastus
53+
- eastus2
54+
- westus
55+
- westus2
56+
- westus3
57+
- canadacentral
58+
- northeurope
59+
- westeurope
60+
- uksouth
61+
- southafricanorth
62+
- centralindia
63+
- eastasia
64+
- southeastasia
65+
- australiaeast
66+
- brazilsouth
67+
- uaenorth
68+
69+
70+
## Next steps
71+
- Learn about [Message Analysis](../quickstarts/advanced-messaging/whatsapp/message-analysis-with-azure-openai-quickstart)
72+
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md)
73+
- [Send WhatsApp template messages](./concepts/advanced-messaging/whatsapp/template-messages.md)

0 commit comments

Comments
 (0)