Skip to content

Commit 04d0620

Browse files
authored
Update message-analysis.md
changes to address clarity.
1 parent b5456b2 commit 04d0620

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

articles/communication-services/concepts/advanced-messaging/message-analysis.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ titleSuffix: An Azure Communication Services concept document
44
description: Provides a conceptual doc for connecting Azure Communication Services to Azure AI services for Message Analysis.
55
author: bashan
66
ms.service: azure-communication-services
7-
ms.subservice: advanced-messaging
87
ms.topic: conceptual
98
ms.date: 07/27/2024
109
ms.author: bashan
@@ -13,23 +12,23 @@ services: azure-communication-services
1312

1413
# Connect Azure Communication Services to Azure OpenAI services for Message Analysis
1514

16-
[!INCLUDE [Public Preview Notice](./includes/public-preview-include-document.md)]
15+
[!INCLUDE [Public Preview Notice](../includes/public-preview-include-document.md)]
1716

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.
17+
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. Developers can analyze and gain insights from inbound messages to enhance customer service experience. With the integration of our AI-driven event trigger, Developers can utilize AI analysis to bolster customer support. Content analysis is streamlined using Azure OpenAI Services, which also supports various AI model preferences.
18+
In addition, there's 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.
2019

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.
20+
Developers can also use managed identities to authenticate with any service that accepts Microsoft Entra authentication.
21+
Integrating Azure OpenAI endpoints into your application's messaging framework can be accomplished effortlessly by enabling the Message Analysis functionality in Azure portal in your communication service resources. When enabling the feature, you're going to configure a Azure OpenAI endpoint, and selecting the preferred model. This efficient method empower developers to meet their needs and scale effectively 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.
2322

2423
> [!NOTE]
2524
> 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.
2625
2726
## 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
27+
Developers are now able to deliver differentiated customer experiences and modernize the internal processes by easily integrating the Azure OpenAI to the message flow. Some of the key usecases that you can incorporate in your applications are listed below.
2928

3029
### Language Detection
3130

32-
Identifies the language of the message, provides confidence scores, and translate the message into English if the original message is not in English
31+
Identifies the language of the message, provides confidence scores, and translate the message into English if the original message isn't in English
3332

3433
### Intent Recognition
3534
Analyzes the message to determine the customer’s purpose, such as seeking help or providing feedback.
@@ -41,7 +40,6 @@ Extracts important terms and names from the message, which can be crucial for co
4140

4241
As a business, I can build automation on top of incoming WhatsApp messages.
4342

44-
4543
## Azure AI services regions supported
4644

4745
This integration between Azure Communication Services and Azure AI services is only supported in the following regions:
@@ -68,6 +66,5 @@ This integration between Azure Communication Services and Azure AI services is o
6866

6967

7068
## 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)
69+
- [Handle Advanced Messaging events](../../quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events.md)
70+
- [Send WhatsApp template messages](./whatsapp/template-messages.md)

0 commit comments

Comments
 (0)