In this quickstart will walk you through how to create a simple echo bot using the Bot Framework Composer Echo Bot template and then test it.
All of the prerequisites for creating an echo bot are included in setup Composer with Yarn.
- Follow the instructions in setup Composer with Yarn to get Composer running. After opening in a browser click the Echo Bot button at the top of the Examples list on the homepage.
- Fill in the Name with
EchoBotand copyThis is a simple echo bot. It echoes back the user's response.to the Description box. Choose where you want to save the bot and click Next.
- You know will see your bot's main dialog. On the right in the Property panel click the dropdown under Recognizer Type and select
None. Since this is a simple echo bot you don't need to use any recognizers or LUIS models.
- You're now ready to start and test your bot. Click Start Bot in the top right. You will then see the Test in Emulator button show up. Click that and Bot Framework Emulator should start.
- Type anything in the Emulator to have the bot echo back your response.
You've successfully created an echo bot!
Create a weather bot using Composer.




