This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Your app must interpret a command such as "turn on the light" or "switch the light on". What do these phrases represent in a language model?
Intents.
Utterances.
Entities.
Your app must interpret a command to book a flight to a specified city, such as "Book a flight to Paris." How should you model the city element of the command?
As an intent.
As an utterance.
As an entity.
Your language model needs to detect an email when present in an utterance. What is the simplest way to extract that email?
Use Regular Expression entities.
Use prebuilt entity components.
Use Learned entity components.
You must answer all questions before checking your work.
Was this page helpful?