Bots in manifest.json

abbas izadipour 210 Reputation points
2024-01-23T06:30:20.5033333+00:00

How many bots can be in a single manifest.json? In all the Microsoft learning articles on bot applications and all the code examples I have seen so far, manifest.json always had a single bot in the the bots object. Can we add more bots in a single manifest file and what would be the user experience look like?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,898 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,568 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vikram Boorla (Tata Consultancy Services Limi) 250 Reputation points Microsoft Vendor
    2024-01-23T10:31:11.3766667+00:00

    Hello @abbas izadipour The manifest.json file is primarily used to define the configuration and capabilities of a single bot. Each bot has its own manifest file, which includes information about the bot's capabilities, messaging endpoints, and other settings.If you have scenarios where you want to offer multiple bots to users, you would generally create a separate bot for each and provide users with information on how to add and interact with each bot individually. Each bot would have its own manifest file and configuration.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.