HOTSPOT - You are reviewing the design of a chatbot. The chatbot includes a language generation file that contains the following fragment. # Greet(user) - ${Gre...


Microsoft AI-102 Exam

Questions Number: 188 out of 241 Questions
78.01%

Question 188
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.
Hot Area:
AI-102_188Q.png related to the Microsoft AI-102 Exam



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





Previous Questions Next Questions



Premium Version