-
Notifications
You must be signed in to change notification settings - Fork 889
Readme for the bot-proactive-messaging-teamsfx sample has been updated. #1726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,100 +1,133 @@ | ||||||
| --- | ||||||
|
|
||||||
| page_type: sample | ||||||
| description: This sample bot showcases proactive messaging capabilities in Microsoft Teams by storing user conversation references to send scheduled or triggered reminder notifications. | ||||||
| products: | ||||||
| - office-teams | ||||||
| - office | ||||||
| - office-365 | ||||||
| languages: | ||||||
| - nodejs | ||||||
| extensions: | ||||||
| contentType: samples | ||||||
| createdDate: "10-04-2022 17:00:25" | ||||||
| urlFragment: officedev-microsoft-teams-samples-bot-proactive-messaging-teamsfx-nodejs | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| # How to use this Proactive message bots app | ||||||
|
|
||||||
| This sample bot showcases proactive messaging capabilities in Microsoft Teams by storing user conversation references to send scheduled or triggered reminder notifications. The app is designed for local debugging and deployment to Azure, offering full integration with Microsoft 365 Agents Toolkit for streamlined setup and testing. | ||||||
|
|
||||||
| ## Prerequisites | ||||||
| ## Play with the App | ||||||
|
|
||||||
| - [NodeJS](https://nodejs.org/en/) | ||||||
| - An M365 account. If you do not have M365 account, apply one from [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program) | ||||||
| - [Microsoft 365 Agents Toolkit Visual Studio Code Extension](https://aka.ms/teams-toolkit) version after 1.55 or [Microsoft 365 Agents Toolkit CLI](https://aka.ms/teams-toolkit-cli) | ||||||
| This sample provides following functionality: | ||||||
|
|
||||||
| - You can send any command to bot to get the same message echoed back. | ||||||
|
||||||
| - You can send any command to bot to get the same message echoed back. | |
| - You can send any command to the bot to get the same message echoed back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've added this as a new item—can we format it similarly to the README of the other project?
Copilot
AI
Jul 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct grammar: replace "does not contains" with "does not contain".
| - **Zip** up the contents of the `appManifest` folder to create a `manifest.zip` (Make sure that zip file does not contains any subfolder otherwise you will get error while uploading your .zip package) | |
| - **Zip** up the contents of the `appManifest` folder to create a `manifest.zip` (Make sure that zip file does not contain any subfolder otherwise you will get error while uploading your .zip package) |
Copilot
AI
Jul 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possessive apostrophe missing: change "bots response" to "bot's response".
| Message the bot and it will respond with a proactive hello. Add a message reaction to the bots response, and the bot will reply accordingly. | |
| Message the bot and it will respond with a proactive hello. Add a message reaction to the bot's response, and the bot will reply accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding the definite article "the": change to "This sample provides the following functionality:".