Both sides previous revisionPrevious revisionNext revision | Previous revision |
echo_hello_world [2016/12/31 13:37] – tbrodeur | echo_hello_world [2016/12/31 14:13] (current) – tbrodeur |
---|
</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>----------------------------------------------------------------------------------------------------------------------------- |
#################################################################### | #################################################################### |
</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>----------------------------------------------------------------------------------------------------------------------------- |
| |
-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.]] |