Last active
December 15, 2018 11:43
-
-
Save extrawurst/f20fc00d2182febb862c32c267fbe877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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