Create Teams conversation bot

Teams conversation bots allow users to interact with your web service through text, interactive cards, and task modules. Basic conversations are handled through the Bot Framework connector, a single REST API. This API enables your bot to communicate with Teams and other channels. The Bot Builder SDK provides the following features:

  • Easy access to the Bot Framework connector.
  • Additional functionality to manage conversation flow and state.
  • Simple ways to incorporate cognitive services, such as natural language processing (NLP).

When your bot is first added to a group or team, an introduction message is sent. The message provides a brief description of the bot's features and how to use them.

This step-by-step guide helps you to create basic conversation bot in the Teams application. You'll see the following output:

Final output.