File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
articles/communication-services/quickstarts/chat Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
title : Add a bot to your chat app
3
3
titleSuffix : An Azure Communication Services quickstart
4
4
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
6
6
manager : potsang
7
7
services : azure-communication-services
8
8
ms.author : tariqzafar
@@ -471,8 +471,8 @@ The following bot activity fields are supported for bot-to-user flows.
471
471
472
472
#### Activities
473
473
474
- - Message activity
475
- - Typing activity
474
+ - Message
475
+ - Typing
476
476
477
477
#### Message activity fields
478
478
@@ -489,35 +489,35 @@ These bot activity fields are supported for user-to-bot flows.
489
489
490
490
#### Activities and fields
491
491
492
- - Message activity
492
+ - Message
493
493
494
494
- ` Id ` (Communication Services Chat message ID)
495
495
- ` TimeStamp `
496
496
- ` Text `
497
497
- ` Attachments `
498
498
499
- - Conversation update activity
499
+ - Conversation update
500
500
501
501
- ` MembersAdded `
502
502
- ` MembersRemoved `
503
503
- ` TopicName `
504
504
505
- - Message update activity
505
+ - Message update
506
506
507
507
- ` Id ` (Updated Communication Services Chat message ID)
508
508
- ` Text `
509
509
- ` Attachments `
510
510
511
- - Message delete activity
511
+ - Message delete
512
512
513
513
- ` Id ` (Deleted Communication Services Chat message ID)
514
514
515
- - Event activity
515
+ - Event
516
516
517
517
- ` Name `
518
518
- ` Value `
519
519
520
- - Typing activity
520
+ - Typing
521
521
522
522
#### Other common fields
523
523
You can’t perform that action at this time.
0 commit comments