AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 228


DRAG DROP

-

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 answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Show Answer
Correct Answer:

Discussion

6 comments
Sign in to comment
zellck
Jul 2, 2023

1. Build and run the bot 2. Open Bot Framework Emulator 3. Connect to bot endpoint https://learn.microsoft.com/en-us/azure/bot-service/bot-service-debug-emulator?view=azure-bot-service-4.0&tabs=csharp#run-a-bot-locally Before connecting your bot to the Bot Framework Emulator, you need to run your bot locally.

kail85
Jun 4, 2023

Answer is correct. Build and run the bot Open the Bot Framework Emulator Connect to the bot endpoint

evangelist
Feb 4, 2024

Given answer is correct and below is why: 1: Build and run the bot: This step involves compiling the bot's code and starting it on your local machine to make it ready to accept connections. 2: Open the Bot Framework Emulator: The Emulator is a desktop application that allows developers to test and debug their bots on localhost or remotely through a tunnel. 3: Connect to the bot endpoint: Within the Bot Framework Emulator, you would connect to the bot's endpoint, usually something like http://localhost:3978/api/messages, to start interacting with your bot.

rdemontis
Nov 8, 2023

I think the answer is correct. Because more than one order could be possible in this case I suppose another solution could be ordering the tasks inverting Build and Run with Open Bot Emulator: 1. Open Bot Framework Emulator 2. Build and run the bot 3. Connect to bot endpoint

reiwanotora
Jun 10, 2024

1. Build and run the bot 2. Open Bot Framework Emulator 3. Connect to bot endpoint

krzkrzkra
Jul 14, 2024

1. Build and run the bot 2. Open Bot Framework Emulator 3. Connect to bot endpoint