Question 11

Which three statements are FALSE regarding entity resolution using a composite bag?
  • Question 12

    Whichthreeoptions aretrueforthis dialogflowcode?
  • Question 13

    You have a skill for ordering pizzas. In your experience, you have found that 95% of your customers want a regular crust and just 5% prefer gluten-free crust. Because so few people are likely to want a gluten-free crust, you don't want to prompt for that option, but you do want to make it available.
    Assuming you already have a composite bag entity that contains a PizzaCrust entity that has the values
    "regular" and "gluten free", what would be the simplest way to have your skill enable a user to order a pizza with a gluten-free crust without the skill prompting the user for that option?
  • Question 14

    You want the flow to navigate to the cancel transition immediately after the maximum number of failed attempts are exceeded in the System.ResolveEntities Components.
    Which option must you use?
  • Question 15

    In yourconversationflow,you want tomakesurethatusers always see a message,evenwhen thereisnodata to display.Toimplement this,youdecide touse asystem.setvariablecomponentthat verifies that the variablemydatacontainsavalue and,ifitdoes,setsthe value of the displayVarvariabletothe valueofmydata.Ifnovalueisspecifiedformydata,thendisplayVarisset tothestring'NoData1.
    WhichtwoBotMLwithApache FreeMarkerexamplesimplement thisrequirement?