nerdexam
Amazon

AXS-C01 · Question #46

A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not…

The correct answer is A. AMAZON.FallbackIntent will not be triggered in the middle of a dialog. See the full explanation below for the reasoning.

Question

A travel booking skill has slot elicitation for fromCity, toCity, and travelDate inside of a dialog. After going live, the skill is getting negative reviews stating that the skill does not understand the city names when customers try to book travel. The Alexa Skill Builder adds AMAZON.FallbackIntent to the interaction model with the goal of providing better messaging for out-of-domain utterances. Why will the addition of AMAZON.FallbackIntent fail to resolve the customer issue?

Options

  • AAMAZON.FallbackIntent will not be triggered in the middle of a dialog.
  • BA handler cannot be added to a Live skill.
  • CAMAZON.FallbackIntent will cause the slot values to be incorrectly mapped.
  • DAMAZON.FallbackIntent cannot be present in a skill with a Dialog directive.

How the community answered

(30 responses)
  • A
    83% (25)
  • B
    3% (1)
  • C
    10% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice