Oracle Cloud Platform Application Integration 2020 Associate - 1Z0-1071-20 模擬練習
Consider the following excerpt from a dialog flow code where size is a context variable of value list entity type PizzaSize with values Small, Medium, and Large:

Which two events will occur when a user starts a new conversation with the sentence "Order a Large Pizza"?

Which two events will occur when a user starts a new conversation with the sentence "Order a Large Pizza"?
正解: A,B
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?
正解: B,D
What is the primary purpose of a user channel in Oracle Digital Assistant?
正解: D
Which statement is true regarding the effect of context pinning on routing?
正解: B
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 user|auth user', 'AU','r')}"
Why would your colleague have done this?
"${utterance.value?replace('authorized user|auth user', 'AU','r')}"
Why would your colleague have done this?
正解: A
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
正解: A,E
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)

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)

正解: A
View the Exhibit.

You have been asked to review a skill for its readiness for go live. Which four issues would you raise as a priority?

You have been asked to review a skill for its readiness for go live. Which four issues would you raise as a priority?
正解: B,C,E,F