1Z0-1071-21 Exam Question 16

Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?
  • 1Z0-1071-21 Exam Question 17

    Which variable type is automatically set with values from the chat client,such aslocate and timezoneoffset?
  • 1Z0-1071-21 Exam Question 18

    AssumingthatconversationisareferencetotheBotsNodeSDK,whichtwo setsofcode statementsto accessthe customcomponent'sorderidanduserAccountinputparametersarevalid?
  • 1Z0-1071-21 Exam Question 19

    WhenyouconfigureanapplicationinOracle Identity CloudServiceto be consumed byOracleDigitalAssistantforthesystem.OAuth2AccountLinkcomponent, whydoyouneedtohave the RefreshTokengrantselected?
  • 1Z0-1071-21 Exam Question 20

    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?