public final class SystemState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemState.Builder |
Modifier and Type | Method and Description |
---|---|
static SystemState.Builder |
builder() |
boolean |
equals(Object o) |
String |
getApiAccessToken()
A bearer token string that can be used by the skill (during the skill session) to access Alexa APIs resources of the registered Alexa customer and/or person who is making the request.
|
String |
getApiEndpoint()
A string that references the correct base URI to refer to by region, for use with APIs such as the Device Location API and Progressive Response API.
|
Application |
getApplication()
Get application
|
Device |
getDevice()
Get device
|
Person |
getPerson()
Get person
|
Unit |
getUnit()
Get unit
|
User |
getUser()
Get user
|
int |
hashCode() |
String |
toString() |
public static SystemState.Builder builder()
public Application getApplication()
public User getUser()
public Device getDevice()
public Person getPerson()
public Unit getUnit()
public String getApiEndpoint()
public String getApiAccessToken()
Copyright © 2023. All rights reserved.