Skip to content

Commit 331dba5

Browse files
committed
docs fixes
1 parent 4d02221 commit 331dba5

8 files changed

+12
-13
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/download-media/download-media-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following classes and interfaces handle some of the major features of the Az
3939
4040
## Common configuration
4141

42-
Follow these steps to add the necessary code snippets to the `messages-quickstart.py` python program.
42+
Follow these steps to add the necessary code snippets to the main function of your `App.java` file.
4343

4444
- [Authenticate the client](#authenticate-the-client)
4545
- [Set channel registration ID](#set-channel-registration-id)

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To set up an environment for sending messages, complete the steps in the followi
2727

2828
## Object model
2929

30-
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
30+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK.
3131

3232
| Class Name | Description |
3333
| --- |--- |
@@ -50,7 +50,7 @@ The following classes and interfaces handle some of the major features of the Az
5050
5151
## Common configuration
5252

53-
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
53+
Follow these steps to add required code snippets to the main function of your `App.java` file.
5454

5555
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
5656
- [Authenticate the client](#authenticate-the-client).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-javascript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Follow these steps to add required code snippets to your `send-messages.js` file
5151
- [Authenticate the client](#authenticate-the-client).
5252
- [Set channel registration ID](#set-channel-registration-id).
5353
- [Set recipient list](#set-recipient-list).
54-
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
5554

5655
[!INCLUDE [Common setting for using Advanced Messages SDK](../common-setting-javascript.md)]
5756

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/reactions/messages-quickstart-reaction-messages-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following classes and interfaces handle some of the major features of the Az
3939
4040
## Common configuration
4141

42-
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
42+
Follow these steps to add required code snippets to the main function of your `App.java` file.
4343

4444
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
4545
- [Authenticate the client](#authenticate-the-client).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/stickers/messages-quickstart-sticker-messages-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To set up an environment for sending messages, complete the steps in the followi
2626

2727
## Object model
2828

29-
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
29+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Java.
3030

3131
| Class Name | Description |
3232
| --- | --- |
@@ -38,7 +38,7 @@ The following classes and interfaces handle some of the major features of the Az
3838
3939
## Common configuration
4040

41-
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
41+
Follow these steps to add required code snippets to the main function of your `App.java` file.
4242

4343
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
4444
- [Authenticate the client](#authenticate-the-client).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following classes and interfaces handle some of the major features of the Az
4141

4242
## Common configuration
4343

44-
Follow these steps to add the necessary code snippets to the `messages-quickstart.py` python program.
44+
Follow these steps to add the necessary code snippets to the main function of your `App.java` file.
4545
- [Create and manage WhatsApp template message](#create-and-manage-whatsapp-template-message).
4646
- [Authenticate the client](#authenticate-the-client).
4747
- [Set channel registration ID](#set-channel-registration-id).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/messages-quickstart-template-messages-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: shamkh
2222

2323
## Object model
2424

25-
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Java.
25+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Javascript.
2626

2727
| Class Name | Description |
2828
| --- | --- |
@@ -44,7 +44,7 @@ The following classes and interfaces handle some of the major features of the Az
4444

4545
## Common configuration
4646

47-
Follow these steps to add the necessary code snippets to the `messages-quickstart.py` python program.
47+
Follow these steps to add the necessary code snippets to the main function of your `send-messages.js` file.
4848
- [Create and manage WhatsApp template message](#create-and-manage-whatsapp-template-message).
4949
- [Authenticate the client](#authenticate-the-client).
5050
- [Set channel registration ID](#set-channel-registration-id).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/template-messages-quick-reference-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: memontic
1919

2020
## Object model
2121

22-
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
22+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for .NET.
2323

2424
| Class Name | Description |
2525
| --- | --- |
@@ -41,7 +41,7 @@ The following classes and interfaces handle some of the major features of the Az
4141

4242
## Common configuration
4343

44-
Follow these steps to add the necessary code snippets to the `messages-quickstart.py` python program.
44+
Follow these steps to add the necessary code snippets to the Main function of your `Program.cs` file.
4545
- [Create and manage WhatsApp template message](#create-and-manage-whatsapp-template-message).
4646
- [Authenticate the client](#authenticate-the-client).
4747
- [Set channel registration ID](#set-channel-registration-id).
@@ -65,7 +65,7 @@ For more information about WhatsApp requirements for templates, see the WhatsApp
6565

6666
## Code examples
6767

68-
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
68+
Follow these steps to add required code snippets to the Main function of your `Program.cs` file.
6969
- [List WhatsApp templates in Azure portal](#list-whatsapp-templates-in-azure-portal).
7070
- [Send Template message with no parameters](#send-template-message-with-no-parameters).
7171
- [Send Template message with text parameters in the body](#send-template-message-with-text-parameters-in-the-body).

0 commit comments

Comments
 (0)