Skip to content

Commit

Permalink
Update Links
Browse files Browse the repository at this point in the history
  • Loading branch information
akersh-s committed Apr 18, 2018
1 parent 4e6b256 commit 841cf2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions instructions/1-voice-user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

7. **Optional:** Select an intent by expanding the **Intents** from the left side navigation panel. Add some more sample utterances for your newly generated intents. Think of all the different ways that a user could request to make a specific intent happen. A few examples are provided. Be sure to click **Save Model** and **Build Model** after you're done making changes here.

8. If your interaction model builds successfully, proceed to the next step. If not, you should see an error. Try to resolve the errors. In our next step of this guide, we will be creating our Lambda function in the AWS developer console, but keep this browser tab open, because we will be returning here on [Page #3: Connect VUI to Code](./3-Connect-VUI-To-Code).
8. If your interaction model builds successfully, proceed to the next step. If not, you should see an error. Try to resolve the errors. In our next step of this guide, we will be creating our Lambda function in the AWS developer console, but keep this browser tab open, because we will be returning here on [Page #3: Connect VUI to Code](./3-Connect-vui-to-code).


If you get an error from your interaction model, check through this list:

* **Did you copy & paste the provided code correctly?**
* **Did you accidentally add any characters to the Interaction Model or Sample Utterances?**

[![Next](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/general/buttons/button_next_lambda_function._TTH_.png)](./2-Lambda-Function.md)
[![Next](https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-skills-kit/tutorials/general/buttons/button_next_lambda_function._TTH_.png)](./2-lambda-function.md)
2 changes: 1 addition & 1 deletion instructions/2-lambda-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Setting Up A Lambda Function Using Amazon Web Services

In the [first step of this guide](./1-Voice-User-Interface), we built the Voice User Interface (VUI) for our Alexa skill. On this page, we will be creating an AWS Lambda function using [Amazon Web Services](http:https://aws.amazon.com). You can [read more about what a Lambda function is](http:https://aws.amazon.com/lambda), but for the purposes of this guide, what you need to know is that AWS Lambda is where our code lives. When a user asks Alexa to use our skill, it is our AWS Lambda function that interprets the appropriate interaction, and provides the conversation back to the user.
In the [first step of this guide](./1-voice-user-interface), we built the Voice User Interface (VUI) for our Alexa skill. On this page, we will be creating an AWS Lambda function using [Amazon Web Services](http:https://aws.amazon.com). You can [read more about what a Lambda function is](http:https://aws.amazon.com/lambda), but for the purposes of this guide, what you need to know is that AWS Lambda is where our code lives. When a user asks Alexa to use our skill, it is our AWS Lambda function that interprets the appropriate interaction, and provides the conversation back to the user.

1. **Go to http:https://aws.amazon.com and sign in to the console.** If you don't already have an account, you will need to create one. [If you don't have an AWS account, check out this quick walkthrough for setting it up](https://github.com/alexa/alexa-cookbook/tree/master/aws/set-up-aws.md).

Expand Down
2 changes: 1 addition & 1 deletion instructions/3-connect-vui-to-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Connecting Your Voice User Interface To Your Lambda Function

On [page #1](./1-Voice-User-Interface) of this guide, we created a voice user interface for the intents and utterances we expect from our users. On [page #2](./2-Lambda-Function), we created a Lambda function that contains all of our logic for the skill. On this page, we need to connect those two pieces together.
On [page #1](./1-voice-user-interface) of this guide, we created a voice user interface for the intents and utterances we expect from our users. On [page #2](./2-lambda-function), we created a Lambda function that contains all of our logic for the skill. On this page, we need to connect those two pieces together.

1. **Go back to the [Amazon Developer Portal](https://developer.amazon.com/edw/home.html#/skills/list?&sc_category=Owned&sc_channel=RD&sc_campaign=Evangelism2018&sc_publisher=github&sc_content=Survey&sc_detail=fact-nodejs-V2_GUI-3&sc_funnel=Convert&sc_country=WW&sc_medium=Owned_RD_Evangelism2018_github_Survey_fact-nodejs-V2_GUI-3_Convert_WW_beginnersdevs&sc_segment=beginnersdevs) and select your skill from the list.** You may still have a browser tab open if you started at the beginning of this tutorial.

Expand Down
2 changes: 1 addition & 1 deletion instructions/4-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Testing Your Alexa Skill

So far, we have [created a Voice User Interface](./1-Voice-User-Interface), [a Lambda function](./2-Lambda-Function), and [connected the two together](./3-Connect-VUI-To-Code). Your skill is now ready to test.
So far, we have [created a Voice User Interface](./1-voice-user-interface), [a Lambda function](./2-lambda-function), and [connected the two together](./3-connect-vui-to-code). Your skill is now ready to test.

1. **Go back to the [Amazon Developer Portal](https://developer.amazon.com/edw/home.html#/skills/list?&sc_category=Owned&sc_channel=RD&sc_campaign=Evangelism2018&sc_publisher=github&sc_content=Survey&sc_detail=fact-nodejs-V2_GUI-4&sc_funnel=Convert&sc_country=WW&sc_medium=Owned_RD_Evangelism2018_github_Survey_fact-nodejs-V2_GUI-4_Convert_WW_beginnersdevs&sc_segment=beginnersdevs) and select your skill from the list.** You may still have a browser tab open if you started at the beginning of this tutorial.

Expand Down

0 comments on commit 841cf2b

Please sign in to comment.