launch request

This commit is contained in:
Tommy Parnell
2016-12-01 21:55:46 -05:00
parent 895408c86a
commit 0371332770

3
app.rb
View File

@@ -9,6 +9,9 @@ class CustomHandler < AlexaSkillsRuby::Handler
on_intent("GetDeveloperExcuse") do
response.set_output_speech_text(get_excuse)
end
on_launch do
response.set_output_speech_text(get_excuse)
end
end
get '/livecheck' do