More Documentation Forthcomming.
- The
alexa.Response{}
struct
should fit the majority of use cases for even some more complex resposnses.alexa/directives-builder.go
provides additional structs and functions related to building directives for more advanced Alexa Skill features.ssml-response-builder.go
adds functions, structs, and builder support for constructing SSML enriched responses.
request.go
contains the structs for parsing an incoming skill request payload.- The
apl
package provides support for the Alexa Presentation Language (APL) for devices with screens.- Provides support for parsing an apl template
.json
file. -apl
package function is broken. Use thealexa.ExtractNewRenderDocDirectiveFromJson()
function inalexa/directives-builder.go
- Structs for working with an APL Document.'
- Provides support for parsing an apl template
- The
services
package provides a simple struct and service for constructing and exectuting a request for basic location permissions. -DeviceService
struct would also work as a basis for extending to make other permissions requests. - Additional features are also supported.