Module
Amazon.Alexa.Lens
- Package
- purescript-alexa
- Repository
- twitchard/purescript-alexa
This module defines a collections of Lenses for convenience in accessing deeply nested properties inside an AlexaRequest
#_body Source
_body :: Lens' AlexaRequest { context :: AlexaContext, session :: AlexaSession, version :: String }
The 'body' of an AlexaResponse contains those properties shared by all types of requests
#_sessionAttributes Source
_sessionAttributes :: forall a r. Lens' { sessionAttributes :: a | r } a
#_outputSpeech Source
_outputSpeech :: forall a r. Lens' { outputSpeech :: a | r } a