Skip to content

Commit 95224be

Browse files
committed
docs fixes
1 parent 4564683 commit 95224be

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

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
@@ -64,7 +64,7 @@ Follow these steps to add required code snippets to the main function of your `A
6464
Follow these steps to add required code snippets to the main function of your `App.java` file.
6565
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
6666
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
67-
- [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)
67+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user)
6868

6969
### Send an Interactive List options message to a WhatsApp user
7070

@@ -144,7 +144,7 @@ for (MessageReceipt messageReceipt : textMessageResult.getReceipts()) {
144144
}
145145
```
146146

147-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
147+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
148148

149149
The Messages SDK enables Contoso to send interactive WhatsApp messages, when initiated by a WhatsApp users. To send interactive messages:
150150
- [WhatsApp Channel ID](#set-channel-registration-id).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Follow these steps to add required code snippets to your `send-messages.js` file
5959
Follow these steps to add required code snippets to your `send-messages.js` file.
6060
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
6161
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
62-
- [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)
62+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user)
6363

6464

6565
### Send an Interactive List options message to a WhatsApp user
@@ -245,7 +245,7 @@ main().catch((error) => {
245245
});
246246
```
247247

248-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
248+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
249249

250250
The Messages SDK enables Contoso to send interactive WhatsApp messages, when initiated by a WhatsApp users. To send interactive messages:
251251
- [WhatsApp Channel ID](#set-channel-registration-id).

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Messages SDK supports the following WhatsApp Interactive messages:
5959

6060
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-list-options-message-to-a-whatsapp-user).
6161
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
62-
- [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).
62+
- [Send an Interactive Click-to-action URL-based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user).
6363

6464
### Send an Interactive List options message to a WhatsApp user
6565

@@ -168,14 +168,13 @@ public async Task SendWhatsAppReplyButtonMessage()
168168
}
169169
```
170170

171-
### Send an Interactive Click-to-action URL-based message to a WhatsApp user
171+
### Send an Interactive Call-To-Action URL-based message to a WhatsApp user
172172

173173
To send Click-To-Action or URL-based messages:
174174

175175
- [WhatsApp Channel ID](#set-channel-registration-id).
176176
- [Recipient Phone Number in E.164 format](#set-recipient-list).
177-
178-
Click-To-Action Messages can be created using the following properties:
177+
- Call-To-Action Messages can be created using the following properties:
179178

180179
| Action type | Description |
181180
| --- | --- |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The Messages SDK supports the following WhatsApp Interactive messages:
6262

6363
- [Send an Interactive List options message to a WhatsApp user](#send-an-interactive-list-options-message-to-a-whatsapp-user).
6464
- [Send an Interactive Reply Button message to a WhatsApp user](#send-an-interactive-reply-button-message-to-a-whatsapp-user).
65-
- [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).
65+
- [Send an Interactive Click-to-action Url based message to a WhatsApp user](#send-an-interactive-call-to-action-url-based-message-to-a-whatsapp-user).
6666

6767
### Send an Interactive List options message to a WhatsApp user
6868

@@ -207,12 +207,12 @@ To run `send_whatsappreplybutton_message()`, update the [main method](#basic-pro
207207

208208
:::image type="content" source="../../media/interactive-reaction-sticker/reply-button-interactive-message.jpg" lightbox="../../media/interactive-reaction-sticker/reply-button-interactive-message.jpg" alt-text="Screenshot that shows WhatsApp Reply Button interactive message from Business to User.":::
209209

210-
### Send an Interactive Click-to-action Url based message to a WhatsApp user
210+
### Send an Interactive Call-To-Action Url based message to a WhatsApp user
211211

212212
The Messages SDK enables Contoso to send image WhatsApp messages to WhatsApp users. To send image embedded messages:
213213
- [WhatsApp Channel ID](#set-channel-registration-id)
214214
- [Recipient Phone Number in E16 format](#set-recipient-list)
215-
- Click-To-Action or Link content Message can be created using given properties:
215+
- Call-To-Action or Link content can be created using given properties:
216216

217217
| Action type | Description |
218218
| --- | --- |

0 commit comments

Comments
 (0)