Skip to content

Commit 2f02f8a

Browse files
committed
merge fixes
1 parent e1b805d commit 2f02f8a

File tree

4 files changed

+71
-6
lines changed

4 files changed

+71
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 required code snippets to the `messages-quickstart.py` python program.
47+
Follow these steps to add required code snippets to the main function of your `DownloadMedia.js` file.
4848

4949
- [Authenticate the client](#authenticate-the-client).
5050
- [Set channel registration ID](#set-channel-registration-id).

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,47 @@ ms.author: armohamed
2121

2222
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
2323

24-
## Code examples
24+
## Object model
25+
26+
The following classes and interfaces handle some of the major features of the Azure Communication Services Advance Messaging SDK for JavaScript.
27+
28+
| Class Name | Description |
29+
| --- |--- |
30+
| `NotificationMessagesClient` | Connects to your Azure Communication Services resource. It sends the messages. |
31+
| `InteractiveNotificationContent` | Defines the interactive message business can send to user. |
32+
| `InteractiveMessage` | Defines interactive message content.|
33+
| `WhatsAppListActionBindings` | Defines WhatsApp List interactive message properties binding. |
34+
| `WhatsAppButtonActionBindings`| Defines WhatsApp Button interactive message properties binding.|
35+
| `WhatsAppUrlActionBindings` | Defines WhatsApp Url interactive message properties binding.|
36+
| `TextMessageContent` | Defines the text content for Interactive message body, footer, header. |
37+
| `VideoMessageContent` | Defines the video content for Interactive message header. |
38+
| `DocumentMessageContent` | Defines the document content for Interactive message header. |
39+
| `ImageMessageContent` | Defines the image content for Interactive message header.|
40+
| `ActionGroupContent` | Defines the ActionGroup or ListOptions content for Interactive message.|
41+
| `ButtonSetContent` | Defines the Reply Buttons content for Interactive message. |
42+
| `LinkContent` | Defines the Url or Click-To-Action content for Interactive message. |
43+
44+
> [!NOTE]
45+
> For more information, see the Azure SDK for JavaScript reference [@azure-rest/communication-messages package](/javascript/api/@azure-rest/communication-messages)
46+
47+
## Common configuration
2548

2649
Follow these steps to add required code snippets to your `send-messages.js` file.
2750
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
2851
- [Authenticate the client](#authenticate-the-client).
2952
- [Set channel registration ID](#set-channel-registration-id).
3053
- [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).
55+
56+
[!INCLUDE [Common setting for using Advanced Messages SDK](../common-setting-javascript.md)]
57+
58+
## Code examples
59+
60+
Follow these steps to add required code snippets to your `send-messages.js` file.
3161
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
3262
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
3363
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-click-to-action-url-based-message-to-a-whatsapp-user)
3464

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

3766
### Send an Interactive List options message to a WhatsApp user
3867

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,32 @@ ms.author: armohamed
2121

2222
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
2323

24-
## Code examples
24+
## Object model
25+
26+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Javascript.
27+
28+
| Class Name | Description |
29+
| --- | --- |
30+
| `NotificationMessagesClient` | Connects to your Azure Communication Services resource. It sends the messages. |
31+
| `ReactionNotificationContent` | Defines reaction message content. |
32+
33+
> [!NOTE]
34+
> For more information, see the Azure SDK for JavaScript reference [@azure-rest/communication-messages package](/javascript/api/@azure-rest/communication-messages)
35+
36+
## Common configuration
2537

2638
Follow these steps to add required code snippets to your `send-messages.js` file.
2739
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
2840
- [Authenticate the client](#authenticate-the-client).
2941
- [Set channel registration ID](#set-channel-registration-id).
3042
- [Set recipient list](#set-recipient-list).
43+
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
44+
45+
[!INCLUDE [Common setting for using Advanced Messages SDK](../common-setting-javascript.md)]
46+
47+
## Code examples
48+
49+
Follow these steps to add required code snippets to your `send-messages.js` file.
3150
- [Send a Reaction messages to a WhatsApp user message](#send-a-reaction-messages-to-a-whatsapp-user-message).
3251

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

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,34 @@ ms.author: armohamed
2121

2222
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
2323

24-
## Code examples
24+
## Object model
25+
26+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Javascript.
27+
28+
| Class Name | Description |
29+
| --- | --- |
30+
| `NotificationMessagesClient` | Connects to your Azure Communication Services resource. It sends the messages. |
31+
| `StickerNotificationContent` | Defines sticker content of the messages. |
32+
33+
> [!NOTE]
34+
> For more information, see the Azure SDK for JavaScript reference [@azure-rest/communication-messages package](/javascript/api/@azure-rest/communication-messages)
35+
36+
## Common configuration
2537

2638
Follow these steps to add required code snippets to your `send-messages.js` file.
2739
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
2840
- [Authenticate the client](#authenticate-the-client).
2941
- [Set channel registration ID](#set-channel-registration-id).
3042
- [Set recipient list](#set-recipient-list).
31-
- [Send a Sticker messages to a WhatsApp user](#send-a-sticker-messages-to-a-whatsapp-user).
43+
- [Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
3244

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

47+
## Code examples
48+
49+
Follow these steps to add required code snippets to your `send-messages.js` file.
50+
- [Send a Sticker messages to a WhatsApp user](#send-a-sticker-messages-to-a-whatsapp-user).
51+
3552
### Send a sticker messages to a WhatsApp user
3653

3754
The Messages SDK enables Contoso to send reaction WhatsApp messages, when initiated by WhatsApp users. To send text messages:

0 commit comments

Comments
 (0)