ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 24 - AI-102 discussion

Report
Export

HOTSPOT

You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment.

# Greet(user)

- ${Greeting()}, ${user.name}

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 24
Correct answer: Question 24

Explanation:

Box 1: No

Example: Greet a user whose name is stored in `user.name`

- ${ welcomeUser(user.name) }

Example: Greet a user whose name you don't know:

- ${ welcomeUser() }

Box 2: No

Greet(User) is a Send a response action.

Box 3: Yes

Reference:

https://docs.microsoft.com/en-us/composer/how-to-ask-for-user-input

asked 26/09/2024
Marcel Engelbrecht
44 questions
User
0 comments
Sorted by

Leave a comment first