Skip to content

Suggested actions proposed updates#14329

Closed
nickwalkmsft wants to merge 12 commits into
mainfrom
nickwalkmsft-patch-1
Closed

Suggested actions proposed updates#14329
nickwalkmsft wants to merge 12 commits into
mainfrom
nickwalkmsft-patch-1

Conversation

@nickwalkmsft

@nickwalkmsft nickwalkmsft commented May 18, 2026

Copy link
Copy Markdown
Collaborator

STATUS: On hold pending #14428 and #14398

Preview

TODO:

  • The description of the fields in "Define prompt starters" needs refining; it says it populates the title, but that's only true for basic "command" commands that don't define a prompt I think.
  • Related to basic commands, i.e. what's covered in Create a command menu
    • They're not covered in this article at all; we mention setting type to prompt but don't discuss the basic value. Note that for title it says "When selected, this text is populated into the compose box", which is true for basic commands I think, but obviously not prompts.
    • The concepts of the "Create a commands menu" article that are still relevant (basic commands, not the UX part) need to be moved to another article, either prompt suggestions or slash commands. Once that's done, it needs to be retired and redirected to wherever the concepts went.
    • The command bot article should also be retired and redirected to the same place. Give it one more look but I don't think there's anything there worth saving.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 98 36 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 7166ac4:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View

For more details, please refer to the build report.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to find a word other than commands given the debut of agent slash commands.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the sentence

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

welcome message

Is there a doc you can link to about welcome messages? And does it say the same thing in the other direction?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We dont have any specific link for these.

* The `type` field indicates whether the bot command is basic or prompt. Set `type` to **prompt** and provide the text in the prompt field. When selected, the prompt text appears in the compose box instead of the title or description.
* The `prompt` field specifies the text that appears in the compose box for a prompt command. It supports up to 4,000 characters.

>[!NOTE]

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use required or similar above, not in a separate note block here. Are these fields not all required?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes

> If you remove any commands from your manifest, you must redeploy your app to implement the changes. In general, any changes to the manifest require you to redeploy your app.

The following image illustrates an example of prompt suggestions:
The following image illustrates an example of prompt starters:

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the images up close to the top of the section.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment thread msteams-platform/bots/how-to/conversations/prompt-suggestions.md Outdated
@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 98 36 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@nickwalkmsft nickwalkmsft changed the title Prompt-suggestions.md updates Suggested actions proposed updates May 18, 2026
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need text that describes the UX of prompt starters and suggested actions (below). For suggested actions you do say that it involves buttons, but it should clearly describe when and where the buttons are placed.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have added some content to add more context

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit ac46680:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded View

For more details, please refer to the build report.

@nickwalkmsft nickwalkmsft May 18, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section needs to be much clearer and more completely describe what to do. What are imBack and Action.Compose?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly does this mean? Not sure what "chat bots with attachments" refers to.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the sentence to improve the meaning

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [Adaptive Cards](https://adaptivecards.microsoft.com/)

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit af24d4f:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ⚠️Warning View Details
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded

msteams-platform/bots/how-to/conversations/prompt-suggestions.md

  • Line 163, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-personal-chat.png'.
  • Line 167, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-personal-chat-mobile.png'.
  • Line 167, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-personal-chat-mobile-lightbox.png'.
  • Line 173, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-gc.png'.
  • Line 177, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-gc-mobile.png'.
  • Line 177, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-gc-mobile-lightbox.png'.
  • Line 183, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-channel.png'.
  • Line 187, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-channel-mobile.png'.
  • Line 187, Column 1: [Warning: file-not-found - See documentation] Invalid file link: '../../assets/images/bots/suggested-action-channel-mobile-lightbox.png'.

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.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit bd5f200:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded

For more details, please refer to the build report.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 8f62099:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded

For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 93 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 1798646:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded

For more details, please refer to the build report.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 91 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 28b6f93:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit 28b6f93004891f965ed480aabfa545be64c44b9c in branch nickwalkmsft-patch-1 of repository https://github.com/MicrosoftDocs/msteams-docs into branch main (commit c22cdd205ae88c63bf2ae56a5d322df6319ca818). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

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.

# Conflicts:
#	msteams-platform/bots/how-to/conversations/prompt-suggestions.md
@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 91 44 link
msteams-platform/includes/bots/suggested-actions.md 88 4 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 8d17d75:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ⚠️Warning View Details
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded

msteams-platform/bots/how-to/conversations/prompt-suggestions.md

  • Line 156, Column 1: [Warning: invalid-tab-group - See documentation] Tab group with different tab id set.

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.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 91 44 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit dfe62ed:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded n/a (file deleted or renamed)

For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 92 39 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 92bf5cf:

✅ Validation status: passed

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ✅Succeeded View
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded n/a (file deleted or renamed)

For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@nickwalkmsft nickwalkmsft self-assigned this May 28, 2026
@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 91 41 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 8d1d82d:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ⚠️Warning View Details
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded n/a (file deleted or renamed)

msteams-platform/bots/how-to/conversations/prompt-suggestions.md

  • Line 32, Column 7: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#suggested-actions-1' in 'bots/how-to/conversations/prompt-suggestions.md', did you mean '#suggested-actions'?

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.

@microsoft-production-github-app

Copy link
Copy Markdown

Acrolinx Scorecards

We 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:

Article Score Issues Scorecard Processed
msteams-platform/bots/how-to/conversations/prompt-suggestions.md 97 35 link

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.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 0fdc540:

⚠️ Validation status: warnings

File Status Preview URL Details
msteams-platform/bots/how-to/conversations/prompt-suggestions.md ⚠️Warning View Details
msteams-platform/includes/bots/suggested-actions.md ✅Succeeded n/a (file deleted or renamed)

msteams-platform/bots/how-to/conversations/prompt-suggestions.md

  • Line 32, Column 7: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#suggested-actions-1' in 'bots/how-to/conversations/prompt-suggestions.md', did you mean '#suggested-actions'?

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.

@SharanGarcha-MSFT

Copy link
Copy Markdown
Collaborator

@nickwalkmsft I have updated the doc as per your inputs and reviewed your suggested changes with the feature PM as well.

Thanks a lot @SharanGarcha-MSFT, this is great. Which PM did you talk to?

I have a few other bits for this and then will get it integrated.

Hi @nickwalkmsft, have added you to the Teams chat group for which we had started working on the document. We have Aneesh Divakarakurup and Yoga Pathak as the stakeholders.

@nickwalkmsft

Copy link
Copy Markdown
Collaborator Author

Obsoleted by #14398 and #14457

@nickwalkmsft
nickwalkmsft deleted the nickwalkmsft-patch-1 branch July 5, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants