Learn how to design a Conversational Language Understanding app to fetch current times in specified cities. Explore intent recognition and entity extraction for seamless time inquiries!
Table of Contents
Question
You are authoring a Conversational Language Understanding application to support an international clock. You want users to be able to ask for the current time in a specified city, for example “What is the time in London?”.
Answer
What should you do? Define a “city” entity and a “GetTime” intent with utterances that indicate the city intent.
Explanation
To enable users to inquire about the current time in a specific city within a Conversational Language Understanding application, you’d implement intent recognition and entity extraction. Create an intent for time inquiries and define entities like city names. Train the model with utterances like “What’s the time in London?” to recognize the intent and extract the city entity, allowing the application to provide the requested information accurately.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.