alexa-skill-kit-d ~master (2022-03-02T22:36:03.3953024)
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