Skip to content

Instantly share code, notes, and snippets.

@extrawurst
Last active December 15, 2018 11:43
Show Gist options
  • Save extrawurst/f20fc00d2182febb862c32c267fbe877 to your computer and use it in GitHub Desktop.
Save extrawurst/f20fc00d2182febb862c32c267fbe877 to your computer and use it in GitHub Desktop.
func (h *HelloWorld) OnLaunch(ctx context.Context, request *alexa.Request,
session *alexa.Session, ctxPtr *alexa.Context,
response *alexa.Response) error {
response.SetOutputText("Welcome to the Alexa Skills Kit, you can say hello")
return nil
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment