nerdexam
Amazon

AXS-C01 · Question #41

To which of the following Amazon Alexa requests can an outputSpeech object be returned? (Select TWO.)

The correct answer is A. IntentRequest C. Display.ElementSelected. An IntentRequest is sent when the user makes a request that corresponds to one of the intents defined in your schema. A Display.ElementSelected request is sent when the user selects an item on a screen on a device that supports it, like Echo Show. You cannot return a response…

Designing the Technical Implementation

Question

To which of the following Amazon Alexa requests can an outputSpeech object be returned? (Select TWO.)

Options

  • AIntentRequest
  • BSessionEndedRequest
  • CDisplay.ElementSelected
  • DPlaybackController.NextCommandIssued
  • EAudioPlayer.PlaybackStarted

How the community answered

(35 responses)
  • A
    83% (29)
  • B
    9% (3)
  • D
    6% (2)
  • E
    3% (1)

Explanation

An IntentRequest is sent when the user makes a request that corresponds to one of the intents defined in your schema. A Display.ElementSelected request is sent when the user selects an item on a screen on a device that supports it, like Echo Show. You cannot return a response to a SessionEndedRequest. PlaybackController and AudioPlayer requests can only be responded to with an AudioPlayer directive.

Topics

#outputSpeech#IntentRequest#Display.ElementSelected#response types

Community Discussion

No community discussion yet for this question.

Full AXS-C01 Practice