1Z0-1071-21 문제 26
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('authorizeduser|authuser', 'AU','r')}"
Why would your colleague have done this?
"${utterance.value?replace('authorizeduser|authuser', 'AU','r')}"
Why would your colleague have done this?
1Z0-1071-21 문제 27
How do you declare a context variable for an entity?
1Z0-1071-21 문제 28
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
