public class Application extends Object
Application included as part of the Session encapsulates metadata about the
Alexa skill being invoked by a customer. This metadata can be used to confirm that customer
requests are indeed being routed to the correct skill. For example, if you've built a service to
handle requests for the skill with ID amzn1.echo-sdk-ams.app.1234 but begin to receive
requests with the unexpected ID {amzn1.echo-sdk-ams.app.5678}, it is recommended that you reject
these requests.SpeechletV2,
Session| Constructor and Description |
|---|
Application(String applicationId)
Constructs an application.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Returns the application identifier.
|
Copyright © 2016. All rights reserved.