Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AccountLinkedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for AccountLinkedRequest requests.
addAudioPlayerClearQueueDirective(ClearBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
Adds an AudioPlayer ClearQueueDirective to the response.
addAudioPlayerPlayDirective(PlayBehavior, Long, String, String, String) - Method in class com.amazon.ask.response.ResponseBuilder
Adds an AudioPlayer PlayDirective to the response.
addAudioPlayerPlayDirective(PlayBehavior, Long, String, String, String, AudioItemMetadata) - Method in class com.amazon.ask.response.ResponseBuilder
Adds an AudioPlayer PlayDirective to the response.
addAudioPlayerStopDirective() - Method in class com.amazon.ask.response.ResponseBuilder
Adds an AudioPlayer StopDirective to the response.
addConfirmIntentDirective(Intent) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a Dialog ConfirmIntentDirective to the response.
addConfirmSlotDirective(String, Intent) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a Dialog ConfirmSlotDirective to the response.
addDelegateDirective(Intent) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a Dialog DelegateDirective to the response.
addDirective(Directive) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a given Directive to the response.
addElicitSlotDirective(String, Intent) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a Dialog ElicitSlotDirective to the response.
addExperimentTrigger(String) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a given experimentId to the Experiment Trigger response.
addHandlerAdapter(GenericHandlerAdapter<HandlerInput, Optional<Response>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds handler adapter to SkillConfiguration Builder.
addHandlerAdapters(List<GenericHandlerAdapter<HandlerInput, Optional<Response>>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds multiple handler adapters to SkillConfiguration Builder.
addHintDirective(String) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a HintDirective to the response.
addRenderTemplateDirective(Template) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a Display RenderTemplateDirective to the response.
addRequestInterceptor(GenericRequestInterceptor<HandlerInput>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds Request interceptor to SkillConfiguration Builder.
addRequestMapper(GenericRequestMapper<HandlerInput, Optional<Response>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds request mapper to SkillConfiguration Builder.
addRequestMappers(List<GenericRequestMapper<HandlerInput, Optional<Response>>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds multiple request mappers to SkillConfiguration Builder.
addResponseInterceptor(GenericResponseInterceptor<HandlerInput, Optional<Response>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds Response interceptor to SkillConfiguration Builder.
addVideoAppLaunchDirective(String, String, String) - Method in class com.amazon.ask.response.ResponseBuilder
Adds a VideoApp LaunchDirective to the response to play a video.
APIInvocationRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for APIInvocationRequest requests.
AplARuntimeErrorEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for RuntimeErrorEvent requests.
AplTUserEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for UserEvent requests.
appendCustomUserAgent(String) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Appends a custom user agent to the existing user agent.
asList() - Method in class com.amazon.ask.request.intent.SlotValueWrapper
If the underlying slot type is a ListSlotValue, returns an Optional containing it.
asSimple() - Method in class com.amazon.ask.request.intent.SlotValueWrapper
If the underlying slot type is a SimpleSlotValue, returns an Optional containing it.
AttributesManager - Class in com.amazon.ask.attributes
Manager for all skill attributes.
AttributesManager.Builder - Class in com.amazon.ask.attributes
Attributes Manager Builder class.
AuthorizationGrantRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for AuthorizationGrantRequest requests.

B

build() - Method in class com.amazon.ask.attributes.AttributesManager.Builder
Builds an instance of AttributesManager with the provided configuration.
build() - Method in class com.amazon.ask.builder.SkillBuilder
Build an instance of Skill with the given configuration.
build() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Builder method to construct skill configuration with the provided data.
build() - Method in class com.amazon.ask.dispatcher.exception.impl.DefaultExceptionMapper.Builder
Deprecated.
Builder method to construct an instance of DefaultExceptionMapper.
build() - Method in class com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.Builder
Deprecated.
Builder method to construct an instance of DefaultRequestDispatcher.
build() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Builder method to build an instance of HandlerInput with the provided data.
build() - Method in class com.amazon.ask.dispatcher.request.handler.impl.DefaultRequestHandlerChain.Builder
Deprecated.
Builder method to construct an instance of DefaultRequestHandlerChain.
build() - Method in class com.amazon.ask.dispatcher.request.mapper.impl.DefaultRequestMapper.Builder
Deprecated.
Builder method to construct an instance of DefaultRequestMapper.
build() - Method in class com.amazon.ask.response.PlainTextContentContentHelper
Builds an instance of TextContent.
build() - Method in class com.amazon.ask.response.ResponseBuilder
Builds an instance of Response to be returned to the client.
build() - Method in class com.amazon.ask.response.RichContentTextContentHelper
Builds an instance of TextContent.
build() - Method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator.Builder
Builder method to construct an instance of LocaleTemplateEnumerator.
build() - Method in class com.amazon.ask.response.template.loader.impl.LocalTemplateFileLoader.Builder
Builder method to build an instance of LocalTemplateFileLoader.
build() - Method in class com.amazon.ask.response.TextContentHelper
Abstract method to build an instance of TextContent.
builder() - Static method in class com.amazon.ask.attributes.AttributesManager
Static builder method which returns an instance of Builder.
builder() - Static method in class com.amazon.ask.builder.SkillConfiguration
Static method to build an instance of Builder class.
Builder() - Constructor for class com.amazon.ask.builder.SkillConfiguration.Builder
Prevent instantiation.
builder() - Static method in class com.amazon.ask.dispatcher.exception.impl.DefaultExceptionMapper
Deprecated.
Static method to build an instance of Builder.
builder() - Static method in class com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher
Deprecated.
Static method to build an instance of Builder.
builder() - Static method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Static method to build an instance of Builder.
builder() - Static method in class com.amazon.ask.dispatcher.request.handler.impl.DefaultRequestHandlerChain
Deprecated.
Static method to return an instance of Builder.
builder() - Static method in class com.amazon.ask.dispatcher.request.mapper.impl.DefaultRequestMapper
Deprecated.
Static method which returns an instance of Builder.
builder() - Static method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator
Static method returns an instance of Builder.
Builder() - Constructor for class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator.Builder
 
builder() - Static method in class com.amazon.ask.response.template.loader.impl.LocalTemplateFileLoader
Static method to return an instance of Builder.
Builder() - Constructor for class com.amazon.ask.response.template.loader.impl.LocalTemplateFileLoader.Builder
 

C

canFulfillIntentName(String) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an CanFulfillIntentRequest for the given intent name.
CanFulfillIntentRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for CanFulfillIntentRequest requests.
canFulfillSlotValue(String, String) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an CanFulfillIntentRequest and contains the given slot name and value.
canHandle(HandlerInput, AccountLinkedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AccountLinkedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AccountLinkedRequestHandler
 
canHandle(HandlerInput, APIInvocationRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.APIInvocationRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.APIInvocationRequestHandler
 
canHandle(HandlerInput, RuntimeErrorEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplARuntimeErrorEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplARuntimeErrorEventHandler
 
canHandle(HandlerInput, UserEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplTUserEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplTUserEventHandler
 
canHandle(HandlerInput, AuthorizationGrantRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AuthorizationGrantRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AuthorizationGrantRequestHandler
 
canHandle(HandlerInput, CanFulfillIntentRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.CanFulfillIntentRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.CanFulfillIntentRequestHandler
 
canHandle(HandlerInput, ConnectionsRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsRequestHandler
 
canHandle(HandlerInput, ConnectionsResponse) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsResponseHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsResponseHandler
 
canHandle(HandlerInput, DataStoreError) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.DataStoreErrorHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.DataStoreErrorHandler
 
canHandle(HandlerInput, ElementSelectedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ElementSelectedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ElementSelectedRequestHandler
 
canHandle(HandlerInput, EventsReceivedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.EventsReceivedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.EventsReceivedRequestHandler
 
canHandle(HandlerInput, ExceptionEncounteredRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExceptionEncounteredRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExceptionEncounteredRequestHandler
 
canHandle(HandlerInput, ExpiredRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExpiredRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExpiredRequestHandler
 
canHandle(HandlerInput, InputHandlerEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputHandlerEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputHandlerEventRequestHandler
 
canHandle(HandlerInput, InputRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputRequestHandler
 
canHandle(HandlerInput, InstallationError) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InstallationErrorHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InstallationErrorHandler
 
canHandle(HandlerInput, IntentRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.IntentRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.IntentRequestHandler
 
canHandle(HandlerInput, LaunchRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LaunchRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LaunchRequestHandler
 
canHandle(HandlerInput, ListCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListCreatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListCreatedEventRequestHandler
 
canHandle(HandlerInput, ListDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListDeletedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListDeletedEventRequestHandler
 
canHandle(HandlerInput, ListItemsCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsCreatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsCreatedEventRequestHandler
 
canHandle(HandlerInput, ListItemsDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsDeletedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsDeletedEventRequestHandler
 
canHandle(HandlerInput, ListItemsUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsUpdatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsUpdatedEventRequestHandler
 
canHandle(HandlerInput, ListUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListUpdatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListUpdatedEventRequestHandler
 
canHandle(HandlerInput, LoadIndexListDataEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadIndexListDataEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadIndexListDataEventHandler
 
canHandle(HandlerInput, LoadTokenListDataEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadTokenListDataEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadTokenListDataEventHandler
 
canHandle(HandlerInput, MessageReceivedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageReceivedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageReceivedRequestHandler
 
canHandle(HandlerInput, MessageRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageRequestHandler
 
canHandle(HandlerInput, NextCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NextCommandIssuedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NextCommandIssuedRequestHandler
 
canHandle(HandlerInput, NotificationSubscriptionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NotificationSubscriptionChangedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NotificationSubscriptionChangedRequestHandler
 
canHandle(HandlerInput, PauseCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PauseCommandIssuedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PauseCommandIssuedRequestHandler
 
canHandle(HandlerInput, PermissionAcceptedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionAcceptedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionAcceptedRequestHandler
 
canHandle(HandlerInput, PermissionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionChangedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionChangedRequestHandler
 
canHandle(HandlerInput, PlaybackFailedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFailedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFailedRequestHandler
 
canHandle(HandlerInput, PlaybackFinishedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFinishedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFinishedRequestHandler
 
canHandle(HandlerInput, PlaybackNearlyFinishedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackNearlyFinishedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackNearlyFinishedRequestHandler
 
canHandle(HandlerInput, PlaybackStartedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStartedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStartedRequestHandler
 
canHandle(HandlerInput, PlaybackStoppedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStoppedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStoppedRequestHandler
 
canHandle(HandlerInput, PlayCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlayCommandIssuedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlayCommandIssuedRequestHandler
 
canHandle(HandlerInput, PreviousCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PreviousCommandIssuedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PreviousCommandIssuedRequestHandler
 
canHandle(HandlerInput, ProactiveSubscriptionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ProactiveSubscriptionChangedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ProactiveSubscriptionChangedRequestHandler
 
canHandle(HandlerInput, ReminderCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderCreatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderCreatedEventRequestHandler
 
canHandle(HandlerInput, ReminderDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderDeletedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderDeletedEventRequestHandler
 
canHandle(HandlerInput, ReminderStartedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStartedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStartedEventRequestHandler
 
canHandle(HandlerInput, ReminderStatusChangedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStatusChangedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStatusChangedEventRequestHandler
 
canHandle(HandlerInput, ReminderUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderUpdatedEventRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderUpdatedEventRequestHandler
 
canHandle(HandlerInput, RuntimeErrorEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorEventHandler
 
canHandle(HandlerInput, RuntimeErrorRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorRequestHandler
 
canHandle(HandlerInput, SessionEndedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionEndedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionEndedRequestHandler
 
canHandle(HandlerInput, SessionResumedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionResumedRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionResumedRequestHandler
 
canHandle(HandlerInput, SkillDisabledRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillDisabledRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillDisabledRequestHandler
 
canHandle(HandlerInput, SkillEnabledRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillEnabledRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillEnabledRequestHandler
 
canHandle(HandlerInput, UpdateRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UpdateRequestHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UpdateRequestHandler
 
canHandle(HandlerInput, UsagesInstalled) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesInstalledHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesInstalledHandler
 
canHandle(HandlerInput, UsagesRemoved) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesRemovedHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesRemovedHandler
 
canHandle(HandlerInput, UserEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UserEventHandler
Returns true if the handler can dispatch the current request
canHandle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UserEventHandler
 
com.amazon.ask - package com.amazon.ask
 
com.amazon.ask.attributes - package com.amazon.ask.attributes
 
com.amazon.ask.attributes.persistence - package com.amazon.ask.attributes.persistence
 
com.amazon.ask.builder - package com.amazon.ask.builder
 
com.amazon.ask.dispatcher - package com.amazon.ask.dispatcher
 
com.amazon.ask.dispatcher.exception - package com.amazon.ask.dispatcher.exception
 
com.amazon.ask.dispatcher.exception.impl - package com.amazon.ask.dispatcher.exception.impl
 
com.amazon.ask.dispatcher.impl - package com.amazon.ask.dispatcher.impl
 
com.amazon.ask.dispatcher.request.handler - package com.amazon.ask.dispatcher.request.handler
 
com.amazon.ask.dispatcher.request.handler.impl - package com.amazon.ask.dispatcher.request.handler.impl
 
com.amazon.ask.dispatcher.request.interceptor - package com.amazon.ask.dispatcher.request.interceptor
 
com.amazon.ask.dispatcher.request.mapper - package com.amazon.ask.dispatcher.request.mapper
 
com.amazon.ask.dispatcher.request.mapper.impl - package com.amazon.ask.dispatcher.request.mapper.impl
 
com.amazon.ask.exception - package com.amazon.ask.exception
 
com.amazon.ask.module - package com.amazon.ask.module
 
com.amazon.ask.request - package com.amazon.ask.request
 
com.amazon.ask.request.intent - package com.amazon.ask.request.intent
 
com.amazon.ask.request.viewport - package com.amazon.ask.request.viewport
 
com.amazon.ask.response - package com.amazon.ask.response
 
com.amazon.ask.response.template.loader.impl - package com.amazon.ask.response.template.loader.impl
 
com.amazon.ask.util - package com.amazon.ask.util
 
ConnectionsRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ConnectionsRequest requests.
ConnectionsResponseHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ConnectionsResponse requests.
createFrom(SlotValue) - Static method in class com.amazon.ask.request.intent.SlotValueWrapper
Creates a wrapper instance wrapping the given SlotValue.
CustomSkill - Class in com.amazon.ask
Custom type Alexa Skill.
CustomSkill(CustomSkillConfiguration) - Constructor for class com.amazon.ask.CustomSkill
Constructor for CustomSkill.
CustomSkillBuilder - Class in com.amazon.ask.builder
Builder used to construct a new AlexaSkill without any additional modules.
CustomSkillBuilder() - Constructor for class com.amazon.ask.builder.CustomSkillBuilder
 
CustomSkillConfiguration - Interface in com.amazon.ask.builder
Custom implementation of SkillConfiguration.
CustomUserAgent - Enum in com.amazon.ask.util
Enum holds the values of all the custom user agents that need to be appended to the base user agent.

D

DataStoreErrorHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for DataStoreError requests.
DefaultExceptionMapper - Class in com.amazon.ask.dispatcher.exception.impl
Deprecated.
DefaultExceptionMapper.Builder - Class in com.amazon.ask.dispatcher.exception.impl
Deprecated.
DefaultExceptionMapper Builder.
DefaultHandlerAdapter - Class in com.amazon.ask.dispatcher.request.handler.impl
Deprecated.
DefaultHandlerAdapter() - Constructor for class com.amazon.ask.dispatcher.request.handler.impl.DefaultHandlerAdapter
Deprecated.
Constructor to build an instance of DefaultHandlerAdapter.
DefaultRequestDispatcher - Class in com.amazon.ask.dispatcher.impl
Deprecated.
DefaultRequestDispatcher.Builder - Class in com.amazon.ask.dispatcher.impl
Deprecated.
DefaultRequestDispatcher Builder.
DefaultRequestHandlerChain - Class in com.amazon.ask.dispatcher.request.handler.impl
Deprecated.
DefaultRequestHandlerChain.Builder - Class in com.amazon.ask.dispatcher.request.handler.impl
Deprecated.
DefaultRequestHandlerChain Builder.
DefaultRequestMapper - Class in com.amazon.ask.dispatcher.request.mapper.impl
Deprecated.
DefaultRequestMapper.Builder - Class in com.amazon.ask.dispatcher.request.mapper.impl
Deprecated.
DefaultRequestMapper Builder.
deleteAttributes(RequestEnvelope) - Method in interface com.amazon.ask.attributes.persistence.PersistenceAdapter
Deletes attributes from persistence.
deletePersistentAttributes() - Method in class com.amazon.ask.attributes.AttributesManager
Deletes the persistent attributes from the persistence layer.
Density - Enum in com.amazon.ask.request.viewport
Enum holds the DPI values for specific devices.
deserialize(String, Class<T>) - Method in class com.amazon.ask.util.JacksonSerializer
 
deserialize(InputStream, Class<T>) - Method in class com.amazon.ask.util.JacksonSerializer
 

E

ElementSelectedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ElementSelectedRequest requests.
equals(Object) - Method in class com.amazon.ask.request.intent.SlotValueWrapper
 
EventsReceivedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for EventsReceivedRequest requests.
ExceptionEncounteredRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ExceptionEncounteredRequest requests.
ExceptionHandler - Interface in com.amazon.ask.dispatcher.exception
A handler for handling one or more types of exceptions thrown during the request processing lifecycle.
ExceptionMapper - Interface in com.amazon.ask.dispatcher.exception
Deprecated.
ExpiredRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ExpiredRequest requests.

F

forHandlerInput(HandlerInput) - Static method in class com.amazon.ask.request.RequestHelper
Creates an RequestHelper instance against the provided handler input.
FORMAT_VERSION - Static variable in class com.amazon.ask.util.SdkConstants
Format version.
forPlainText() - Static method in class com.amazon.ask.response.TextContentHelper
Returns an instance of PlainTextContentContentHelper.
forRichText() - Static method in class com.amazon.ask.response.TextContentHelper
Returns an instance of RichContentTextContentHelper.

G

generateTemplateResponse(String, Map<String, Object>) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Generate Response using skill response template and injecting data.
getAccountLinkingAccessToken() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the account linking access token from the request.
getApiAccessToken() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the API access token from the request.
getApiClient() - Method in interface com.amazon.ask.builder.CustomSkillConfiguration
Getter method for Api Client.
getApiClient() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Getter for Api client.
getApiClient() - Method in class com.amazon.ask.builder.SkillConfiguration
Getter method for Api Client.
getAttributes(RequestEnvelope) - Method in interface com.amazon.ask.attributes.persistence.PersistenceAdapter
Retrieves attributes from persistence.
getAttributesManager() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Returns an AttributesManager which can be used to retrieve and store skill attributes.
getCustomUserAgent() - Method in interface com.amazon.ask.builder.CustomSkillConfiguration
Getter method for Custom UserAgent.
getCustomUserAgent() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Getter for custom user agent.
getCustomUserAgent() - Method in class com.amazon.ask.builder.SkillConfiguration
Getter method for Custom UserAgent.
getDeviceId() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the device ID from the request.
getDialogState() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the dialog state from the request.
getHandlerAdapter() - Method in class com.amazon.ask.module.SdkModuleContext
Getter for Handler Adapters.
getIntentName() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the name of the Intent from the request.
getLocale() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the locale from the the request.
getPersistenceAdapter() - Method in interface com.amazon.ask.builder.CustomSkillConfiguration
Getter method for Persistence Adapter.
getPersistenceAdapter() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Getter for Persistence Adapter.
getPersistenceAdapter() - Method in class com.amazon.ask.builder.SkillConfiguration
Getter method for Persistence Adapter.
getPersistentAttributes() - Method in class com.amazon.ask.attributes.AttributesManager
Retrieves current persistence attributes.
getRequestAttributes() - Method in class com.amazon.ask.attributes.AttributesManager
Retrieves current request attributes.
getRequestEnvelope() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Returns the RequestEnvelope of the incoming request.
getRequestEnvelopeJson() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Returns a JsonNode representation of the incoming Request Envelope.
getRequestHandler() - Method in class com.amazon.ask.dispatcher.request.handler.impl.DefaultRequestHandlerChain
Deprecated.
.
getRequestInterceptors() - Method in class com.amazon.ask.module.SdkModuleContext
Getter for Request interceptors.
getRequestMappers() - Method in class com.amazon.ask.module.SdkModuleContext
Getter for Request Mappers.
getRequestType() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the type of the request.
getResponseBuilder() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Returns a ResponseBuilder that can be used to construct a complete skill response containing speech, directives, etc.
getResponseInterceptors() - Method in class com.amazon.ask.module.SdkModuleContext
Getter for Response interceptors.
getServiceClientFactory() - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Returns a ServiceClientFactory used to retrieve service client instances that can call Alexa APIs.
getSessionAttributes() - Method in class com.amazon.ask.attributes.AttributesManager
Retrieves current session attributes.
getSkillId() - Method in interface com.amazon.ask.builder.CustomSkillConfiguration
Getter method for SkillId.
getSkillId() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Getter for Skill Id.
getSkillId() - Method in class com.amazon.ask.builder.SkillConfiguration
Getter method for SkillId.
getSlot(String) - Method in class com.amazon.ask.request.RequestHelper
Returns the Slot for the given slot name from the request.
getSlotValue(String) - Method in class com.amazon.ask.request.RequestHelper
Returns the value from the given Slot in the request.
getSlotValueWrapper(String) - Method in class com.amazon.ask.request.RequestHelper
Returns a SlotValueWrapper wrapping the underlying SlotValue from the given slot.
getSupportedInterfaces() - Method in class com.amazon.ask.request.RequestHelper
Retrieves the SupportedInterfaces from the request.
getTemplateFactory() - Method in interface com.amazon.ask.builder.CustomSkillConfiguration
Getter method for Template Factory.
getTemplateFactory() - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Getter for Template factory.
getTemplateFactory() - Method in class com.amazon.ask.builder.SkillConfiguration
Getter method for Template Factory.
getUserAgent() - Method in enum com.amazon.ask.util.CustomUserAgent
Returns the user agent.
getUserAgent() - Static method in class com.amazon.ask.util.UserAgentUtils
Returns the user agent string.
getUserAgent(String) - Static method in class com.amazon.ask.util.UserAgentUtils
Returns the user agent string.
getUserId() - Method in class com.amazon.ask.request.RequestHelper
Returns the userId in the request.
getViewportProfile(RequestEnvelope) - Static method in class com.amazon.ask.request.viewport.ViewportUtils
Get viewport profile which helps to determine type of device.

H

handle(HandlerInput, AccountLinkedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AccountLinkedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AccountLinkedRequestHandler
 
handle(HandlerInput, APIInvocationRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.APIInvocationRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.APIInvocationRequestHandler
 
handle(HandlerInput, RuntimeErrorEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplARuntimeErrorEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplARuntimeErrorEventHandler
 
handle(HandlerInput, UserEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplTUserEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AplTUserEventHandler
 
handle(HandlerInput, AuthorizationGrantRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AuthorizationGrantRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.AuthorizationGrantRequestHandler
 
handle(HandlerInput, CanFulfillIntentRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.CanFulfillIntentRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.CanFulfillIntentRequestHandler
 
handle(HandlerInput, ConnectionsRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsRequestHandler
 
handle(HandlerInput, ConnectionsResponse) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsResponseHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ConnectionsResponseHandler
 
handle(HandlerInput, DataStoreError) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.DataStoreErrorHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.DataStoreErrorHandler
 
handle(HandlerInput, ElementSelectedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ElementSelectedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ElementSelectedRequestHandler
 
handle(HandlerInput, EventsReceivedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.EventsReceivedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.EventsReceivedRequestHandler
 
handle(HandlerInput, ExceptionEncounteredRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExceptionEncounteredRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExceptionEncounteredRequestHandler
 
handle(HandlerInput, ExpiredRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExpiredRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ExpiredRequestHandler
 
handle(HandlerInput, InputHandlerEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputHandlerEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputHandlerEventRequestHandler
 
handle(HandlerInput, InputRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InputRequestHandler
 
handle(HandlerInput, InstallationError) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InstallationErrorHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.InstallationErrorHandler
 
handle(HandlerInput, IntentRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.IntentRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.IntentRequestHandler
 
handle(HandlerInput, LaunchRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LaunchRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LaunchRequestHandler
 
handle(HandlerInput, ListCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListCreatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListCreatedEventRequestHandler
 
handle(HandlerInput, ListDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListDeletedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListDeletedEventRequestHandler
 
handle(HandlerInput, ListItemsCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsCreatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsCreatedEventRequestHandler
 
handle(HandlerInput, ListItemsDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsDeletedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsDeletedEventRequestHandler
 
handle(HandlerInput, ListItemsUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsUpdatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListItemsUpdatedEventRequestHandler
 
handle(HandlerInput, ListUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListUpdatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ListUpdatedEventRequestHandler
 
handle(HandlerInput, LoadIndexListDataEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadIndexListDataEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadIndexListDataEventHandler
 
handle(HandlerInput, LoadTokenListDataEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadTokenListDataEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.LoadTokenListDataEventHandler
 
handle(HandlerInput, MessageReceivedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageReceivedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageReceivedRequestHandler
 
handle(HandlerInput, MessageRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.MessageRequestHandler
 
handle(HandlerInput, NextCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NextCommandIssuedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NextCommandIssuedRequestHandler
 
handle(HandlerInput, NotificationSubscriptionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NotificationSubscriptionChangedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.NotificationSubscriptionChangedRequestHandler
 
handle(HandlerInput, PauseCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PauseCommandIssuedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PauseCommandIssuedRequestHandler
 
handle(HandlerInput, PermissionAcceptedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionAcceptedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionAcceptedRequestHandler
 
handle(HandlerInput, PermissionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionChangedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PermissionChangedRequestHandler
 
handle(HandlerInput, PlaybackFailedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFailedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFailedRequestHandler
 
handle(HandlerInput, PlaybackFinishedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFinishedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackFinishedRequestHandler
 
handle(HandlerInput, PlaybackNearlyFinishedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackNearlyFinishedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackNearlyFinishedRequestHandler
 
handle(HandlerInput, PlaybackStartedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStartedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStartedRequestHandler
 
handle(HandlerInput, PlaybackStoppedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStoppedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlaybackStoppedRequestHandler
 
handle(HandlerInput, PlayCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlayCommandIssuedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PlayCommandIssuedRequestHandler
 
handle(HandlerInput, PreviousCommandIssuedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PreviousCommandIssuedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.PreviousCommandIssuedRequestHandler
 
handle(HandlerInput, ProactiveSubscriptionChangedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ProactiveSubscriptionChangedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ProactiveSubscriptionChangedRequestHandler
 
handle(HandlerInput, ReminderCreatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderCreatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderCreatedEventRequestHandler
 
handle(HandlerInput, ReminderDeletedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderDeletedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderDeletedEventRequestHandler
 
handle(HandlerInput, ReminderStartedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStartedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStartedEventRequestHandler
 
handle(HandlerInput, ReminderStatusChangedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStatusChangedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderStatusChangedEventRequestHandler
 
handle(HandlerInput, ReminderUpdatedEventRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderUpdatedEventRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.ReminderUpdatedEventRequestHandler
 
handle(HandlerInput, RuntimeErrorEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorEventHandler
 
handle(HandlerInput, RuntimeErrorRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.RuntimeErrorRequestHandler
 
handle(HandlerInput, SessionEndedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionEndedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionEndedRequestHandler
 
handle(HandlerInput, SessionResumedRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionResumedRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SessionResumedRequestHandler
 
handle(HandlerInput, SkillDisabledRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillDisabledRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillDisabledRequestHandler
 
handle(HandlerInput, SkillEnabledRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillEnabledRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.SkillEnabledRequestHandler
 
handle(HandlerInput, UpdateRequest) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UpdateRequestHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UpdateRequestHandler
 
handle(HandlerInput, UsagesInstalled) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesInstalledHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesInstalledHandler
 
handle(HandlerInput, UsagesRemoved) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesRemovedHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UsagesRemovedHandler
 
handle(HandlerInput, UserEvent) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UserEventHandler
Handles the request.
handle(HandlerInput) - Method in interface com.amazon.ask.dispatcher.request.handler.impl.UserEventHandler
 
HandlerAdapter - Interface in com.amazon.ask.dispatcher.request.handler
Deprecated.
HandlerInput - Class in com.amazon.ask.dispatcher.request.handler
HandlerInput.Builder - Class in com.amazon.ask.dispatcher.request.handler
HandlerInput Builder.
hashCode() - Method in class com.amazon.ask.request.intent.SlotValueWrapper
 
hasNext() - Method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator
.

I

InputHandlerEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for InputHandlerEventRequest requests.
InputRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for InputRequest requests.
InstallationErrorHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for InstallationError requests.
intentName(String) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an IntentRequest for the given intent name.
IntentRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for IntentRequest requests.
invoke(RequestEnvelope) - Method in class com.amazon.ask.CustomSkill
.
invoke(RequestEnvelope, Object) - Method in class com.amazon.ask.CustomSkill
.
isNewSession() - Method in class com.amazon.ask.request.RequestHelper
Returns whether the request is a new session.

J

JacksonSerializer - Class in com.amazon.ask.util
Jackson backed implementation of Serializer.
JacksonSerializer() - Constructor for class com.amazon.ask.util.JacksonSerializer
 

L

LaunchRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for LaunchRequest requests.
ListCreatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListCreatedEventRequest requests.
ListDeletedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListDeletedEventRequest requests.
ListItemsCreatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListItemsCreatedEventRequest requests.
ListItemsDeletedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListItemsDeletedEventRequest requests.
ListItemsUpdatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListItemsUpdatedEventRequest requests.
ListUpdatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ListUpdatedEventRequest requests.
LoadIndexListDataEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for LoadIndexListDataEvent requests.
LoadTokenListDataEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for LoadTokenListDataEvent requests.
LocaleTemplateEnumerator - Class in com.amazon.ask.response.template.loader.impl
Enumerate possible template name, given a locale "en-US" from the request, and a response template name "template", the following combinations will be tried.
LocaleTemplateEnumerator.Builder - Class in com.amazon.ask.response.template.loader.impl
LocaleTemplateEnumerator Builder.
LocalTemplateFileLoader - Class in com.amazon.ask.response.template.loader.impl
Use LocaleTemplateEnumerator as a default TemplateEnumerator in LocalTemplateFileLoader if no TemplateEnumerator provided.
LocalTemplateFileLoader.Builder - Class in com.amazon.ask.response.template.loader.impl
LocalTemplateFileLoader Builder.

M

matches(Predicate<HandlerInput>) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput
Evaluates a Predicate against the current handler input state.
MessageReceivedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for MessageReceivedRequest requests.
MessageRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for MessageRequest requests.

N

next() - Method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator
.
NextCommandIssuedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for NextCommandIssuedRequest requests.
NotificationSubscriptionChangedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for NotificationSubscriptionChangedRequest requests.

O

Orientation - Enum in com.amazon.ask.request.viewport
Enum holds various orientations of the device.

P

PauseCommandIssuedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PauseCommandIssuedRequest requests.
PermissionAcceptedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PermissionAcceptedRequest requests.
PermissionChangedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PermissionChangedRequest requests.
PersistenceAdapter - Interface in com.amazon.ask.attributes.persistence
Persistence adapters allow an AttributesManager to store skill attributes to a persistence layer.
PersistenceException - Exception in com.amazon.ask.exception
Exception thrown when an exception is encountered while a PersistenceAdapter is handling persistent attributes.
PersistenceException(String) - Constructor for exception com.amazon.ask.exception.PersistenceException
Constructor to build an instance of PersistenceException with a message.
PersistenceException(String, Throwable) - Constructor for exception com.amazon.ask.exception.PersistenceException
Constructor to build an instance of PersistenceException with a message and cause.
persistentAttribute(String, Object) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the persistent attributes included with the HandlerInput contain the expected attribute value.
PlainTextContentContentHelper - Class in com.amazon.ask.response
A helper to assist in building PlainText content.
PlaybackFailedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlaybackFailedRequest requests.
PlaybackFinishedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlaybackFinishedRequest requests.
PlaybackNearlyFinishedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlaybackNearlyFinishedRequest requests.
PlaybackStartedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlaybackStartedRequest requests.
PlaybackStoppedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlaybackStoppedRequest requests.
PlayCommandIssuedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PlayCommandIssuedRequest requests.
Predicates - Class in com.amazon.ask.request
A collection of built in Predicates that can be used to evaluate properties of an incoming HandlerInput.
PreviousCommandIssuedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for PreviousCommandIssuedRequest requests.
ProactiveSubscriptionChangedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ProactiveSubscriptionChangedRequest requests.

R

registerSdkModule(SdkModule) - Method in class com.amazon.ask.builder.SkillBuilder
Adds SDK modules to a Skill.
ReminderCreatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ReminderCreatedEventRequest requests.
ReminderDeletedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ReminderDeletedEventRequest requests.
ReminderStartedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ReminderStartedEventRequest requests.
ReminderStatusChangedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ReminderStatusChangedEventRequest requests.
ReminderUpdatedEventRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for ReminderUpdatedEventRequest requests.
requestAttribute(String, Object) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the request attributes included with the HandlerInput contain the expected attribute value.
RequestDispatcher - Interface in com.amazon.ask.dispatcher
Deprecated.
RequestHandler - Interface in com.amazon.ask.dispatcher.request.handler
Request handlers are responsible for handling one or more types of incoming requests.
RequestHandlerChain - Interface in com.amazon.ask.dispatcher.request.handler
A handler chain contains a request handler and any associated request/response interceptors and exception handlers.
RequestHelper - Class in com.amazon.ask.request
Helper class that makes it easy to retrieve request properties from a HandlerInput.
RequestInterceptor - Interface in com.amazon.ask.dispatcher.request.interceptor
Request interceptors are invoked immediately prior to execution of the request handler for an incoming request.
RequestMapper - Interface in com.amazon.ask.dispatcher.request.mapper
Deprecated.
requestType(Class<T>) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an instance of the given request class.
ResponseBuilder - Class in com.amazon.ask.response
A builder that can be used to construct a complete skill response containing speech, directives, etc.
ResponseBuilder() - Constructor for class com.amazon.ask.response.ResponseBuilder
 
ResponseInterceptor - Interface in com.amazon.ask.dispatcher.request.interceptor
Response interceptors are invoked immediately after execution of the request handler.
RichContentTextContentHelper - Class in com.amazon.ask.response
A helper to assist in building RichText content.
RuntimeErrorEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for RuntimeErrorEvent requests.
RuntimeErrorRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for RuntimeErrorRequest requests.

S

saveAttributes(RequestEnvelope, Map<String, Object>) - Method in interface com.amazon.ask.attributes.persistence.PersistenceAdapter
Saves attributes to persistence.
savePersistentAttributes() - Method in class com.amazon.ask.attributes.AttributesManager
Saves the current persistent attribute state back to the persistence layer.
SDK_VERSION - Static variable in class com.amazon.ask.util.SdkConstants
The version number for the SDK.
SdkConstants - Class in com.amazon.ask.util
Helper class to store SDK wide constants.
SdkModule - Interface in com.amazon.ask.module
An interface for SDK extensions that can be registered on the SkillBuilder when setting up a AlexaSkill instance.
SdkModuleContext - Class in com.amazon.ask.module
Context object passed to SdkModule implementations during module setup.
SdkModuleContext(SkillConfiguration.Builder) - Constructor for class com.amazon.ask.module.SdkModuleContext
Constructor for SdkModuleContext.
selectedElementToken(String) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an ElementSelectedRequest with the given token.
serialize(T) - Method in class com.amazon.ask.util.JacksonSerializer
 
serialize(T, OutputStream) - Method in class com.amazon.ask.util.JacksonSerializer
 
sessionAttribute(String, Object) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if session attributes are included with the HandlerInput and contain the expected attribute value.
SessionEndedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for SessionEndedRequest requests.
SessionResumedRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for SessionResumedRequest requests.
setApiClient(ApiClient) - Method in class com.amazon.ask.module.SdkModuleContext
Adds Api client to SkillConfiguration Builder.
setExceptionMapper(GenericExceptionMapper<HandlerInput, Optional<Response>>) - Method in class com.amazon.ask.module.SdkModuleContext
Adds exception mapper to SkillConfiguration Builder.
setPersistenceAdapter(PersistenceAdapter) - Method in class com.amazon.ask.module.SdkModuleContext
Adds Persistence Adapter to SkillConfiguration Builder.
setPersistentAttributes(Map<String, Object>) - Method in class com.amazon.ask.attributes.AttributesManager
Sets persistent attributes.
setRequestAttributes(Map<String, Object>) - Method in class com.amazon.ask.attributes.AttributesManager
Sets request attributes.
setSessionAttributes(Map<String, Object>) - Method in class com.amazon.ask.attributes.AttributesManager
Sets session attributes, replacing any existing attributes already present in the session.
setTemplateFactory(TemplateFactory) - Method in class com.amazon.ask.module.SdkModuleContext
Adds TemplateFactory to SkillConfiguration Builder.
setupModule(SdkModuleContext) - Method in interface com.amazon.ask.module.SdkModule
Method called by the SkillBuilder when .build() is called.
Size - Enum in com.amazon.ask.request.viewport
Enum holds the various sizes of the devices.
Skill - Class in com.amazon.ask
Top level SDK entry point.
Skill(CustomSkillConfiguration) - Constructor for class com.amazon.ask.Skill
Constructor to create an instance of Skill.
Skill(SkillConfiguration) - Constructor for class com.amazon.ask.Skill
Constructor to create an instance of Skill.
SkillBuilder<T extends SkillBuilder<T>> - Class in com.amazon.ask.builder
Exposes a builder interface to add configuration to a Skill.
SkillBuilder() - Constructor for class com.amazon.ask.builder.SkillBuilder
Constructor for SkillBuilder.
SkillConfiguration - Class in com.amazon.ask.builder
Represents the configured used to build a Skill instance.
SkillConfiguration.Builder - Class in com.amazon.ask.builder
Skill configuration Builder.
SkillDisabledRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for SkillDisabledRequest requests.
SkillEnabledRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for SkillEnabledRequest requests.
slotValue(String, String) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the incoming request is an IntentRequest and contains the given slot name and value.
SlotValueWrapper - Class in com.amazon.ask.request.intent
Helper class that makes it easy to wrap and retrieve slot values.

T

TextContentHelper - Class in com.amazon.ask.response
A helper to assist in building PlainText and RichText content.
TextContentHelper() - Constructor for class com.amazon.ask.response.TextContentHelper
 

U

unwrap() - Method in class com.amazon.ask.request.intent.SlotValueWrapper
Returns the underlying SlotValue this instance wraps.
UpdateRequestHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for UpdateRequest requests.
UsagesInstalledHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for UsagesInstalled requests.
UsagesRemovedHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for UsagesRemoved requests.
UserAgentUtils - Class in com.amazon.ask.util
Utility class to help build user agents.
UserEventHandler - Interface in com.amazon.ask.dispatcher.request.handler.impl
Request handler for UserEvent requests.

V

valueOf(String) - Static method in enum com.amazon.ask.request.viewport.Density
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.ask.request.viewport.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.ask.request.viewport.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.ask.request.viewport.ViewportProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazon.ask.util.CustomUserAgent
Returns the enum constant of this type with the specified name.
values() - Method in class com.amazon.ask.request.intent.SlotValueWrapper
If the underlying slot value is a ListSlotValue type, returns a List containing all its values wrapped with SlotValueWrappers.
values() - Static method in enum com.amazon.ask.request.viewport.Density
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.ask.request.viewport.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.ask.request.viewport.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.ask.request.viewport.ViewportProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazon.ask.util.CustomUserAgent
Returns an array containing the constants of this enum type, in the order they are declared.
viewportProfile(ViewportProfile) - Static method in class com.amazon.ask.request.Predicates
Returns a predicate that returns to true if the viewport profile included with HandlerInput contain any of the predefined viewport profiles.
ViewportProfile - Enum in com.amazon.ask.request.viewport
Determines the device a request originated from.
ViewportUtils - Class in com.amazon.ask.request.viewport
Helps to determine which device is making the request.

W

withApiClient(ApiClient) - Method in class com.amazon.ask.builder.SkillBuilder
Adds ApiClient to a Skill.
withApiClient(ApiClient) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Adds ApiClient to a Skill.
withApiResponse(Object) - Method in class com.amazon.ask.response.ResponseBuilder
Sets the Object object in the response.
withAskForPermissionsConsentCard(List<String>) - Method in class com.amazon.ask.response.ResponseBuilder
Sets a AskForPermissionsConsentCard card on the response.
withCanFulfillIntent(CanFulfillIntent) - Method in class com.amazon.ask.response.ResponseBuilder
Helper method for adding canFulfillIntent to response.
withCard(Card) - Method in class com.amazon.ask.response.ResponseBuilder
Sets a Card object on the response.
withCustomUserAgent(String) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Adds custom useragent to Skill configuration.
withHandlerInput(HandlerInput) - Method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator.Builder
Adds HandlerInput to LocaleTemplateEnumerator.
withLinkAccountCard() - Method in class com.amazon.ask.response.ResponseBuilder
Sets a LinkAccountCard on the response.
withPersistenceAdapter(PersistenceAdapter) - Method in class com.amazon.ask.attributes.AttributesManager.Builder
Adds PersistenceAdapter to AttributesManager.
withPersistenceAdapter(PersistenceAdapter) - Method in class com.amazon.ask.builder.SkillBuilder
Adds PersistenceAdapter to a Skill.
withPersistenceAdapter(PersistenceAdapter) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Adds PersistenceAdapter to Skill configuration.
withPersistenceAdapter(PersistenceAdapter) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Adds Persistence Adapter to HandlerInput.
withPrimaryText(String) - Method in class com.amazon.ask.response.TextContentHelper
Adds primary text to TextContentHelper.
withReprompt(String) - Method in class com.amazon.ask.response.ResponseBuilder
Sets Reprompt speech on the response.
withReprompt(String, Directive) - Method in class com.amazon.ask.response.ResponseBuilder
Sets Reprompt speech on the response.
withReprompt(String, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
Sets Reprompt speech on the response.
withReprompt(String, Directive, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
Sets Reprompt speech on the response.
withRequestEnvelope(RequestEnvelope) - Method in class com.amazon.ask.attributes.AttributesManager.Builder
Adds RequestEnvelope to AttributesManager.
withRequestEnvelope(RequestEnvelope) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Adds Request Envelope to HandlerInput.
withRequestEnvelopeJson(JsonNode) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Adds Request Envelope Json to HandlerInput.
withSecondaryText(String) - Method in class com.amazon.ask.response.TextContentHelper
Adds secondary text to TextContentHelper.
withServiceClientFactory(ServiceClientFactory) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Adds Service Client Factory to HandlerInput.
withShouldEndSession(Boolean) - Method in class com.amazon.ask.response.ResponseBuilder
Sets whether the session should end after this response.
withSimpleCard(String, String) - Method in class com.amazon.ask.response.ResponseBuilder
Sets a simple Card on the response with the specified title and content.
withSkillId(String) - Method in class com.amazon.ask.builder.SkillBuilder
Adds SkillId.
withSkillId(String) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Adds SkillId to Skill configuration.
withSpeech(String) - Method in class com.amazon.ask.response.ResponseBuilder
Sets OutputSpeech on the response.
withSpeech(String, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
Sets OutputSpeech on the response.
withStandardCard(String, String, Image) - Method in class com.amazon.ask.response.ResponseBuilder
Sets a standard Card on the response with the specified title, content and image.
withTemplateFactory(TemplateFactory) - Method in class com.amazon.ask.builder.SkillBuilder
Adds Template Factory to a Skill.
withTemplateFactory(TemplateFactory<HandlerInput, Response>) - Method in class com.amazon.ask.builder.SkillConfiguration.Builder
Adds Template factory to Skill configuration.
withTemplateFactory(TemplateFactory) - Method in class com.amazon.ask.dispatcher.request.handler.HandlerInput.Builder
Adds Template factory to HandlerInput.
withTemplateName(String) - Method in class com.amazon.ask.response.template.loader.impl.LocaleTemplateEnumerator.Builder
Adds Template name to LocaleTemplateEnumerator.
withTertiaryText(String) - Method in class com.amazon.ask.response.TextContentHelper
Adds tertiary text to TextContentHelper.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.