nerdexam
Amazon

AXS-C01 · Question #57

A skill contains a PlanMyTrip intent configured to require slots fromCity and toCity. It contains the following interaction: Alexa: What city are you leaving from? User: I'm leaving from Seattle…

The correct answer is B. Use the Dialog.ConfirmIntent directive, including the full airport name in the updatedIntent object. D. Use the Dialog.Delegate directive, including the full airport name in the outputSpeech object. See the full explanation below for the reasoning.

Question

A skill contains a PlanMyTrip intent configured to require slots fromCity and toCity. It contains the following interaction:

Alexa: What city are you leaving from? User: I'm leaving from Seattle. Alexa: You want to fly out of Seattle Tacoma International Airport, right? User: Yes Which of the following should the Builder use to confirm the value of the fromCity slot only? (Choose two.)

Options

  • AUse the Dialog.ConfirmSlot directive, including the full airport name in the outputSpeech object.
  • BUse the Dialog.ConfirmIntent directive, including the full airport name in the updatedIntent object.
  • CUse the Dialog.Delegate directive, including the full airport name in the updatedIntent object.
  • DUse the Dialog.Delegate directive, including the full airport name in the outputSpeech object.
  • EUse the Dialog.ElicitSlot directive, including the full airport name in the updatedIntent object.

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    83% (30)
  • C
    8% (3)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice