nerdexam
Amazon

AXS-C01 · Question #64

An Alexa Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user will provide all the slot values in a single utterance, so the slot…

The correct answer is B. Mark those six slots are required, fill in the necessary prompts, and in the backend code, use the. https://developer.amazon.com/en-US/docs/alexa/custom-skills/create-the-interaction-model-for-

Skill Design

Question

An Alexa Skill Builder is designing a skill with an intent that needs six slots to be filled. It is unlikely that a user will provide all the slot values in a single utterance, so the slot fulfillment should be split up into a multi-turn conversation. What can the Builder do in the developer console to have Amazon Alexa elicit any missing slots, without specifying each of the slots in the backend code?

Options

  • AKeep track of what slots are filled in session attributes, and in the backend code, prompt the user
  • BMark those six slots are required, fill in the necessary prompts, and in the backend code, use the
  • CMark those six slots are required, fill in the necessary prompts, and in the backend code, use the
  • DMark those six slots are required, fill in the necessary prompts, and in the backend code, use the

How the community answered

(52 responses)
  • A
    12% (6)
  • B
    77% (40)
  • C
    8% (4)
  • D
    4% (2)

Explanation

https://developer.amazon.com/en-US/docs/alexa/custom-skills/create-the-interaction-model-for-

Topics

#dialog management#required slots#slot elicitation#multi-turn conversation

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice