Modifier and Type | Class and Description |
---|---|
class |
IntentRequest
An IntentRequest is an object that represents a request made to a skill based on what the user wants to do.
|
class |
LaunchRequest
Represents that a user made a request to an Alexa skill, but did not provide a specific intent.
|
class |
SessionEndedRequest
A SessionEndedRequest is an object that represents a request made to an Alexa skill to notify that a session was ended.
|
class |
SessionResumedRequest
The request to resume a skill's session and tells the skill why it is resumed.
|
Modifier and Type | Method and Description |
---|---|
Request |
RequestEnvelope.getRequest()
A request object that provides the details of the user’s request.
|
Modifier and Type | Method and Description |
---|---|
RequestEnvelope.Builder |
RequestEnvelope.Builder.withRequest(Request request) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationGrantRequest
Represents an authorization code delivered to a skill that has out-of-session permissions without requiring account linking.
|
Modifier and Type | Class and Description |
---|---|
class |
CanFulfillIntentRequest
An object that represents a request made to skill to query whether the skill can understand and fulfill the intent request with detected slots, before actually asking the skill to take action.
|
Modifier and Type | Class and Description |
---|---|
class |
InputRequest
A request representing structured data used to provide dialog input to a dialog manager.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountLinkedRequest
This event indicates that a customer has linked an account in a third-party application with the Alexa app.
|
class |
NotificationSubscriptionChangedRequest
When a customer changes his topic subscriptions Alexa will send an event back to the skill endpoint notifying the skill owner with the most recent state of the customer's subscriptions.
|
class |
PermissionAcceptedRequest
PermissionAcceptedRequest
|
class |
PermissionChangedRequest
PermissionChangedRequest
|
class |
ProactiveSubscriptionChangedRequest
This event indicates a customer subscription to receive events from your skill and contains information for that user and person, if recognized.
|
class |
SkillDisabledRequest
SkillDisabledRequest
|
class |
SkillEnabledRequest
SkillEnabledRequest
|
Modifier and Type | Class and Description |
---|---|
class |
DataStoreError
This event is sent by DSCS to forward ExecutionError from device or to inform about delivery error.
|
Modifier and Type | Class and Description |
---|---|
class |
InstallationError
This event is sent by device DataStore Package Manager to let the skill developer know that there was a problem installing/updating the package.
|
class |
UpdateRequest
This event is request sent by device DataStore Package Manager asking the skill developer them to update the version of the package on device.
|
class |
UsagesInstalled
This event is sent by device DataStore Package Manager to the skill developer to let them know about the usages of the packages being installed on the device.
|
class |
UsagesRemoved
This event is sent by device DataStore Package Manager to let the skill developer know about the usages of packages removed from the device.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadIndexListDataEvent
The LoadIndexListData event is sent to the skill to retrieve additional list items.
|
class |
LoadTokenListDataEvent
The LoadTokenListData event is sent to the skill to retrieve additional list items.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeErrorEvent
Notifies the skill of any errors in APLA functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
UserEvent
UserEvent
|
Modifier and Type | Class and Description |
---|---|
class |
MessageRequest
The Message request sends a message to the skill lambda.
|
class |
RuntimeErrorRequest
The RuntimeError request occurs when the device software encounters an error with loading a skill's web application.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaybackFailedRequest
PlaybackFailedRequest
|
class |
PlaybackFinishedRequest
PlaybackFinishedRequest
|
class |
PlaybackNearlyFinishedRequest
PlaybackNearlyFinishedRequest
|
class |
PlaybackStartedRequest
PlaybackStartedRequest
|
class |
PlaybackStoppedRequest
PlaybackStoppedRequest
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionsRequest
This is the request object that a skill will receive as a result of Connections.SendRequest directive from sender skill.
|
class |
ConnectionsResponse
This is the request object that a skill will receive as a result of Connections.SendResponse directive from referrer skill.
|
Modifier and Type | Class and Description |
---|---|
class |
APIInvocationRequest
APIInvocationRequest
|
Modifier and Type | Class and Description |
---|---|
class |
EventsReceivedRequest
Skill receives this type of event when an event meets the filter conditions provided in the StartEventHandlerDirective.
|
class |
ExpiredRequest
This is the event received by the skill at expiry of an Event Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementSelectedRequest
ElementSelectedRequest
|
Modifier and Type | Class and Description |
---|---|
class |
InputHandlerEventRequest
Sent when the conditions of an Echo Button event that your skill defined were met.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageReceivedRequest
MessageReceivedRequest
|
Modifier and Type | Class and Description |
---|---|
class |
NextCommandIssuedRequest
NextCommandIssuedRequest
|
class |
PauseCommandIssuedRequest
PauseCommandIssuedRequest
|
class |
PlayCommandIssuedRequest
PlayCommandIssuedRequest
|
class |
PreviousCommandIssuedRequest
PreviousCommandIssuedRequest
|
Modifier and Type | Class and Description |
---|---|
class |
ExceptionEncounteredRequest
ExceptionEncounteredRequest
|
Modifier and Type | Class and Description |
---|---|
class |
ListCreatedEventRequest
ListCreatedEventRequest
|
class |
ListDeletedEventRequest
ListDeletedEventRequest
|
class |
ListItemsCreatedEventRequest
ListItemsCreatedEventRequest
|
class |
ListItemsDeletedEventRequest
ListItemsDeletedEventRequest
|
class |
ListItemsUpdatedEventRequest
ListItemsUpdatedEventRequest
|
class |
ListUpdatedEventRequest
ListUpdatedEventRequest
|
Modifier and Type | Class and Description |
---|---|
class |
ReminderCreatedEventRequest
ReminderCreatedEventRequest
|
class |
ReminderDeletedEventRequest
ReminderDeletedEventRequest
|
class |
ReminderStartedEventRequest
ReminderStartedEventRequest
|
class |
ReminderStatusChangedEventRequest
ReminderStatusChangedEventRequest
|
class |
ReminderUpdatedEventRequest
ReminderUpdatedEventRequest
|
Modifier and Type | Method and Description |
---|---|
static <T extends Request> |
Predicates.requestType(Class<T> requestType)
Returns a predicate that returns to true if the incoming request is an instance
of the given request class.
|
Copyright © 2023. All rights reserved.