1Z0-1071-20 Exam Question 1

want to save some user input, such as the type of pizza a particular user last ordered, so that it's available the next time that user starts a conversation.
Which type of variable should you use to persist values across multiple invocations of the conversation?
  • 1Z0-1071-20 Exam Question 2

    Which two components can be used in combination with composite bag entities to auto-generate skill responses and flows from definitions saved in bag items?
  • 1Z0-1071-20 Exam Question 3

    With the conversation variable being the reference to the Bots Node SDK, which statement correctly describes what happens when the custom component executes the following code?
    conversation.reply( 1 HelloWorld 1 );
    conversation.keepTurn(true);
    done();
  • 1Z0-1071-20 Exam Question 4

    You want your skill to transfer conversations over to Oracle Service Cloud customer service representatives. Which type of channel do you create to enable the skill to do this?
  • 1Z0-1071-20 Exam Question 5

    You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
    Which command, when issued on a command line or terminal window, creates a new custom component service project in the current directory?