ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - AI-102 discussion

Report
Export

HOTSPOT

You are building a chatbot for a Microsoft Teams channel by using the Microsoft Bot Framework SDK. The chatbot will use the following code.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Question 23
Correct answer: Question 23

Explanation:

Box 1: Yes

The ActivityHandler.OnMembersAddedAsync method overrides this in a derived class to provide logic for when members other than the bot join the conversation, such as your bot's welcome logic.

Box 2: Yes

membersAdded is a list of all the members added to the conversation, as described by the conversation update activity. Box 3: No

Reference:

https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.activityhandler.onmembersaddedasync?view=botbuilder-dotnet-stable

asked 26/09/2024
Bart Hakstege
38 questions
User
0 comments
Sorted by

Leave a comment first