1Z0-1071-21 문제 21

What is the primary purpose of a user channel in Oracle Digital Assistant?

1Z0-1071-21 문제 22

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?

1Z0-1071-21 문제 23

To prepare the remote application launch, the System, Webview component calls an intermediary service that prepare the remote web application call. The code snippet is given below:

At run time, the system.Webview component sends the intermediary service aPOST request. Which three options are true for the POST payload generated based on the code?

1Z0-1071-21 문제 24

To translate output messages, you created a resource bundle in your skill. Theresource 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)

1Z0-1071-21 문제 25

Examine the code snippet below:

Which two statement are true regarding the functionality of a composite bag referenced by the variable pizza?