Skip to content

Commit 046f156

Browse files
committed
edits
1 parent 58e0d94 commit 046f156

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/communication-services/quickstarts/chat/quickstart-botframework-integration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add a bot to your chat app
33
titleSuffix: An Azure Communication Services quickstart
44
description: Learn how to build a chat experience with a bot by using the Azure Communication Services Chat SDK and Azure Bot Service.
5-
author: tariqzafar
5+
author: tariqzafa700
66
manager: potsang
77
services: azure-communication-services
88
ms.author: tariqzafar
@@ -471,8 +471,8 @@ The following bot activity fields are supported for bot-to-user flows.
471471

472472
#### Activities
473473

474-
- Message activity
475-
- Typing activity
474+
- Message
475+
- Typing
476476

477477
#### Message activity fields
478478

@@ -489,35 +489,35 @@ These bot activity fields are supported for user-to-bot flows.
489489

490490
#### Activities and fields
491491

492-
- Message activity
492+
- Message
493493

494494
- `Id` (Communication Services Chat message ID)
495495
- `TimeStamp`
496496
- `Text`
497497
- `Attachments`
498498

499-
- Conversation update activity
499+
- Conversation update
500500

501501
- `MembersAdded`
502502
- `MembersRemoved`
503503
- `TopicName`
504504

505-
- Message update activity
505+
- Message update
506506

507507
- `Id` (Updated Communication Services Chat message ID)
508508
- `Text`
509509
- `Attachments`
510510

511-
- Message delete activity
511+
- Message delete
512512

513513
- `Id` (Deleted Communication Services Chat message ID)
514514

515-
- Event activity
515+
- Event
516516

517517
- `Name`
518518
- `Value`
519519

520-
- Typing activity
520+
- Typing
521521

522522
#### Other common fields
523523

0 commit comments

Comments
 (0)