alexa-skill-kit-d v0.4.3 (2017-01-22T22:55:09Z)
Dub
Repo
AlexaContext
ask
types
struct
AlexaContext {
string
functionName
;
string
invokedFunctionArn
;
string
awsRequestId
;
string
logStreamName
;
string
invokeid
;
bool
callbackWaitsForEmptyEventLoop
;
string
logGroupName
;
string
functionVersion
;
string
memoryLimitInMB
;
}
Members
Variables
awsRequestId
string
awsRequestId
;
callbackWaitsForEmptyEventLoop
bool
callbackWaitsForEmptyEventLoop
;
functionName
string
functionName
;
functionVersion
string
functionVersion
;
invokedFunctionArn
string
invokedFunctionArn
;
invokeid
string
invokeid
;
logGroupName
string
logGroupName
;
logStreamName
string
logStreamName
;
memoryLimitInMB
string
memoryLimitInMB
;
Meta
Source
See Implementation
ask
types
structs
AlexaApplication
AlexaCard
AlexaContext
AlexaEvent
AlexaIntent
AlexaOutputSpeech
AlexaRequest
AlexaRequestContext
AlexaResponse
AlexaResult
AlexaUser