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:37] 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 203: Line 219:
  
 -card_title: name of the card that will display on the Alexa app on your smartphone -card_title: name of the card that will display on the Alexa app on your smartphone
 +
 -speech_output: what the Echo or Echo Dot will ouput once the function build_response function is called -speech_output: what the Echo or Echo Dot will ouput once the function build_response function is called
 +
 -should_end_session: tells Alexa whether to end the skill session after a response has been outputed. This should be set to True in this case. If a reprompt text is defined, usually should_end_session would be set to false, however all we are doing with this function is asking for a simple output. -should_end_session: tells Alexa whether to end the skill session after a response has been outputed. This should be set to True in this case. If a reprompt text is defined, usually should_end_session would be set to false, however all we are doing with this function is asking for a simple output.
 +
 +<color #22b14c>-----------------------------------------------------------------------------------------------------------------------------
 +</color>
  
 After the code is added, [[using_alexa_skills_kit|configure your lambda function with the Alexa Skills Kit.]] After the code is added, [[using_alexa_skills_kit|configure your lambda function with the Alexa Skills Kit.]]
echo_hello_world.1483220241.txt.gz · Last modified: by tbrodeur