AXS-C01 · Question #41
AXS-C01 Question #41: Real Exam Question with Answer & Explanation
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 to
Question
Options
- AIntentRequest
- BSessionEndedRequest
- CDisplay.ElementSelected
- DPlaybackController.NextCommandIssued
- EAudioPlayer.PlaybackStarted
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.
Community Discussion
No community discussion yet for this question.