Service | Microsoft Docs article | Related commit history on GitHub | Change details |
---|---|---|---|
platform | Meeting Apps Apis | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/apps-in-teams-meetings/meeting-apps-apis.md | The following examples show how to capture the participant join and leave events # [Participant join event](#tab/participant-join-event) -[Sample code reference](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/csharp/MeetingEvents/Bots/ActivityBot.cs#L35) + * [SDK reference](/dotnet/api/microsoft.bot.builder.teams.teamsactivityhandler.onteamsmeetingparticipantsjoinasync?view=botbuilder-dotnet-stable&preserve-view=true) ++ * [Sample code reference](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/csharp/MeetingEvents/Bots/ActivityBot.cs#L35) ```csharp //Invoked on participant join a meeting protected override async Task OnTeamsMeetingParticipantsJoinAsync(MeetingPartici # [Participant leave event](#tab/participant-leave-event) -[Sample code reference](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/csharp/MeetingEvents/Bots/ActivityBot.cs#L48) + * [SDK reference](/dotnet/api/microsoft.bot.builder.teams.teamsactivityhandler.onteamsmeetingparticipantsleaveasync?view=botbuilder-dotnet-stable&preserve-view=true) ++ * [Sample code reference](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/meetings-events/csharp/MeetingEvents/Bots/ActivityBot.cs#L48) ```csharp //Invoked on participant leave a meeting |
platform | Test Team Rsc Json File | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/graph-api/rsc/test-team-rsc-json-file.md | Title: Test RSC for a team in Teams -description: In this module, learn how to test resource-specific consent for a team in Teams using Postman with a sample JSON file. +description: In this module, learn how to test resource-specific consent (RSC) for a team in Microsoft Teams using Postman with sample JSON file. ms.localizationpriority: medium |
platform | Actions In M365 Quick Start Guide | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md | Title: Actions in Microsoft 365 Quick Starts -description: In this article, learn how to create Actions in Microsoft 365, function of Actions and its use cases. +description: In this article, learn how to build and run the sample app for Actions in Microsoft 365 using Teams Toolkit in Visual Studio Code, its functions and use cases. Last updated 12/8/2023 You can try your Actions in the Microsoft 365 home page, right-click a Word, Exc :::image type="content" source="images/actions-context-menu.png" alt-text="The screenshot shows the actions in context menu."::: If you want to run Actions in the Microsoft 365 on Azure, see [sample.](https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/m365-actions-preview/nodejs/README.md#optional-deploy-the-app-to-azure)- |
platform | Actions In M365 | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/actions-in-m365.md | Title: Actions in Microsoft 365 -description: In this article, learn more about the function of Actions and its use cases. +description: In this article, learn more about the function of Actions in Microsoft 365, how Actions work, design guidelines, and its use cases. Last updated 11/16/2023 |
platform | Build Actions In M365 | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/build-actions-in-m365.md | Title: Build Actions in Microsoft 365 -description: In this article, learn more how to build Actions and its use cases. +description: Learn how to build Actions, configure app manifest, retrieve Actions information through context object, access content through Graph API, preinstall Actions. Last updated 12/8/2023 Follow instructions to preinstall your app for entire organization or user group > [!div class="nextstepaction"] > [Actions in Microsoft 365 quick start guide](actions-in-m365-quick-start-guide.md)-- |
platform | Cards Loop Component | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/cards-loop-component.md | Title: Adaptive Card-based Loop Component -description: In this module, learn and build Adaptive Card Loop components. +description: In this module, learn how to build and test Adaptive Card-based Loop components for collaborative experiences within Microsoft Teams. ms.localizationpriority: high Last updated 01/26/2024 |
platform | Design Loop Components | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/design-loop-components.md | Title: Loop component design guidelines -description: In this article, learn how to design Adaptive Card-based Loop components. +description: Learn how to design Adaptive Card-based Loop components, its key features, loop component elements, body, header, and border. Last updated 01/26/2024 |
platform | Extend M365 Meeting App | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/extend-m365-meeting-app.md | Title: Extend a Teams meeting app to Outlook -description: Here's how to ensure your Teams meeting app experience works seamlessly when extended to Outlook +description: Learn how to build and extend Teams meeting app for Outlook and ensure your Teams meeting app experience works seamlessly in Outlook. Last updated 2/28/2024 |
platform | Extend M365 Teams Message Extension | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/extend-m365-teams-message-extension.md | Title: Extend Message Extension to Outlook -description: Learn how to update your search-based message extension to run in Outlook and add Microsoft 365 channel for your bot. +description: Learn how to update search-based message extension to run in Outlook, add Microsoft 365 channel for bot, and update Microsoft Entra app registration for SSO. Last updated 01/31/2023 |
platform | Extend M365 Teams Personal Tab | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/extend-m365-teams-personal-tab.md | Title: Extend Personal Tab to Microsoft 365 -description: Learn how to update your personal tab app to run in Outlook and Microsoft 365 app, in addition to Microsoft Teams. +description: Learn how to update personal tab app to run in Outlook and Microsoft 365 app, configure Content Security Policy headers, update app registration for SSO. Last updated 02/28/2023 |
platform | Me Or Outlook Add In | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/me-or-outlook-add-in.md | Title: Message Extension vs. Outlook Add-in -description: Learn how to decide whether your Microsoft 365 app should be message extension or an Outlook add-in. +description: Learn how to decide whether Microsoft 365 app must be message extension or Outlook add-in, and customer relation, security, attachment, and signature management. Last updated 01/05/2023 ms.localizationpriority: medium The following examples show the recommended app type for different scenarios bas | Customize a signature based on the recipients, new thread or reply, and other contextual facts. | Outlook add-in | | Synchronize a signature across devices. | Outlook add-in | | Enable administrator management of signatures for an organization. | Outlook add-in |- |
platform | Build Api Based Message Extension | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/messaging-extensions/build-api-based-message-extension.md | Title: Build API-based message extension -description: Learn about the requirements and troubleshooting guidelines for an API-based message extension. +description: Learn about the requirements and troubleshooting guidelines for an API-based message extension, authentication, register an API key, and schema mapping. ms.localizationpriority: medium |
platform | Promote App Adoption | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/promote-app-adoption.md | Title: Facilitate App Adoption -description: Learn about the best practices and guidance for app adoption and promotion. +description: Learn about the best practices and guidance for app adoption and promotion, understand how to drive app adoption and track app usage analytics. ms.localizationpriority: medium Last updated 01/04/2024 |
platform | Bots Conv Channel | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bot-conversations/bots-conv-channel.md | Title: Channel/Group Chat Bot Conversations -description: In this module, learn end-to-end scenario of having a conversation with a bot in a channel in Microsoft Teams +description: Learn about end-to-end scenario and @ mentions in bot conversation for channel or group chat within Microsoft Teams and design bots for channels or groups. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Conv Personal | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bot-conversations/bots-conv-personal.md | Title: One-on-one conversations with bots -description: In this module, learn end-to-end scenario of having a one-on-one conversation with a bot in Microsoft Teams +description: Learn about end-to-end scenario of bot conversation in one-on-one chat, design personal bot, and best practices for welcome messages in personal chat. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Cards | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-cards.md | Title: Using cards in bots -description: With this learning path, get started with cards and how they're used in bot messages in the Microsoft Teams. +description: In this article, learn how to get started with cards and how they're used in bot messages in the Microsoft Teams, Teams card references, and card actions. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Create | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-create.md | Title: Bot app in Teams -description: In this module, learn how to build a bot. +description: Learn how to create bots using Microsoft Bot Framework, and use Developer Portal for Teams to register or update app, and bot information in Teams. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Menus | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-menus.md | Title: Add a bot menu -description: In this module, learn how to add a bot menu in Microsoft Teams and create menus for bots in Microsoft Teams +description: In this article, learn how to add and create bot menus in Microsoft Teams, app manifest updates, and its support on Teams mobile client. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Message Format | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-message-format.md | Title: Bot message format -description: In this module, learn details of formatting for bot messages +description: Learn how to format bot messages in Microsoft Teams using Bot Framework SDK including Markdown and HTML tags with platform-specific limitations. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Bots Text Formats | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-text-formats.md | Title: Format Bot Messages & Text -description: In this module, learn text formatting support in bot conversations and formatting text content in Microsoft Teams +description: Learn how to format bot text in Microsoft Teams using Markdown and XML tags with Bot Framework SDK, support in bot conversations, and check platform compatibility. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Faqs | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/faqs.md | Title: Moodle Frequently asked questions -description: In this article, fetch answers to some frequently asked questions while using the Moodle LMS. +description: In this article, check FAQS and answers on Moodle LMS with Microsoft Teams, including synchronization issues, SSO, user sync, and troubleshoot sign-in issues. ms.localizationpriority: high |
platform | Create Extensions | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/messaging-extension-v3/create-extensions.md | Title: Action-based Message Extensions -description: In this module, learn create Action-based message extensions to allow users to trigger external services. +description: Learn how to create and configure action-based message extensions for Microsoft Teams using Bot Framework SDK to allow users to trigger external services. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Messaging Extensions Overview | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/messaging-extension-v3/messaging-extensions-overview.md | Title: Develop message extensions -description: In this module, learn how to get started with message extensions in Microsoft Teams +description: In this module, learn about the types of message extensions, user scenarios, and how to develop message extensions for Microsoft Teams. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Search Extensions | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/messaging-extension-v3/search-extensions.md | Title: Search with message extensions -description: In this article, you learn how to develop search based message extensions +description: Learn how to create search based message extensions for Microsoft Teams using v3 Bot Framework SDK, handle queries, event handlers, authentication, and SDK support. ms.localizationpriority: medium Last updated 04/02/2023 |
platform | Moodleinstructions | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/moodleInstructions.md | Title: Install Moodle LMS -description: In this article, you'll learn how to install and configure the Moodle integration app for Microsoft Teams. +description: Learn how to install and configure Moodle LMS with Microsoft 365 plugins, integrate with Microsoft Teams, and deploy Moodle assistant bot to Azure. ms.localizationpriority: medium |
platform | Localization Schema | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/schema/localization-schema.md | Title: Localize JSON schema reference -description: Describes the localization schema supported by the localization file for Microsoft Teams using an example schema +description: Learn about the localization JSON schema supported by the localization file for Microsoft Teams including schema properties and versions. ms.localizationpriority: medium Last updated 05/20/2019 |
platform | Manifest Schema Dev Preview | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/schema/manifest-schema-dev-preview.md | Title: Developer Preview App Manifest Schema -description: Learn how to enable the developer preview. Sample public developer preview manifest schema for Microsoft Teams. +description: Learn about public developer preview manifest schema for Microsoft Teams, sample app manifest, schema properties, and how to enable developer preview. ms.localizationpriority: medium Last updated 11/15/2021 |
platform | Team Chat Member Api Changes | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/team-chat-member-api-changes.md | Title: Use Bot API to Fetch Team/Chat Members -description: In this module, learn upcoming and in-progress changes to the Bot APIs used for retrieving members of teams and chats +description: Learn about upcoming API changes, deprecating features, and limitations of Bot APIs used for retrieving members of team and chat. ms.localizationpriority: medium Last updated 08/30/2022 # Teams bot API changes to fetch team or chat members ->[!NOTE] -> The deprecation process for `TeamsInfo.getMembers` and `TeamsInfo.GetMembersAsync` APIs have started. Initially, they are heavily throttled to five requests per minute and return a maximum of 10K members per team. This results in the full roster not being returned as team size increases. -> You must update to version 4.10 or higher of the Bot Framework SDK and switch to the paginated API endpoints, or the `TeamsInfo.GetMemberAsync` single user API. This also applies to your bot even if you are not directly using these APIs, as older SDKs call these APIs during [membersAdded](../bots/how-to/conversations/subscribe-to-conversation-events.md#members-added) events. To view the list of upcoming changes, see [API changes](team-chat-member-api-changes.md#api-changes). +> [!NOTE] +> +> * The deprecation process for `TeamsInfo.getMembers` and `TeamsInfo.GetMembersAsync` APIs have started. Initially, they are heavily throttled to five requests per minute and return a maximum of 10K members per team. This results in the full roster not being returned as team size increases. +> * You must update to version 4.10 or higher of the Bot Framework SDK and switch to the paginated API endpoints, or the `TeamsInfo.GetMemberAsync` single user API. This also applies to your bot even if you are not directly using these APIs, as older SDKs call these APIs during [membersAdded](../bots/how-to/conversations/subscribe-to-conversation-events.md#members-added) events. To view the list of upcoming changes, see [API changes](team-chat-member-api-changes.md#api-changes). If you want to retrieve information for one or more members of a chat or team, you can use the [Microsoft Teams bot APIs](/microsoftteams/platform/bots/how-to/get-teams-context?tabs=dotnet#fetch-the-roster-or-user-profile) `TeamsInfo.GetMembersAsync` for C# or `TeamsInfo.getMembers` for TypeScript or Node.js APIs. For more information, see [fetch roster or user profile](../bots/how-to/get-teams-context.md#fetch-the-roster-or-user-profile). |
platform | Teams Contributor Reference | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/teams-contributor-reference.md | Title: Contribute to Teams documentation -description: Learn steps for creating and publishing Teams documentation +description: Learn how to set up workspace and publish Teams documentation, and explore contributor guides, content and style guides, markdown references, and code samples. ms.localizationpriority: medium Last updated 07/27/2022 |
platform | Teams Updates | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/teams-updates.md | Title: The New Microsoft Teams Client -description: Learn about the latest updates to Microsoft Teams. +description: Learn about the new Microsoft Teams, advantages, timelines, rollout, limitations, versions, deprecated features, and latest updates. ms.localizationpriority: medium |
platform | Troubleshoot | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/troubleshoot.md | Title: Troubleshoot your app -description: Troubleshoot issues or errors while building apps for Microsoft Teams +description: Learn about different issues or error scenarios while building apps for Microsoft Teams and how to troubleshoot the issues for bots, tabs, and app package. keywords: teams apps development troubleshooting localization_priority: Normal |
platform | App Templates | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/samples/app-templates.md | Title: App templates for Microsoft Teams -description: Learn to use app templates for Microsoft Teams platform with detailed instructions on deploying and installing an app. +description: Learn about app templates for Teams that includes Microsoft 365 Learning Pathways and Company Communicator with deployment and installation instructions. ms.localizationpriority: medium Last updated 04/28/2023 |
platform | Collaboration Controls Limitations | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/samples/collaboration-controls-limitations.md | Title: Limitations in Collaboration Controls -description: In this module, learn about limitations and known issues in Collaboration controls app for Microsoft Teams. +description: Learn about limitations, known issues, and errors in the Collaboration controls app for Microsoft Teams including Booking Meetings, Tasks, and Files. ms.localizationpriority: medium |
platform | Configure Tasks | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/samples/configure-tasks.md | Title: Configure Tasks - Collaboration Control -description: In this module, learn how to configure Tasks for external clients in Collaboration control app in Microsoft Teams. +description: Learn how to configure Tasks for external clients in Collaboration control app in Microsoft Teams and configure XML schema. ms.localizationpriority: medium |
platform | Virtual Table Entity References | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/samples/virtual-table-entity-references.md | Title: Virtual table entity references -description: In this module, learn about virtual tables entity reference and their attributes in Microsoft Teams. +description: Learn about Collaboration controls virtual entities such as Graph Planner Task, Event, Drive, and Booking Appointment in Teams to Microsoft Graph resources. ms.localizationpriority: medium |
platform | Using Fluid Msteam | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/using-fluid-msteam.md | Title: Use Fluid with Teams -description: Tutorial for integrating Fluid-powered real-time collaboration features into a Microsoft Teams tab application. +description: Learn how to integrate Fluid-powered real-time collaboration features into a Microsoft Teams tab app, its functions and parameters, and Fluid containers. ms.localizationpriority: medium Last updated 12/13/2022 |
platform | Send Activity Feed Notification | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/send-activity-feed-notification.md | Title: Send activity feed notifications -description: Learn to send activity feed notification to help keep users up to date with changes in the tools and workflows. +description: Learn how to send and customize activity feed notifications in chat or team, types and use cases of notification cards, and about reversed activity type. ms.localizationpriority: medium |
platform | Cards And Task Modules | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards-and-task-modules.md | Title: Cards and dialogs -description: Learn about types of cards supported in bots for Teams, such as, Adaptive, Hero, and Thumbnail card, and their actions. +description: Learn about card types such as Adaptive Card, Hero and Thumbnail cards supported in bots for Teams and their actions, format cards, and invoke dialogs. ms.localizationpriority: medium |
platform | Sequential Workflows | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/Universal-actions-for-adaptive-cards/Sequential-Workflows.md | Title: Sequential Workflows -description: In this module, learn about Sequential Workflows for Adaptive cards using Universal Actions with Code samples +description: Learn about Sequential Workflows for Adaptive Cards using Universal Actions with code samples, invoke request received on bot side, and Adaptive Card response. ms.localizationpriority: medium |
platform | Up To Date Views | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/Universal-actions-for-adaptive-cards/Up-To-Date-Views.md | Title: Up to date views -description: In this module, learn about up to date cards views using Universal Bot with Code samples in Microsoft Teams +description: Learn about up to date card views within Adaptive Card in Teams with code samples and approval base card with approve or reject buttons. ms.localizationpriority: medium |
platform | Authentication Flow In Universal Action For Adaptive Cards | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/Universal-actions-for-adaptive-cards/authentication-flow-in-universal-action-for-adaptive-cards.md | Title: Add Third Party Authentication -description: In this module, learn how to add third party authentication to your Adaptive Cards Universal Actions. +description: Learn how to add third party authentication to Adaptive Cards Universal Actions, its scenarios, and about authentication flow. ms.localizationpriority: medium |
platform | Sso Adaptive Cards Universal Action | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/Universal-actions-for-adaptive-cards/sso-adaptive-cards-universal-action.md | Title: SSO for Adaptive Card Universal Actions -description: In this module, learn about how to enable SSO for your Adaptive Cards Universal Actions. +description: Learn how to enable SSO for Adaptive Cards Universal Actions, add code to handle access token and receive token, and consent dialog to get access token. ms.localizationpriority: medium |
platform | Cards Actions | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/cards-actions.md | Title: Add card actions in a bot -description: Learn what are card actions in Microsoft Teams, action types and how to use them in your bots. +description: Learn about card actions in Microsoft Teams, action types such as openAI, messageBack, imBack, invoke, and signin, and how to use card actions in bots. ms.localizationpriority: medium Last updated 05/04/2023 |
platform | Design Effective Cards | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/cards/design-effective-cards.md | Title: Designing Adaptive Cards for your app -description: In this module, learn how to design Adaptive Cards for your Teams app and get the Microsoft Teams UI Kit. +description: Learn about the types of Adaptive Cards, how to design Adaptive Cards for Teams app using Adaptive Card designer and Microsoft Teams UI Kit. ms.localizationpriority: high Last updated 04/25/2023 |
platform | Design Teams Task Modules | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/task-modules/design-teams-task-modules.md | Title: Designing dialogs -description: In this module, learn how to design dialogs (task modules) for your Teams apps and get the Microsoft Teams UI Kit. +description: Learn how to design dialogs (task modules) such as list, form, media, poll for Teams apps using UI templates and get the Microsoft Teams UI Kit. ms.localizationpriority: high Last updated 05/25/2023 |
platform | Task Modules Bots | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/task-modules/task-modules-bots.md | Title: Use dialogs in Microsoft Teams bots -description: Learn how to use dialogs with Microsoft Teams bots, including Bot Framework cards, Adaptive Cards, and deep links. +description: Learn how to use dialogs with Microsoft Teams bots and invoke dialogs, about Bot Framework card and Adaptive Card actions, deep links, and respond to messages. ms.localizationpriority: medium Last updated 01/31/2023 |
platform | What Are Cards | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/task-modules-and-cards/what-are-cards.md | Title: Cards -description: In this module, learn what are cards and how they're used in bots, connectors, and message extensions. +description: Learn about card types, cards specific to bots, connectors, and message extensions, Adaptive Cards overflow menu and Object ID, UPN in user mentions. ms.localizationpriority: high Last updated 01/08/2023 |
platform | Teams Faq | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/teams-faq.md | Title: Teams Developer Documentation - FAQs -description: Frequently asked questions for Teams developer document +description: In this article, check FAQS on Adaptive Card Previewer, bots, Live Share, Microsoft 365 Chat, Teams AI library, Partner Center, and other Teams FAQs. ms.localizationpriority: high For support and help on the product and services issues or developer community h ## Notifications <details>-<summary>How can I save conservation reference in a proactive bot?</summary> +<summary>How can I save conversation reference in a proactive bot?</summary> It's recommended that you save conversation references to database and use the same for building conversation object to send proactive message. |
platform | AAD Manifest Customization | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/AAD-manifest-customization.md | Title: Customize Microsoft Entra Manifest -description: In this module, learn how to edit, customize, and preview the Microsoft Entra manifest with CodeLens in Teams Toolkit. +description: Learn how to edit, customize, and preview Microsoft Entra manifest with CodeLens in Teams Toolkit, app development lifecycle, and view app in Azure portal. ms.localizationpriority: medium |
platform | Add API Connection | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/add-API-connection.md | Title: Integrate existing third-party APIs -description: Learn how toolkit allows bootstrap sample access to existing APIs and the list of different authentication types. +description: Learn how Teams Toolkit allows bootstrap sample access to existing APIs, add API connection, and different authentication types. ms.localizationpriority: medium |
platform | Add How To Guides V5 | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/add-How-to-guides-v5.md | Title: Add How-to guides to Your Teams apps -description: In this module, learn to add How-to guides to Teams Toolkit. +description: Learn to add How-to guides from Teams Toolkit in Visual Studio Code to configure tab, bot, message extension, Outlook Add-in capabilities. ms.localizationpriority: medium |
platform | Add Resource | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/add-resource.md | Title: Add Resources to Teams apps -description: Learn how to add resources of Teams Toolkit and about advantages, limitations, and capabilities. +description: Learn how to add cloud resources such as Azure Functions, Azure SQL Database, Azure API Management, Azure Key Vault using Teams Toolkit in Visual Studio Code. ms.localizationpriority: medium You can add cloud resources in the following ways: :::image type="content" source="~/assets/images/teams-toolkit-v2/manual/cloud/Teams-add-features_1.png" alt-text="Screenshot shows the Command Palette option under View."::: 1. Enter **How-to Guides** and select **Teams:View How-to Guides** from the list.- + :::image type="content" source="../assets/images/teams-toolkit-v2/manual/how-to-guides.png" alt-text="Screenshot shows the selection of View how-to guides from the list."::: 1. From the dropdown list that appears, select the capability you want to add to your app. You're redirected to the respective How-to Guide. |
platform | Build A Basic AI Chatbot In Teams | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/build-a-basic-AI-chatbot-in-teams.md | Title: Build a basic AI Chatbot in Teams -description: In this module, learn how to build a basic AI Chatbot using Teams AI library. +description: Learn how to build and customize a basic AI chatbot using Teams AI library in Teams Toolkit, about bot app source code and workflow. ms.localizationpriority: high-+ Last updated 05/21/2024 |
platform | Build An AI Agent In Teams | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/build-an-AI-agent-in-Teams.md | Title: Build an AI Agent in Teams -description: In this module, learn how to build AI Agent using Teams AI library. +description: Learn how to build AI Agent in Teams AI library using Assistants API within Teams Toolkit, customize prompt augmentation, and assistant creation. ms.localizationpriority: high-+ Last updated 05/21/2024 |