<< Prev Question Next Question >>

Question 13/29

In reviewing a colleague's code, you note the following code in the dialog flow which takes user input andreplaces 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('authorizeduser|authuser', '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 (29q)
Question 1: To translate output messages, you created a resource bundle ...
Question 2: You arebuildingaskill fororderingpizzaandyouneeditto determi...
Question 3: What is the purpose of the training models within Oracle Dig...
Question 4: A user is in the middle of a conversation flow with a digita...
Question 5: Which two statements about skills are true?...
Question 6: As per Oracle's recommendation, which is the best practice r...
Question 7: Whichthreeoptions aretrueforthis dialogflowcode? (Exhibit)...
Question 8: With the conversation variable being the reference to the Bo...
Question 9: Which is NOT used to tune routing behavior?...
Question 10: Which two statements about message translation in a skill ar...
Question 11: Oracle Digital Assistant supports several messenger-specific...
Question 12: Which is a FALSEstatement about empty transitions?...
Question 13: In reviewing a colleague's code, you note the following code...
Question 14: What is the error message ''Your session appears to be in an...
Question 15: Whena user interacts with oneskill withinadigitalassistantbu...
Question 16: What does this dialog flow do? (Exhibit)...
Question 17: intent has been configured with a composite bag entity. Whic...
Question 18: You have gone through a number of testing iterations of your...
Question 19: Which statement about digital assistants is FALSE?...
Question 20: You want your skill to transferconversations over to Oracle ...
Question 21: Take a look at the output of a system.List component in the ...
Question 22: Assuming conversation is the custom component SDK handle, wh...
Question 23: Which statement is true regarding the effect of context pinn...
Question 24: Which three statements are FALSE regarding entity resolution...
Question 25: Which statement is FALSE regarding the core function of a di...
Question 26: Which two statements about using the OAuth2 client credentia...
Question 27: How do you declare a context variable for an entity?...
Question 28: An input component references an entity-type variable from i...
Question 29: Considerthis codesnippet: (Exhibit) Whichtwostatementsaboutt...