Want to pass your Oracle Cloud Platform Digital Assistant 2020 Specialist 1Z0-1071-20 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which two statements are true for the system.webview component?
A. Parameters passed from the skill to the web application cannot be accessed through JavaScript.
B. Property names in the web application response payload must match with the variable names in the dialog flow.
C. When registering web applications in a skill, bot designers can see the data structure returned by the app
D. Parameters passed from the skill to the web application are accessible through JavaScript.
E. The webview.onDone parameter is automatically added to the payload and passes the skill's callback URL property to the web application.
How do you declare a context variable for an entity?
A. Set the variable type to "nlpresult".
B. Set the variable type to the same name as the entity.
C. Set the variable type to "entity".
D. Set the variable type to "map" and reference the value by the entity name.
Assuming conversation is the custom component SDK handle, which two code statements are valid to access the order and userAccount input parameters of the custom component?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E