AI-102 · Question #213
Drag and Drop Question You build a bot by using the Microsoft Bot Framework SDK. You need to test the bot interactively on a local machine. Which three actions should you perform in sequence? To…
The correct answer is Build and run the bot.; Open the Bot Framework Emulator.; Connect to the bot endpoint. To test a Bot Framework SDK bot locally, you must first build and run the bot so it starts listening on a local endpoint (typically http://localhost:3978). Next, you open the Bot Framework Emulator, which is the dedicated tool for interactively testing bots locally. Finally…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Build and run the bot.
- Open the Bot Framework Emulator.
- Connect to the bot endpoint.
Explanation
To test a Bot Framework SDK bot locally, you must first build and run the bot so it starts listening on a local endpoint (typically http://localhost:3978). Next, you open the Bot Framework Emulator, which is the dedicated tool for interactively testing bots locally. Finally, you connect the Emulator to the bot's local endpoint, allowing you to send and receive messages interactively without any cloud deployment.
Topics
Community Discussion
No community discussion yet for this question.
