Revise agent reactions documentation for Teams#14326
Conversation
Acrolinx ScorecardsWe currently enforce a minimum score of 80. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
More info about Acrolinx Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally. |
|
|
||
| # [CSharp](#tab/cs1) | ||
|
|
||
|
|
There was a problem hiding this comment.
Put prescriptive instruction for each language in prose over the code sample
|
Learn Build status updates of commit c1c3930:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| msteams-platform/agents-in-teams/agent-reactions.md | View | Details |
msteams-platform/agents-in-teams/agent-reactions.md
- Line 33, Column 3: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#enable-an-agent-to-add-reactions' in 'agents-in-teams/agent-reactions.md'. - Line 123, Column 172: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#enable-an-agent-to-add-reactions' in 'agents-in-teams/agent-reactions.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
| ```csharp | ||
| app.OnMessage(async context => | ||
| { | ||
| await context.Send("Hello! I'll react to this message."); |
There was a problem hiding this comment.
Should be "to your message" in all examples?
| @@ -2,21 +2,21 @@ | |||
| title: Agent Reactions in Teams - Overview | |||
| Like users, agents can add multiple reactions to each message in a conversation, and can also remove reactions after adding them. Users and agents can only remove their own reactions, not those placed by others. | ||
|
|
||
|
|
||
| You can enable an agent to send reactions using Teams SDK or REST APIs. An agent can send up to two reactions per second. To enable an agent to send a reaction to a message: |
There was a problem hiding this comment.
TODO remove "enable" everywhere
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
There was a problem hiding this comment.
| # [REST API](#tab/h1) |
Apply everywhere
| - [Best practices](#best-practices) | ||
|
|
||
| ## Enable an agent to add reactions | ||
| ## React to a message |
There was a problem hiding this comment.
| ## React to a message | |
| ## Add and remove reactions on messages |
Just cover both
| > - `200 OK` is also returned if the agent or bot adds a reaction that already exists or removes one that isn’t applied. These operations don’t return errors. | ||
| > - You can find more information on [error codes for sending messages](../bots/build-conversational-capability.md). | ||
|
|
||
| ## Modify skin tone for emojis |
There was a problem hiding this comment.
Move this to the reference page
Updated the overview of agent reactions in Teams, including changes to the title, description, and content structure.
c1c3930 to
03b7aba
Compare
Acrolinx ScorecardsWe currently enforce a minimum score of 80. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology:
More info about Acrolinx Use the Acrolinx extension, or sidebar, in Visual Studio Code to check spelling, grammar, style, tone, clarity, and key terminology when you're creating or updating content. For more information, see Use the Visual Studio Code extension to run Acrolinx locally. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 03b7aba:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| msteams-platform/agents-in-teams/agent-reactions.md | View | Details | |
| msteams-platform/TOC.yml | ✅Succeeded | View |
msteams-platform/agents-in-teams/agent-reactions.md
- Line 33, Column 3: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#enable-an-agent-to-add-reactions' in 'agents-in-teams/agent-reactions.md'. - Line 122, Column 172: [Warning: bookmark-not-found - See documentation]
Cannot find bookmark '#enable-an-agent-to-add-reactions' in 'agents-in-teams/agent-reactions.md'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Updated the overview of agent reactions in Teams, including changes to the title, description, and content structure.
Preview