<< Prev Question Next Question >>

Question 14/24

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?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (24q)
Question 1: Which statement is FALSE regarding out-of-order messages?...
Question 2: What is the output of this code? (Exhibit)...
Question 3: Consider this code snippet: (Exhibit) Which two statements a...
Question 4: Which two statements describe what happens when a System.Dat...
Question 5: An input component references an entity-type variable from i...
Question 6: Which statement is FALSE regarding the core function of a di...
Question 7: Consider the following dialog flow code in a skill: (Exhibit...
Question 8: What happens if there is a system error and the state does n...
Question 9: With the conversation variable being the reference to the Bo...
Question 10: You want your skill to transfer conversations over to Oracle...
Question 11: want to save some user input, such as the type of pizza a pa...
Question 12: As per Oracle's recommendation, which is the best practice r...
Question 13: What is the error message ''Your session appears to be in an...
Question 14: In reviewing a colleague's code, you note the following code...
Question 15: In your conversation flow, you want to make sure that users ...
Question 16: Which two features of Oracle Digital Assistant should you us...
Question 17: You have a use case that calls for users to enter a series o...
Question 18: You are designing a skill for a railway company. You created...
Question 19: Which two statements are true regarding local web applicatio...
Question 20: When a user interacts with one skill within a digital assist...
Question 21: You want your skill to prompt users for their first name. Th...
Question 22: What is the purpose of the training models within Oracle Dig...
Question 23: Examine the code snippet below: (Exhibit) Which two statemen...
Question 24: What statement correctly describes the Authentication Servic...