App Actions with Google Assistant quiz

  1. True or false? Built-in intents (BII) handle Natural Language Understanding (NLU) for you.

  2. App Actions let developers do which of the following?

    Choose as many answers as you see fit.

  3. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    ___ are templates you define in shortcuts.xml to declare the types of Actions users can take to launch your app and jump directly to a specific task.

  4. True or false? Intent parameters represent the elements extracted from a user query.

  5. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    You need to use the androidx.core.content.pm.___ API to use dynamic shortcuts in your app. The library provides a set of methods to add, remove, and update shortcuts.