1Z0-1071-20 試験問題を無料オンラインアクセス
試験コード: | 1Z0-1071-20 |
試験名称: | Oracle Cloud Platform Application Integration 2020 Associate |
認定資格: | Oracle |
無料問題数: | 80 |
更新日: | 2025-09-20 |
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?
Select the FALSE statement regarding confidence levels when routing within a digital assistant.
To translate output messages, you created a resource bundle in your skill. The resource bundle contains an orderConfirmation key with the following message:
Thanks {0} for your order. Your order of a {1} is no its way.
In your dialog flow, you have a variable rb of type resourcesBundle defined. In additional, you defined a variable pizzaType holding the type of the pizza (for example, Salami) and a variable pizzaSize holding the size of the Pizza ( for example , large).
A)
B)
C)
D)