Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions msteams-platform/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@
- name: Teams JavaScript client library
href: tabs/how-to/using-teams-client-library.md
displayName: iFrame, execute URL, getTabInstances
- name: Bot Framework SDK for Node.js
- name: Microsoft 365 Microsoft 365 Agents SDK (previously known as Bot Framework SDK) for Node.js
href: https://github.com/Microsoft/botbuilder-js
- name: Bot Framework SDK for .NET
- name: Microsoft 365 Microsoft 365 Agents SDK (previously known as Bot Framework SDK) for .NET
href: https://github.com/Microsoft/botbuilder-dotnet
- name: Microsoft Graph SDKs
href: /graph/sdks/sdks-overview
Expand Down Expand Up @@ -394,7 +394,7 @@
displayName: AI bot, bot capability, command bot, workflow bot, custom engine agent, agent, conversational bot, activity handler, bot logic, notification bot
- name: Bots and agents in Teams
href: bots/build-a-bot.md
displayName: Bot samples, Code sample, Teams AI library, Microsoft Bot Framework SDK, build a bot, build AI bot, command bot, workflow bot, custom engine agent, agent, conversational bot, notification bot, tools, platforms, Azure OpenAI, Microsoft 365 Agents Toolkit, Azure AI Foundry
displayName: Bot samples, Code sample, Teams AI library, Microsoft 365 Agents SDK (previously known as Bot Framework SDK), build a bot, build AI bot, command bot, workflow bot, custom engine agent, agent, conversational bot, notification bot, tools, platforms, Azure OpenAI, Microsoft 365 Agents Toolkit, Azure AI Foundry
- name: Custom engine agent overview
href: /microsoft-365-copilot/extensibility/overview-custom-engine-agent?toc=/microsoftteams/platform/toc.json&bc=/microsoftteams/platform/breadcrumb/toc.json
displayName: AI bot, Teams AI library, custom agent
Expand All @@ -415,7 +415,7 @@
displayName: AI label, citations, feedback buttons, sensitivity label, Powered by AI UX Kit
- name: Understand bot concepts
href: bots/bot-concepts.md
displayName: Microsoft Bot Framework SDK, Activity handler, Bot logic, Teams handler
displayName: Microsoft 365 Agents SDK (previously known as Bot Framework SDK), Activity handler, Bot logic, Teams handler
- name: Send and receive messages
items:
- name: Build conversational capability
Expand Down Expand Up @@ -445,7 +445,7 @@
displayName: Adapter, notifications
- name: Send proactive messages
href: bots/how-to/conversations/send-proactive-messages.md
displayName: conversationId, send message, bot framework, notification,
displayName: conversationId, send message, Microsoft 365 Agents SDK (previously known as Bot Framework SDK), notification,
- name: Command bot in Teams
href: bots/how-to/conversations/command-bot-in-teams.md
displayName: bot initialization
Expand Down Expand Up @@ -545,7 +545,7 @@
- name: Create API-based message extensions
href: messaging-extensions/create-api-message-extension.md
displayName: API-based, Microsoft 365 Agents Toolkit CLI, Developer Portal, Visual Studio Code, Visual Studio
- name: Build message extensions using Bot Framework
- name: Build message extensions using Microsoft 365 Agents SDK (previously known as Bot Framework SDK)
items:
- name: Bot-based message extensions
href: messaging-extensions/build-bot-based-message-extension.md
Expand Down Expand Up @@ -740,7 +740,7 @@
items:
- name: Dialogs overview
href: task-modules-and-cards/what-are-task-modules.md
displayName: Task module, open dialog, command bot, Bot Framework Web Chat, Adaptive Card
displayName: Task module, open dialog, command bot, Microsoft 365 Agents SDK (previously known as Bot Framework SDK) Web Chat, Adaptive Card
- name: Invoke and dismiss dialogs
href: task-modules-and-cards/task-modules/invoking-task-modules.md
displayName: JavaScript dialogs (task modules), keyboard and accessibility guidelines, module sizing, css
Expand Down
4 changes: 2 additions & 2 deletions msteams-platform/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ tools:
imageSrc: ./assets/icons/logo_js.png
url: /microsoftteams/platform/tabs/how-to/using-teams-client-library
# Card
- title: Node.js Bot Framework SDK for bots and message extensions
- title: Node.js Microsoft 365 Agents SDK (previously known as Bot Framework SDK) for bots and message extensions
# imageSrc should be square in ratio with no whitespace
imageSrc: ./assets/icons/logo_nodejs.png
url: https://github.com/Microsoft/botbuilder-js
# Card
- title: .NET Bot Framework SDK for bots and message extensions
- title: .NET Microsoft 365 Agents SDK (previously known as Bot Framework SDK) for bots and message extensions
# imageSrc should be square in ratio with no whitespace
imageSrc: ./assets/icons/logo_net.png
url: https://github.com/Microsoft/botbuilder-dotnet/
Expand Down