public class AlexaLambdaEndpoint extends Object implements AlexaEndpoint
| Modifier and Type | Class and Description |
|---|---|
static class |
AlexaLambdaEndpoint.AlexaLambdaEndpointBuilder |
| Modifier and Type | Method and Description |
|---|---|
static AlexaLambdaEndpoint.AlexaLambdaEndpointBuilder |
create(String lambdaFunctionName) |
Optional<AlexaResponse> |
fire(AlexaRequest request,
String payload) |
com.amazonaws.services.lambda.AWSLambda |
getLambdaClient() |
String |
getLambdaFunctionName() |
public String getLambdaFunctionName()
public com.amazonaws.services.lambda.AWSLambda getLambdaClient()
public Optional<AlexaResponse> fire(AlexaRequest request, String payload)
fire in interface AlexaEndpointpublic static AlexaLambdaEndpoint.AlexaLambdaEndpointBuilder create(String lambdaFunctionName)
Copyright © 2018. All rights reserved.