Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.83 KB

File metadata and controls

33 lines (19 loc) · 1.83 KB

Create an echo bot using Bot Framework Composer

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.

Prerequisites

All of the prerequisites for creating an echo bot are included in setup Composer with Yarn.

Creating an echo bot

  1. 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.

homepage new button

  1. Fill in the Name withEchoBot and copy This 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.

echo bot details

  1. 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.

set recognizer type

  1. 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.

start bot

  1. Type anything in the Emulator to have the bot echo back your response.

test in emulator

You've successfully created an echo bot!

Next Steps

Create a weather bot using Composer.