1Z0-1071-20 Exam Question 1

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?
  • 1Z0-1071-20 Exam Question 2

    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 a POST request. Which three options are true for the POST payload generated based on the code?
  • 1Z0-1071-20 Exam Question 3

    Which three options are true for this dialog flow code?
  • 1Z0-1071-20 Exam Question 4

    What happens after the skill output Welcome to our store's chat bot!'' in this dialog flow?
  • 1Z0-1071-20 Exam Question 5

    Which two statements about message translation in a skill are true?
    If auto-translation is enabled and a component has its translate property set to false, then the component output message or level will not get auto-translated to the detected user languages.
    A system.Output component that reads its text message from a resource bundle does not require auto-translation or its translate property set to true to display translated.