Which two statements are true the purpose of the compose bag entity item Out of Order Extraction property?
You are writing adialogflowandyouare attheend oftheconversation.Forthe finalstate,you arenotsurewhethertouse areturntransition or use anexttransitionthatgoes tothestartof thedialogflow.
Which statementis true?
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?
When testing your skill, you notice that two of its intents consistently rank as the top two, resolving within just a few points of each other.
Given the unpredictable nature of which intent gets the top score, what would you do to allow the skill user to choose the correct intent?