In this quickstart we will walk you through how to create an echo bot using the Bot Framework Composer Echo Bot template, and then test your bot in the Emulator.
All of the prerequisites for creating an echo bot are included in Set up Bot Framework Composer with Yarn.
- Follow the instructions in Set up Bot Framework Composer with Yarn to get Composer running. After opening Composer in a browser click the Echo Bot button at the top of the Examples list on the homepage.
- Fill in the Name as you want or keep the default name
EchoBot-0
and 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 or keep the default location and click Next.
- You will now see your bot's main dialog. In the properties panel on the right 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 Test in Emulator 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.