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/concepts/advanced-messaging/message-analysis/message-analysis-transparency-faq.md
Message Analysis is an AI feature that analyses the incoming customer messages to extract insights that assist developers to enhance customer interactions. It detects the language, determines the intent (like a service question or complaint), and identifies key topics. Message analysis can help businesses understand how well their communication strategies are working and improve their interactions with customers.
20
+
Message Analysis is an AI feature that analyses the incoming customer messages to extract insights that help developers enhance customer interactions. It detects the language, determines the intent (like a service question or complaint), and identifies key topics. Message analysis can help businesses understand how well their communication strategies are working and improve their interactions with customers.
21
21
22
22
## What can Message Analysis do?
23
23
@@ -63,7 +63,7 @@ This combination of features enables businesses to tailor their responses and be
63
63
64
64
* False positives:
65
65
66
-
* The system may occasionally generate false positive analyses, particularly when dealing with ambiguous, conflicting, or sarcastic content, as well as culturally specific phrases and idioms from customer messages that it cannot accurately interpret.
66
+
* The system may occasionally generate false positive analyses, particularly when dealing with ambiguous, conflicting, or sarcastic content, and culturally specific phrases and idioms from customer messages that it cannot accurately interpret.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/message-analysis/message-analysis-with-azure-openai-quickstart.md
Azure Communication Services now enables you to receive Message Analysis results using your own Azure OpenAI resource.
17
+
Azure Communication Services enables you to receive Message Analysis results using your own Azure OpenAI resource.
18
18
19
19
## Prerequisites
20
20
@@ -28,54 +28,54 @@ Azure Communication Services now enables you to receive Message Analysis results
28
28
29
29
1.**Connect Azure Communication Services with Azure OpenAI Services:**
30
30
31
-
- Open your Azure Communication Services resource and click on the Cognitive Services tab.
32
-
- If system-assigned managed identity isn't enabled, you'll need to enable it.
33
-
- In the Cognitive Services tab, click on "Enable Managed Identity" button.
31
+
a. Open your Azure Communication Services resource and click the **Cognitive Services** tab.
32
+
b. If system-assigned managed identity isn't enabled, you'll need to enable it.
33
+
c. In the Cognitive Services tab, click **Enable Managed Identity**.
34
34
35
35
:::image type="content" source="./media/get-started/enabled-identity.png" lightbox="./media/get-started/enabled-identity.png" alt-text="Screenshot of Enable Managed Identity button.":::
36
36
37
-
- Enable system assigned identity. This action begins the creation of the identity; A pop-up notification appears notifying you that the request is being processed.
37
+
d. Enable system assigned identity. This action begins the creation of the identity. A pop-up alert notifies you that the request is being processed.
38
38
39
39
:::image type="content" source="./media/get-started/enable-system-identity.png" lightbox="./media/get-started/enable-system-identity.png" alt-text="Screenshot of enable managed identity.":::
40
40
41
41
42
-
- When managed identity is enabled, the Cognitive Service tab should show a button 'Connect cognitive service' to connect the two services.
42
+
e. When managed identity is enabled, the Cognitive Service tab displays a **Connect cognitive service** button to connect the two services.
43
43
44
44
:::image type="content" source="./media/get-started/cognitive-services.png" lightbox="./media/get-started/cognitive-services.png" alt-text="Screenshot of Connect cognitive services button.":::
45
45
46
-
- Click on 'Connect cognitive service', select the Subscription, Resource Group, and Resource, and click 'Connect' in the context pane that opens up.
46
+
f. Click **Connect cognitive service**, then select the Subscription, Resource Group, and Resource, and click **Connect** in the context pane.
47
47
48
48
:::image type="content" source="./media/get-started/choose-options.png" lightbox="./media/get-started/choose-options.png" alt-text="Screenshot of Subscription, Resource Group, and Resource in pane.":::
49
49
50
50
2.**Enable Message Analysis:**
51
-
- Go to the **Channels** page of the **Advanced Messaging** tab in your Azure Communication Services resource.
51
+
a. Go to the **Channels** page of the **Advanced Messaging** tab in your Azure Communication Services resource.
52
52
53
53
:::image type="content" source="./media/get-started/channels-page.png" lightbox="./media/get-started/channels-page.png" alt-text="Screenshot that shows the channels page.":::
54
54
55
55
56
-
- Click on the channel you would like to enable Message Analysis on and a channel details page should pop up.
56
+
b. Select the channel of your choice to enable Message Analysis on. The system displays a channel details dialog.
57
57
58
58
:::image type="content" source="./media/get-started/channel-details-list.png" lightbox="./media/get-started/channel-details-list.png" alt-text="Screenshot that shows the channel details page.":::
59
59
60
60
61
-
- Toggle **Allow Message Analysis**, select one of the connected Azure OpenAI services, then choose the desired deployment model for the Message Analysis feature. Then click **Save**.
61
+
c. Toggle **Allow Message Analysis**. Select one of the connected Azure OpenAI services and choose the desired deployment model for the Message Analysis feature. Then click **Save**.
62
62
63
63
:::image type="content" source="./media/get-started/enable-message-analysis.png" lightbox="./media/get-started/enable-message-analysis.png" alt-text="Screenshot that shows how to enable Message Analysis.":::
64
64
65
65
66
66
3.**Set up Event Grid subscription:**
67
67
68
-
-Subscribe to Advanced Message Analysis Completed event by creating or modifying an event subscription. See [Subscribe to Advanced Messaging events](../whatsapp/handle-advanced-messaging-events.md#set-up-event-grid-viewer) for more details on creating event subscriptions.
68
+
Subscribe to Advanced Message Analysis Completed event by creating or modifying an event subscription. See [Subscribe to Advanced Messaging events](../whatsapp/handle-advanced-messaging-events.md#set-up-event-grid-viewer) for more details on creating event subscriptions.
69
69
70
70
:::image type="content" source="./media/get-started/create-event-subscription-message-analysis.png" lightbox="./media/get-started/create-event-subscription-message-analysis.png" alt-text="Screenshot that shows how to create Message Analysis event subscription properties.":::
71
71
72
72
5.**See Message Analysis in action**
73
-
-Send a message from WhatsApp Customer to Contoso business phone number.
73
+
Send a message from WhatsApp Customer to Contoso business phone number.
74
74
75
75
:::image type="content" source="./media/get-started/send-a-message.png" lightbox="./media/get-started/send-a-message.png" alt-text="Screenshot that shows sending a message from Customer to Contoso.":::
76
76
77
77
6.**Receive the Message Analysis event**
78
-
-Receive the Message Analysis event in the Event Grid Viewer that you set up in Step **3**.
78
+
Receive the Message Analysis event in the Event Grid Viewer that you set up in Step **3**.
79
79
80
80
:::image type="content" source="./media/get-started/event-grid-viewer.png" lightbox="./media/get-started/event-grid-viewer.png" alt-text="Screenshot that shows Message Analysis event being received at Event Grid Viewer.":::
0 commit comments