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/quickstarts/advanced-messaging/whatsapp/includes/download-media/download-media-javascript.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The following classes and interfaces handle some of the major features of the Az
44
44
45
45
## Common configuration
46
46
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.
48
48
49
49
-[Authenticate the client](#authenticate-the-client).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/interactive/messages-quickstart-interactive-messages-javascript.md
+31-2Lines changed: 31 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,18 +21,47 @@ ms.author: armohamed
21
21
22
22
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
23
23
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. |
|`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
25
48
26
49
Follow these steps to add required code snippets to your `send-messages.js` file.
27
50
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
28
51
-[Authenticate the client](#authenticate-the-client).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/reactions/messages-quickstart-reaction-messages-javascript.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,32 @@ ms.author: armohamed
21
21
22
22
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
23
23
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. |
> 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
25
37
26
38
Follow these steps to add required code snippets to your `send-messages.js` file.
27
39
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
28
40
-[Authenticate the client](#authenticate-the-client).
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/stickers/messages-quickstart-sticker-messages-javascript.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,34 @@ ms.author: armohamed
21
21
22
22
[!INCLUDE [Setting up for JavaScript Application](../javascript-application-setup.md)]
23
23
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
25
37
26
38
Follow these steps to add required code snippets to your `send-messages.js` file.
27
39
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
28
40
-[Authenticate the client](#authenticate-the-client).
0 commit comments