- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- getSupportedInterfaces() - Method in class com.amazon.ask.request.RequestHelper
-
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- withReprompt(String, Directive) - Method in class com.amazon.ask.response.ResponseBuilder
-
- withReprompt(String, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
-
- withReprompt(String, Directive, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
-
- 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
-
- withSpeech(String, PlayBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
-
- 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.