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…
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)- A83% (29)
- B9% (3)
- D6% (2)
- E3% (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
Community Discussion
No community discussion yet for this question.