public class AlexaSimulationApiEndpoint extends AlexaApiEndpoint
| Modifier and Type | Class and Description |
|---|---|
static class |
AlexaSimulationApiEndpoint.AlexaSimulationApiEndpointBuilder |
AlexaApiEndpoint.AlexaApiEndpointBuilder<T extends AlexaApiEndpoint>LWA_ACCESS_TOKEN_PROPERTY, LWA_CLIENT_ID_PROPERTY, LWA_CLIENT_SECRET_PROPERTY, LWA_REFRESH_TOKEN_PROPERTY| Modifier and Type | Method and Description |
|---|---|
static AlexaSimulationApiEndpoint.AlexaSimulationApiEndpointBuilder |
create(HashMap<Object,Object> endpointConfiguration) |
static AlexaSimulationApiEndpoint.AlexaSimulationApiEndpointBuilder |
create(String skillId) |
Optional<AlexaResponse> |
fire(AlexaRequest request,
String payload) |
String |
getService() |
refreshTokenpublic String getService()
getService in class AlexaApiEndpointpublic static AlexaSimulationApiEndpoint.AlexaSimulationApiEndpointBuilder create(HashMap<Object,Object> endpointConfiguration)
public static AlexaSimulationApiEndpoint.AlexaSimulationApiEndpointBuilder create(String skillId)
public Optional<AlexaResponse> fire(AlexaRequest request, String payload)
fire in interface AlexaEndpointfire in class AlexaApiEndpointCopyright © 2018. All rights reserved.