Skip to content

Commit

Permalink
Update New Description
Browse files Browse the repository at this point in the history
  • Loading branch information
Harikrishnan-MSFT committed Oct 24, 2024
1 parent 0703c2b commit 0a5873f
Show file tree
Hide file tree
Showing 110 changed files with 152 additions and 199 deletions.
40 changes: 19 additions & 21 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion samples/msgext-action-preview/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This app demonstrates action preview capabilities in Teams Messaging Extensions using Bot Framework v4.
description: This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users.
products:
- office-teams
- office
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-preview/csharp/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "officedev-microsoft-teams-samples-msgext-action-preview-csharp",
"source": "officeDev",
"title": "Action based Messaging Extension with preview using Bot Framework v4",
"shortDescription": " This app demonstrates action preview capabilities in Teams Messaging Extensions using Bot Framework v4.",
"shortDescription": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action-preview/csharp",
"longDescription": [
"This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-preview/java/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: Sample app demonstrating card creation in Teams Messaging Extensions.
description: This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users.
products:
- office-teams
- office
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"description": {
"short": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"full": "This sample app illustrates the creation of simple cards in Teams Messaging Extensions based on parameters entered by users in a Task Module. Built with Spring Boot, it also demonstrates how a bot can send messages on behalf of users, enhancing engagement and interaction flow."
"full": "This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
},
"accentColor": "#FFFFFF",
"bots": [
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action-preview/java/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "officedev-microsoft-teams-samples-msgext-action-preview-java",
"source": "officeDev",
"title": "Action based Messaging Extension with preview using Bot Framework v4",
"shortDescription": "This app showcases how to create cards in Teams Messaging Extensions using user input from a Task Module.",
"shortDescription": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action-preview/java",
"longDescription": [
"This sample app illustrates the creation of simple cards in Teams Messaging Extensions based on parameters entered by users in a Task Module. Built with Spring Boot, it also demonstrates how a bot can send messages on behalf of users, enhancing engagement and interaction flow."
"This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
],
"creationDateTime": "2019-10-17",
"updateDateTime": "2024-10-11",
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-preview/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: Action-based Teams Messaging Extension sample with interactive previews.
description: This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users.
products:
- office-teams
- office
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"description": {
"short": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"full": "Experience an action-based messaging extension for Microsoft Teams that supports bots, message extensions, and action commands. Users can interact seamlessly with the bot and preview actions directly in their chat environment."
"full": "This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
},
"accentColor": "#FFFFFF",
"bots": [
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action-preview/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "officedev-microsoft-teams-samples-msgext-action-preview-nodejs",
"source": "officeDev",
"title": "Messaging Extension Action Preview",
"shortDescription": "Action-based Teams Messaging Extension sample with interactive previews.",
"shortDescription": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action-preview/nodejs",
"longDescription": [
"This is an sample app demonstrating an Action Based Messaging Extension with Preview"
"This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
],
"creationDateTime": "2022-10-04",
"updateDateTime": "2024-10-11",
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-preview/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample app demonstrates an Action-Based Messaging Extension for Microsoft Teams.
description: This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users.
products:
- office-teams
- office
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"description": {
"short": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"full": "This sample showcases how to create an Action-Based Messaging Extension in Microsoft Teams, allowing users to generate a card from Task Module inputs. It includes features such as bots, message extensions, and interaction capabilities for a seamless user experience."
"full": "This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
},
"accentColor": "#FFFFFF",
"bots": [
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action-preview/python/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "officedev-microsoft-teams-samples-msgext-action-preview-python",
"source": "officeDev",
"title": "Action based Messaging Extension with preview using Bot Framework v4",
"shortDescription": "This sample app demonstrates an Action-Based Messaging Extension for Microsoft Teams.",
"shortDescription": "Explore a bot demo using card-based Messaging Extensions in Microsoft Teams.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action-preview/python",
"longDescription": [
"This sample showcases how to create an Action-Based Messaging Extension in Microsoft Teams, allowing users to generate a card from Task Module inputs. It includes features such as bots, message extensions, and interaction capabilities for a seamless user experience."
"This sample app illustrates how to utilize action previews in Teams Messaging Extensions, allowing users to create cards from input in a Task Module. It showcases bot interactions that enhance user engagement by attributing messages to users."
],
"creationDateTime": "2019-10-17",
"updateDateTime": "2024-10-11",
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-quickstart/js/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample demonstrates a Messaging Extension that accepts parameters and returns a card in Microsoft Teams.
description: This sample app showcases a Hello World Messaging Extension that processes parameters and generates a card in Microsoft Teams. It also illustrates how to receive and handle forwarded messages, enhancing interaction through action commands and message extensions.
products:
- office-teams
- office
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"description": {
"short": "Hello World Messaging Extension that creates a card and accepts parameters.",
"full": "This sample demonstrates a Messaging Extension that accepts parameters and returns a card in Microsoft Teams."
"full": "This sample app showcases a Hello World Messaging Extension that processes parameters and generates a card in Microsoft Teams. It also illustrates how to receive and handle forwarded messages, enhancing interaction through action commands and message extensions."
},
"accentColor": "#FFFFFF",
"composeExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action-quickstart/js/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "officedev-microsoft-teams-samples-msgext-action-quickstart-js",
"source": "officeDev",
"title": "Action messaging extension",
"shortDescription": "This sample demonstrates a Messaging Extension that accepts parameters and returns a card in Microsoft Teams.",
"shortDescription": "Hello World Messaging Extension that creates a card and accepts parameters.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action-quickstart/js",
"longDescription": [
"This sample app showcases a Hello World Messaging Extension that processes parameters and generates a card in Microsoft Teams. It also illustrates how to receive and handle forwarded messages, enhancing interaction through action commands and message extensions."
Expand Down
2 changes: 1 addition & 1 deletion samples/msgext-action/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: Demo app for using Action-Based Messaging Extensions in Microsoft Teams.
description: This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality.
products:
- office-teams
- office
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"full": "Microsoft Teams Action Based Messaging Extension"
},
"description": {
"short": "This sample app illustrates how to implement Action-Based Messaging Extensions in Teams.",
"short": "This sample app illustrates how to implement Action-Based Messaging Extensions.",
"full": "This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
},
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/java/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: Sample app showcasing Action-Based Messaging Extensions for Microsoft Teams.
description: This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality.
products:
- office-teams
- office
Expand All @@ -15,7 +15,7 @@ urlFragment: officedev-microsoft-teams-samples-bot-msgext-action-java

# Teams Message Extension Action Bot

Explore this sample app that demonstrates how to build an Action-Based Messaging Extension for Microsoft Teams using Java and Spring Boot. It highlights key features such as bot interactions, message extensions, and dynamic content creation, allowing users to engage effectively within the Teams environment.
Explore the capabilities of Action-Based Messaging Extensions in Microsoft Teams with this sample app. It showcases how to implement interactive features, including bots and message extensions, allowing users to create content dynamically through a user-friendly interface.

There are two basic types of Messaging Extension in Teams: [Search-based](https://docs.microsoft.com/microsoftteams/platform/messaging-extensions/how-to/search-commands/define-search-command) and [Action-based](https://docs.microsoft.com/microsoftteams/platform/messaging-extensions/how-to/action-commands/define-action-command). This sample illustrates how to
build an Action-based Messaging Extension.
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/java/appManifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"full": "Microsoft Teams Action Based Messaging Extension"
},
"description": {
"short": "Sample app showcasing Action-Based Messaging Extensions for Microsoft Teams.",
"full": "This sample illustrates the creation of an Action-Based Messaging Extension using a Java Spring Boot application, enabling users to interactively generate content. It features seamless integration with bots, message extensions, and action commands for enhanced functionality within Microsoft Teams."
"short": "This sample app illustrates how to implement Action-Based Messaging Extensions",
"full": "This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
},
"icons": {
"outline": "icon-outline.png",
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/java/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "officedev-microsoft-teams-samples-msgext-action-java",
"source": "officeDev",
"title": "Action Based Messaging Extensions",
"shortDescription": "This sample app demonstrates how to build an Action-Based Messaging Extension for Teams.",
"shortDescription": "This sample app demonstrates how to build an Action-Based Messaging Extension",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action/java",
"longDescription": [
"This sample illustrates the creation of an Action-Based Messaging Extension using a Java Spring Boot application, enabling users to interactively generate content. It features seamless integration with bots, message extensions, and action commands for enhanced functionality within Microsoft Teams."
"This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
],
"creationDateTime": "2019-10-17",
"updateDateTime": "2024-10-11",
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample application showcases how to implement Action-Based Messaging Extensions for Teams using Node.js.
description: This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality.
products:
- office-teams
- office
Expand All @@ -14,7 +14,7 @@ urlFragment: officedev-microsoft-teams-samples-msgext-action-nodejs
---

# Teams Messaging Extensions Action
Discover this sample application that demonstrates how to build Action-Based Messaging Extensions in Microsoft Teams with Node.js. It showcases essential features like bot interactions, message extensions, and various action commands, providing an interactive experience for users.
Explore the capabilities of Action-Based Messaging Extensions in Microsoft Teams with this sample app. It showcases how to implement interactive features, including bots and message extensions, allowing users to create content dynamically through a user-friendly interface.

This bot has been created using [Bot Framework](https://dev.botframework.com). This sample shows
how to incorporate basic conversational flow into a Teams application. It also illustrates a few of the Teams specific calls you can make from your bot.
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/nodejs/appManifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"full": "Microsoft Teams Action Based Messaging Extension"
},
"description": {
"short": "Sample app demonstrating Action-Based Messaging Extensions in Microsoft Teams.",
"full": "This sample application showcases how to implement Action-Based Messaging Extensions for Teams using Node.js."
"short": "This sample app illustrates how to implement Action-Based Messaging Extensions.",
"full": "This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
},
"icons": {
"outline": "outline.png",
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "officedev-microsoft-teams-samples-msgext-action-nodejs",
"source": "officeDev",
"title": "Messaging Extension Action",
"shortDescription": "This sample application showcases how to implement Action-Based Messaging Extensions for Teams using Node.js.",
"shortDescription": "This sample app illustrates how to implement Action-Based Messaging Extensions.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-action/nodejs",
"longDescription": [
"This sample app illustrates the creation of Action-Based Messaging Extensions in Microsoft Teams, using Node.js to enable interactive conversations. It includes features such as bot interactions, message extensions, and action commands, allowing users to engage seamlessly within the Teams environment."
"This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
],
"creationDateTime": "2022-10-04",
"updateDateTime": "2024-10-11",
Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample app illustrates how to create an Action-Based Messaging Extension for Teams using Python.
description: This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality.
products:
- office-teams
- office
Expand All @@ -15,7 +15,7 @@ urlFragment: officedev-microsoft-teams-samples-bot-msgext-action-python

# Teams Messaging Extensions Action

Explore this sample application that demonstrates how to build Action-Based Messaging Extensions for Microsoft Teams using Python. It highlights key functionalities such as bot interactions, message extensions, and customizable action commands, providing a rich and engaging experience for users.
Explore the capabilities of Action-Based Messaging Extensions in Microsoft Teams with this sample app. It showcases how to implement interactive features, including bots and message extensions, allowing users to create content dynamically through a user-friendly interface.

[Messaging Extensions](https://docs.microsoft.com/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions) are a special kind of Microsoft Teams application that is support by the [Bot Framework](https://dev.botframework.com) v4.

Expand Down
4 changes: 2 additions & 2 deletions samples/msgext-action/python/appManifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"full": "Microsoft Teams Action Based Messaging Extension"
},
"description": {
"short": "Sample app demonstrating Action-Based Messaging Extensions in Microsoft Teams.",
"full": "This sample app illustrates how to create an Action-Based Messaging Extension for Teams using Python."
"short": "This sample app illustrates how to implement Action-Based Messaging Extensions.",
"full": "This sample demonstrates how to create Action-Based Messaging Extensions for Microsoft Teams, enabling users to interactively generate content. It features bots, message extensions, and seamless integration with user inputs for enhanced functionality."
},
"icons": {
"outline": "icon-outline.png",
Expand Down
Loading

0 comments on commit 0a5873f

Please sign in to comment.