Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.12 KB

File metadata and controls

51 lines (30 loc) · 2.12 KB

Bot Framework Community Visual Studio Project Template for Bot Composer

This Project template for Visual Studio to create for Bot composer custom projects. Currently it contains the following areas:

  • Bot Composer Custom Action
  • Bot Composer Middleware Component
  • Bot Composer Trigger Action ( coming soon )

Installation

Prerequisites

  • Visual Studio 2022 or above.

Download

Download the Template here or
Install template directly from Visual Studio 2022. (Extensions -> Manage Extensions )

Once the template has installed , start the visual studio Goto create a project option.
Note : You can filter the project based on AI Bots or Bot Composer

image

Templates

1. Bot Composer Custom Action

This template is use to create a Custom action project for Bot Composer

select the "Bot Composer Custom Action(Bot Builder Community)" project and enter the project

Create a Project ( Ex: SampleCustomAction) image

Additional information In this section give the option to fill the Title and Description , this information is update into the schema file and click to create to generate the project file.

image



2. Bot Composer Custom Middleware

This template is use to create a custom middleware project for Bot Composer

image

Feedback, Ideas & Contributions

Feedback and/or snippet ideas as well as contributions always welcome. Please submit them via creating an issue in the extension repository: issue list.