1z0-1071-22 Oracle Cloud Platform Digital Assistant 2022 Professional

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which three options are true for the system, entityToResolve variable?

Select all that apply, then click Submit answer.

  • System.entityToResolve can reference the resolve value of all entity values defined within the skill.

  • The system.entityToResolve variable tracks an entity value, that is, as you resolve entities in the composite bag, it references the current entity resolved.

  • ${system.entityToResolve.value.userinput} returns the text entered by the user.

  • ${system.entityToResolve.value.resolvingField) returns the text entered by the user.

  • The system.entityToResolve variable can be referenced from within the system. ResolveEntities and system. commonResponse components to display, for example, information about the entity that has been resolved.

Question 5

Which two statements are true regarding local web application invocation using the system.webview component?

Select all that apply, then click Submit answer.

  • Local webviews require a Node.js environment and must have a package, json file in their root folder.

  • An SPA application can issue an Ajax post command to the callback URL that has been passed with the web application launch

  • system.webview components can only be used with web channels.

  • Local webviews require SPA applications to have an index.html file in their root folder.

Question 6

When a user interacts with one skill within a digital assistant but then enters input that may be relevant to another skill, the digital assistant generally presents users a prompt to confirm whether they really want to switch to the other skill, even if the input is completely irrelevant to the current

skill.

How can you reduce the frequency with which the user encounters these confirmation prompts in a digital assistant?

Select an option, then click Submit answer.

  • In the dialog assistant, reduce the value of the Confidence Win Margin setting.

  • In each skill, reduce the value of the Confidence Win Margin setting.

  • In the digital assistant, reduce the value of the Interrupt Prompt Confidence Threshold setting.

  • In the digital assistant, add more utterances for the unresoivedintent system intent.