- addAudioPlayerClearQueueDirective(ClearBehavior) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds an AudioPlayer ClearQueue directive - clear the queue without stopping the currently playing stream,
or clear the queue and stop any currently playing stream.
- addAudioPlayerPlayDirective(PlayBehavior, Long, String, String, String) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds an AudioPlayer play directive
- addAudioPlayerStopDirective() - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds an AudioPlayer Stop directive - Stops the current audio Playback
- addConfirmIntentDirective(Intent) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a Dialog confirmIntent directive to response
- addConfirmSlotDirective(String, Intent) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a Dialog confirmSlot directive to response
- addDelegateDirective(Intent) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a Dialog delegate directive to response
- addDirective(Directive) - Method in class com.amazon.ask.response.ResponseBuilder
-
Helper method for adding directives to responses
- addElicitSlotDirective(String, Intent) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a Dialog elicitSlot directive to response
- addExceptionHandler(ExceptionHandler) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addExceptionHandler(ExceptionHandler) - Method in class com.amazon.ask.dispatcher.exception.impl.DefaultExceptionMapper.Builder
-
Adds an exception handler to the end of the handler chain.
- addExceptionHandlers(List<ExceptionHandler>) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addExceptionHandlers(ExceptionHandler...) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addHandlerAdapter(HandlerAdapter) - Method in class com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.Builder
-
- addHintDirective(String) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a hint directive - show a hint on the screen of the echo show
- addRenderTemplateDirective(Template) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a Display RenderTemplate Directive
- addRequestHandler(RequestHandler) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestHandlerChain(DefaultRequestHandlerChain) - Method in class com.amazon.ask.dispatcher.request.mapper.impl.DefaultRequestMapper.Builder
-
- addRequestHandlers(List<RequestHandler>) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestHandlers(RequestHandler...) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestInterceptor(RequestInterceptor) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestInterceptor(RequestInterceptor) - Method in class com.amazon.ask.dispatcher.request.handler.impl.GenericRequestHandlerChain.Builder
-
- addRequestInterceptors(List<RequestInterceptor>) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestInterceptors(RequestInterceptor...) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addRequestMapper(RequestMapper) - Method in class com.amazon.ask.dispatcher.impl.DefaultRequestDispatcher.Builder
-
- addResponseInterceptor(ResponseInterceptor) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addResponseInterceptor(ResponseInterceptor) - Method in class com.amazon.ask.dispatcher.request.handler.impl.GenericRequestHandlerChain.Builder
-
- addResponseInterceptors(List<ResponseInterceptor>) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addResponseInterceptors(ResponseInterceptor...) - Method in class com.amazon.ask.builder.SkillBuilder
-
- addVideoAppLaunchDirective(String, String, String) - Method in class com.amazon.ask.response.ResponseBuilder
-
Adds a VideoApp play directive to play a video
- apiClient - Variable in class com.amazon.ask.builder.CustomSkillBuilder
-
- apiClient - Variable in class com.amazon.ask.builder.SkillConfiguration
-
- apiClient - Variable in class com.amazon.ask.Skill
-
- AskSdkException - Exception in com.amazon.ask.exception
-
- AskSdkException(String) - Constructor for exception com.amazon.ask.exception.AskSdkException
-
- AskSdkException(String, Throwable) - Constructor for exception com.amazon.ask.exception.AskSdkException
-
- assertAllAreNull(String, Object...) - Static method in class com.amazon.ask.util.ValidationUtils
-
Asserts that all of the objects are null.
- assertIsPositive(int, String) - Static method in class com.amazon.ask.util.ValidationUtils
-
Asserts that the given number is positive (non-negative and non-zero).
- assertNotEmpty(T, String) - Static method in class com.amazon.ask.util.ValidationUtils
-
- assertNotEmpty(T[], String) - Static method in class com.amazon.ask.util.ValidationUtils
-
- assertNotNull(T, String) - Static method in class com.amazon.ask.util.ValidationUtils
-
Asserts that the given object is non-null and returns it.
- assertStringNotEmpty(String, String) - Static method in class com.amazon.ask.util.ValidationUtils
-
- AttributesManager - Class in com.amazon.ask.attributes
-
Provider for attributes that can be stored on three levels: request, session and persistence.
- AttributesManager(PersistenceAdapter, RequestEnvelope) - Constructor for class com.amazon.ask.attributes.AttributesManager
-
- attributesManager - Variable in class com.amazon.ask.dispatcher.request.handler.HandlerInput
-
- AttributesManager.Builder - Class in com.amazon.ask.attributes
-