1Z0-1071 試験問題を無料オンラインアクセス
試験コード: | 1Z0-1071 |
試験名称: | Oracle Cloud Platform Data Management 2019 Associate |
認定資格: | Oracle |
無料問題数: | 75 |
更新日: | 2025-09-20 |
You want your skill to transfer conversations over to Oracle Service Cloud customer service representatives. Which type of channel do you create to enable the skill to do this?
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
In reviewing a colleague's code, you note the following code in the dialog flow which takes user input and replaces the words "authorized user" or "auth user" with "AU" before then calling the intent resolution in the dialog flow with the altered string.
"${utterance.value?replace( 'authorized userlauth user", ,AU','r')}"
Why would your colleague have done this?
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?