Service | Microsoft Docs article | Related commit history on GitHub | Change details |
---|---|---|---|
platform | What Are Bots | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/bots/what-are-bots.md | Title: Bots in Microsoft Teams + Title: Create a bot in Microsoft Teams -description: In this article, use conversational bots in Microsoft Teams to share files, send proactive notification, interactive cards, make calls, invoke bot command, IVR. +description: In this article, learn how to create a bot for Microsoft Teams. ms.localizationpriority: high |
platform | Get Started Overview | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/get-started/get-started-overview.md | Title: Get started - Overview -description: In this module, learn how to build your first Microsoft Teams app based on language and developement environment, understand app capabilities, SDKs. +description: In this module, learn how to create your first Microsoft Teams app based on language and developement environment, understand app capabilities, SDKs. ms.localizationpriority: high Last updated 06/07/2023 |
platform | Bots Create | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/resources/bot-v3/bots-create.md | Title: Create a bot -description: In this module, learn how to create a bots using the Microsoft Bot Framework and ready to work in Microsoft Teams + Title: Bot app in Teams +description: In this module, learn how to build a bot. ms.localizationpriority: medium Last updated 04/02/2023 -# Create a bot +# Build a bot ++> [!IMPORTANT] +> +> This article is based on the v3 Bot Framework SDK. +> +> * If you want to create an AI bot, see [create an AI bot](~/bots/how-to/Teams%20conversational%20AI/teams-conversation-ai-overview.md). +> * If you want to create a basic bot, see [get started](~/get-started/get-started-overview.md), and if you want to look for current documentation version 4.6 or later of the SDK, see [conversational bots](~/bots/what-are-bots.md). All bots created using the Microsoft Bot Framework are configured and ready to work in Microsoft Teams. For more information, see [Bot Framework Documentation](/azure/bot-service/?view=azure-bot-service-3.0&preserve-view=true) for general information on bots. -## Create a bot for Microsoft Teams +## Build a bot for Microsoft Teams -**Teams Developer Portal for Teams** is a tool that can help create your bot, and an app package that references your bot. It also contains a React control library and configurable samples for cards. For more information, see [Getting started with Teams Developer Portal for Teams](~/concepts/build-and-test/teams-developer-portal.md). The steps that follow assume that you are hand configuring your bot and not using **Teams Developer Portal for Teams**: +**Teams Developer Portal for Teams** is a tool that can help build your bot, and an app package that references your bot. It also contains a React control library and configurable samples for cards. For more information, see [Getting started with Teams Developer Portal for Teams](~/concepts/build-and-test/teams-developer-portal.md). The steps that follow assume that you are hand configuring your bot and not using **Teams Developer Portal for Teams**: 1. Create the bot using [Bot Framework](https://dev.botframework.com/bots/new). **Be sure to add Microsoft Teams as a channel from the featured channels list after creating your bot.** Feel free to reuse any Microsoft App ID you generated if you've already created your app package/manifest. |
platform | Build A Dashboard Tab App | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/Build-a-dashboard-tab-app.md | Title: Build a dashboard tab app -description: Describes Dashboard, widget and Graph API call in Teams toolkit +description: Learn how to build dashboard tab app in Teams, customize layout, use a widget, make Graph API calls using Teams Toolkit, and embed a Power BI dashboard. ms.localizationpriority: medium |
platform | App Caching | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/app-caching.md | Title: App caching for your tab app -description: Learn how to enable app caching to your tab app in Teams meeting and how it improves the launch time of the app. +description: Learn how to enable app caching for tab app in Teams, improve app's launch time and about app caching limitations, troubleshooting, and code sample. ms.localizationpriority: high |
platform | Auth Oauth Provider | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/authentication/auth-oauth-provider.md | Title: Use external OAuth providers -description: Authenticate your app users using external OAuth providers and learn how to add it to external browser. +description: Learn how to use external OAuth providers, add authentication to external browsers, and about the authenticate API parameters. ms.localizationpriority: high Last updated 09/01/2022 |
platform | Auth Tab Aad | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/authentication/auth-tab-aad.md | Title: Configure OAuth Authentication for Tab -description: Learn Teams authentication tabs Microsoft Entra ID, authentication in Teams and how to use it in tabs. +description: Learn about third-party OAuth IdP authentication, navigation and authorization page, and how to configure and initiate authentication flow. ms.localizationpriority: medium Last updated 12/13/2022 |
platform | Tab Sso Graph Api | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/authentication/tab-sso-graph-api.md | Title: Microsoft Graph Permissions for Tab -description: Configure additional permissions and scopes, get access token with Microsoft Graph to enable single sign-on (SSO). +description: Learn how to configure API permissions and authentication for different platforms, and get access token with Microsoft Graph to enable single sign-on (SSO). ms.localizationpriority: high keywords: teams authentication tabs Microsoft Azure Active Directory (Azure AD) Graph API Delegated permission access token scope |
platform | Tab Sso Overview | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/authentication/tab-sso-overview.md | Title: SSO in Tab with Microsoft Entra ID -description: Learn about Single sign-on (SSO) authentication in Teams and how to enable it in tabs. +description: Learn about single sign-on (SSO) authentication and user experience in Teams, how to enable SSO in tab app, and understand SSO at runtime. ms.localizationpriority: high Last updated 01/17/2023 |
platform | Tab Sso Troubleshooting | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/authentication/tab-sso-troubleshooting.md | Title: Troubleshoot SSO Authentication -description: Troubleshoot Single sign-on (SSO) authentication issues in Teams and how to use it in tab app. +description: Learn how to troubleshoot single sign-on (SSO) authentication issues in Teams, use in tab app, handle error messages, and extend support for Microsoft Graph. ms.localizationpriority: high keywords: teams authentication tabs Microsoft Azure Active Directory (Azure AD) SSO errors questions |
platform | Conversational Tabs | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/conversational-tabs.md | Title: Create conversational tabs -description: Learn to create conversational tabs in Microsoft Teams to start, continue, enhance, and close a conversation. +description: Learn how to create conversational tabs and subentities in Microsoft Teams and functions such as start, continue, enhance, and close a conversation. ms.localizationpriority: high |
platform | Create Personal Tab | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/create-personal-tab.md | Only `contentUrl` and `websiteUrl` changes are supported for `setConfig`, other | Sample name | Description | .NET |Node.js|Manifest| |-|-||-|-|-|Tab personal| Sample app, which showcases custom personal Tab with ASP.NET core for group chat, channels, and meetings. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal/mvc-csharp) | NA |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal/mvc-csharp/demo-manifest/tab-personal.zip)| +|Tab personal| Sample app, which showcases custom personal Tab with ASP.NET core for group chat, channels, and meetings. | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal/mvc-csharp) | [View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal-quickstart/js) |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-personal/mvc-csharp/demo-manifest/tab-personal.zip)| ## Next step |
platform | Developer Tools | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/developer-tools.md | Title: DevTools for Microsoft Teams tabs -description: In this module, learn how to get to the DevTools when using the Microsoft Teams Desktop Client and debugging. +description: Learn about DevTools for Microsoft Teams tabs and how to access and debug DevTools using Teams desktop or mobile client (Android). ms.localizationpriority: medium Last updated 08/29/2022 |
platform | Tab Navigation | https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/tab-navigation.md | Title: Tab app navigation -description: Learn about options for navigation within a tab app using the Microsoft Teams JavaScript client library (TeamsJS). +description: Learn about options for navigating between tabs using the Microsoft Teams JavaScript client library (TeamsJS) and how to configure back button navigation. Last updated 05/31/2023 |