User Tools

Site Tools


echo_hello_world

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
echo_hello_world [2016/12/31 13:38] tbrodeurecho_hello_world [2016/12/31 14:13] (current) tbrodeur
Line 4: Line 4:
 </color> </color>
  
-<fs large>Overview</fs> 
  
 +<fs small>
 +**Author:** Tristan Brodeur 
 +
 +**Email:** brodeurtristan@gmail.com
 +
 +**Date:** Last modified on 12/29/16 
 +
 +**Keywords:** Alexa, Amazon Skills Kit</fs>
 +
 +<color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
 +</color>
 +
 +<fs large>Overview</fs>
  
 +{{ youtube>m8i3vgwMH3k?medium }} 
  
 <color #22b14c>----------------------------------------------------------------------------------------------------------------------------- <color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
Line 100: Line 113:
 ####################################################################  ####################################################################
 </code> </code>
 +
 +<fc #4682b4>
 +******Make sure to change the application id listed in lambda_handler() to your own id once you create the Alexa Skill with Alexa Skills Kit******</fc>
  
 <color #22b14c>----------------------------------------------------------------------------------------------------------------------------- <color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
Line 194: Line 210:
  speech_output = "Hello World"  speech_output = "Hello World"
  reprompt_text = ""  reprompt_text = ""
- should_end_session = true+ should_end_session = True
  
  return build_response(session_attributes, build_speechlet_response(  return build_response(session_attributes, build_speechlet_response(
echo_hello_world.1483220290.txt.gz · Last modified: by tbrodeur