diff --git a/msteams-platform/task-modules-and-cards/cards-and-task-modules.md b/msteams-platform/task-modules-and-cards/cards-and-task-modules.md index ddfd0450239..ca86ce22066 100644 --- a/msteams-platform/task-modules-and-cards/cards-and-task-modules.md +++ b/msteams-platform/task-modules-and-cards/cards-and-task-modules.md @@ -34,7 +34,7 @@ You can add and respond to card actions that: * Send messages and payload to the bot. * Initiate OAuth flow. -You can provide [dynamic search](cards/dynamic-search.md#dynamic-typeahead-search) experience within a large dataset using typeahead control in Adaptive Cards and perform typeahead static search within limited number of choices. Invoke the dialogs in channel or personal tabs, bots, or deep links. Your user's experience for any workflows that requires data input can be improved by adding a dialog to the user's tab. You can invoke dialogs from Teams bots using buttons on Adaptive Cards and Bot Framework cards. +You can provide [dynamic search](cards/dynamic-search.md#dynamic-typeahead-search) experience within a large dataset using typeahead control in Adaptive Cards and perform typeahead static search within limited number of choices. Invoke the dialogs in channel or personal tabs, bots, or deep links. Your user's experience for any workflows that requires data input can be improved by adding a dialog to the user's tab. You can invoke dialogs from Teams bots using buttons on Adaptive Cards and Teams AI library cards. ## See also diff --git a/msteams-platform/task-modules-and-cards/task-modules/invoking-task-modules.md b/msteams-platform/task-modules-and-cards/task-modules/invoking-task-modules.md index c2195341765..c93c3dfeae0 100644 --- a/msteams-platform/task-modules-and-cards/task-modules/invoking-task-modules.md +++ b/msteams-platform/task-modules-and-cards/task-modules/invoking-task-modules.md @@ -222,7 +222,7 @@ Microsoft Teams ensures that keyboard navigation works properly from the dialog |Sample name | Description | .NET | Node.js | Manifest| |----------------|-----------------|--------------|----------------|----------------| -|Dialog sample bots-V4 | This sample app demonstrate how to use Dialogs (referred as task modules in TeamsJS v1.x) using Bot Framework v4. |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/nodejs)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp/demo-manifest/bot-task-module.zip) +|Dialog sample bots-V4 | This sample app demonstrate how to use Dialogs (referred as task modules in TeamsJS v1.x) using Teams AI library. |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/nodejs)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp/demo-manifest/bot-task-module.zip) ## Next step diff --git a/msteams-platform/task-modules-and-cards/task-modules/task-modules-tabs.md b/msteams-platform/task-modules-and-cards/task-modules/task-modules-tabs.md index ac349573960..cf18b930ba1 100644 --- a/msteams-platform/task-modules-and-cards/task-modules/task-modules-tabs.md +++ b/msteams-platform/task-modules-and-cards/task-modules/task-modules-tabs.md @@ -264,7 +264,7 @@ The following table provides the possible values of `err` that your `submitHandl |Sample name | Description | .NET | Node.js | Manifest |----------------|-----------------|--------------|----------------|----------------| -|Dialog sample bots-V4 | This sample app demonstrate how to use Dialogs (referred as task modules in TeamsJS v1.x) using Bot Framework v4. |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/nodejs)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp/demo-manifest/bot-task-module.zip) +|Dialog sample bots-V4 | This sample app demonstrate how to use Dialogs (referred as task modules in TeamsJS v1.x) using Teams AI library. |[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/nodejs)|[View](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/bot-task-module/csharp/demo-manifest/bot-task-module.zip) ## Next step diff --git a/msteams-platform/toolkit/Microsoft-365-Agents-Toolkit-CLI.md b/msteams-platform/toolkit/Microsoft-365-Agents-Toolkit-CLI.md index 0b0fbe9df4e..bb2fa92fb93 100644 --- a/msteams-platform/toolkit/Microsoft-365-Agents-Toolkit-CLI.md +++ b/msteams-platform/toolkit/Microsoft-365-Agents-Toolkit-CLI.md @@ -480,7 +480,7 @@ atk collaborator grant -i false --manifest-file ./appPackage/manifest.json --env ## `atk uninstall` -Clean up resources associated with manifest ID, title ID, or an environment in Microsoft 365 Agents Toolkit generated project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and uploaded custom apps in Microsoft 365 apps. +Clean up resources associated with manifest ID, title ID, or an environment in Microsoft 365 Agents Toolkit generated project. Resources include app registration in Developer Portal, bot registration in Azure Portal, and uploaded custom apps in Microsoft 365 apps. ### `atk uninstall` parameters diff --git a/msteams-platform/webhooks-and-connectors/how-to/add-incoming-webhook.md b/msteams-platform/webhooks-and-connectors/how-to/add-incoming-webhook.md index 49651eb6aa8..2252ebf4904 100644 --- a/msteams-platform/webhooks-and-connectors/how-to/add-incoming-webhook.md +++ b/msteams-platform/webhooks-and-connectors/how-to/add-incoming-webhook.md @@ -40,7 +40,7 @@ The following table provides the features and description of an Incoming Webhook > [!NOTE] > -> * Teams bots, message extensions, Incoming Webhook, and the Bot Framework support Adaptive Cards. Adaptive Card is an open cross-card platform framework that is used in all platforms such as Windows, Android, and iOS. [Teams connectors](../../webhooks-and-connectors/how-to/connectors-creating.md) don't support Adaptive Cards. However, it is possible to create a [flow](https://flow.microsoft.com/blog/microsoft-flow-in-microsoft-teams/) that posts Adaptive Cards to a Teams channel. +> * Teams bots, message extensions, Incoming Webhook, and the Teams AI library support Adaptive Cards. Adaptive Card is an open cross-card platform framework that is used in all platforms such as Windows, Android, and iOS. [Teams connectors](../../webhooks-and-connectors/how-to/connectors-creating.md) don't support Adaptive Cards. However, it is possible to create a [flow](https://flow.microsoft.com/blog/microsoft-flow-in-microsoft-teams/) that posts Adaptive Cards to a Teams channel. > * For more information on cards and webhooks, see [Adaptive Cards and Incoming Webhooks](~/task-modules-and-cards/what-are-cards.md#adaptive-cards-and-incoming-webhooks). ## Create an Incoming Webhook