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: Suggested Answer: 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 This question is in AI-102 Designing and Implementing an Azure AI Solution Exam For getting Microsoft Certified: Azure AI Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer