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/interactive/messages-quickstart-interactive-messages-java.md
+33-4Lines changed: 33 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,48 @@ To set up an environment for sending messages, complete the steps in the followi
24
24
25
25
[!INCLUDE [Setting up for Java Application](../java-application-setup.md)]
26
26
27
-
## Code examples
28
27
29
-
Follow these steps to add required code snippets to the main function of your `App.java` file.
28
+
## Object model
29
+
30
+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
31
+
32
+
| Class Name | Description |
33
+
| --- |--- |
34
+
|`NotificationMessagesClient`| Connects to your Azure Communication Services resource. It sends the messages. |
35
+
|`InteractiveNotificationContent`| Defines the interactive message business can send to user. |
|`TextMessageContent`| Defines the text content for Interactive message body, footer, header. |
41
+
|`VideoMessageContent`| Defines the video content for Interactive message header. |
42
+
|`DocumentMessageContent`| Defines the document content for Interactive message header. |
43
+
|`ImageMessageContent`| Defines the image content for Interactive message header.|
44
+
|`ActionGroupContent`| Defines the ActionGroup or ListOptions content for Interactive message.|
45
+
|`ButtonSetContent`| Defines the Reply Buttons content for Interactive message. |
46
+
|`LinkContent`| Defines the Url or Click-To-Action content for Interactive message. |
47
+
48
+
> [!NOTE]
49
+
> For more information, see the Azure SDK for Java reference at [com.azure.communication.messages Package](/java/api/com.azure.communication.messages).
50
+
51
+
## Common configuration
52
+
53
+
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
54
+
30
55
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
31
56
-[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-java.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,35 @@ To set up an environment for sending messages, complete the steps in the followi
24
24
25
25
[!INCLUDE [Setting up for Java Application](../java-application-setup.md)]
26
26
27
-
## Code examples
28
27
29
-
Follow these steps to add required code snippets to the main function of your `App.java` file.
28
+
## Object model
29
+
30
+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
31
+
32
+
| Class Name | Description |
33
+
| --- | --- |
34
+
|`NotificationMessagesClient`| Connects to your Azure Communication Services resource. It sends the messages. |
35
+
|`ReactionNotificationContent`| Defines the reaction content of the messages with emoji and reply message ID.|
36
+
37
+
> [!NOTE]
38
+
> For more information, see the Azure SDK for Java reference at [com.azure.communication.messages Package](/java/api/com.azure.communication.messages).
39
+
40
+
## Common configuration
41
+
42
+
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
43
+
30
44
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
31
45
-[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-java.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,34 @@ To set up an environment for sending messages, complete the steps in the followi
24
24
25
25
[!INCLUDE [Setting up for Java Application](../java-application-setup.md)]
26
26
27
-
## Code examples
27
+
## Object model
28
+
29
+
The following classes and interfaces handle some of the major features of the Azure Communication Services Messages SDK for Python.
30
+
31
+
| Class Name | Description |
32
+
| --- | --- |
33
+
|`NotificationMessagesClient`| Connects to your Azure Communication Services resource. It sends the messages. |
34
+
|`StickerNotificationContent`| Defines sticker content of the messages. |
35
+
36
+
> [!NOTE]
37
+
> For more information, see the Azure SDK for Java reference at [com.azure.communication.messages Package](/java/api/com.azure.communication.messages).
38
+
39
+
## Common configuration
40
+
41
+
Follow these steps to add required code snippets to the `messages-quickstart.py` python program.
28
42
29
-
Follow these steps to add required code snippets to the main function of your `App.java` file.
30
43
-[Start sending messages between a business and a WhatsApp user](#start-sending-messages-between-a-business-and-a-whatsapp-user).
31
44
-[Authenticate the client](#authenticate-the-client).
0 commit comments