1Z0-1071-21 Exam Question 11

Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
  • 1Z0-1071-21 Exam Question 12

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

    Considerthis codesnippet:

    Whichtwostatementsaboutthis codearetrue?
  • 1Z0-1071-21 Exam Question 14

    You want your skill to prompt users for their first name. The name must then be usedin the welcome message at the beginning of each bot-user session.
    Your user interface guidelines require that each part of the name begin with a capital letter (for example, John Doe or John William Doe).
    Which two BotML code examples print the username correctly if the name is provided as "jOhn William doe" or "JOHN doe"?
  • 1Z0-1071-21 Exam Question 15

    You have a skill for ordering pizzas. In your experience, you have found that 95% of your customers want a regular crust and just 5% prefer gluten-free crust. Because so few people are likely to want a gluten-free crust, you don't want to prompt for that option, but you do want to make it available.
    Assuming you already have a composite bag entity that contains a PizzaCrust entity that has the values
    "regular" and "gluten free", what would be the simplest way to have your skill enable a user to order a pizza with a gluten-free crust without the skill prompting the user for that option?