-
Notifications
You must be signed in to change notification settings - Fork 215
Implement Alexa CanFulfillIntentRequest #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
orlylev
wants to merge
36
commits into
alexa-js:master
Choose a base branch
from
orlylev:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3ea1bbf
Update index.js
orlylev 6865ed2
Update index.js
orlylev 1ddcd44
Update index.js
orlylev 5aebc33
add documentation
orlylev 107f00f
Update README.md
orlylev ed81661
Update README.md
orlylev edcc431
Update README.md
orlylev 13a462a
Update README.md
orlylev 8132415
Update README.md
orlylev 9417632
Update README.md
orlylev c88e2dd
add missinf semicolon
orlylev 901f077
add missing whitespace
orlylev 29da179
Update CHANGELOG.md
orlylev a5ba4d6
fix travis issues
orlylev 62bbdff
move contribution line to the end
orlylev de85028
Add again after force rebase
orlylev 77d81d6
Commit again after force rebase
orlylev 7051bec
Commit again after force rebase
orlylev 3e53677
add test file
orlylev 9d39499
add unut testing CanFulfillIntent
orlylev e69adf7
Update test/test_alexa_app_fulfill_intent_request.js
orlylev 2113610
Update CHANGELOG.md
orlylev 5ea6a01
Update test/test_alexa_app_fulfill_intent_request.js
orlylev 345c768
fix getCanFulfillIntent text
orlylev efb9773
add getCanFulfillIntent slot test
orlylev efaf531
add slot test
orlylev 35b9a69
Updated PR number
orlylev f17440b
add tests
orlylev 46f3320
Merge branch 'master' into master
orlylev 6afa04e
add test when no can fulfill intent in request
orlylev 7b432ac
Merge branch 'master' of https://github.com/orlylev/alexa-app
orlylev 4131bbf
Update index.js
orlylev b47731f
add not valid requests tests
orlylev 69b018f
split canFulfillIntent vs canFulfillIntentValue
orlylev 6e5accf
add negative tests for no intent
orlylev bb256af
Update README.md
orlylev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"version": "1.0", | ||
"session": { | ||
"new": false, | ||
"sessionId": "amzn1.echo-api.session.abeee1a7-aee0-41e6-8192-e6faaed9f5ef", | ||
"application": { | ||
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe" | ||
}, | ||
"attributes": {}, | ||
"user": { | ||
"userId": "amzn1.account.AM3B227HF3FAM1B261HK7FFM3A2" | ||
} | ||
}, | ||
"context": { | ||
"System": { | ||
"application": { | ||
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe" | ||
}, | ||
"user": { | ||
"userId": "amzn1.account.AM3B227HF3FAM1B261HK7FFM3A2", | ||
"accessToken": "ae312e92d87d7b4e7648b19a08f2966a831a59de" | ||
}, | ||
"device": { | ||
"deviceId": "amzn1.ask.device.123456789", | ||
"supportedInterfaces": {} | ||
}, | ||
"apiEndpoint": "https://api.amazonalexa.com", | ||
"apiAccessToken": "123456789" | ||
} | ||
}, | ||
"request": { | ||
"type": "CanFulfillIntentRequest", | ||
"requestId": "amzn1.echo-api.request.e510e005-c518-44c8-930d-746c84e787da", | ||
"locale": "en-US", | ||
"timestamp": "2018-10-18T09:16:28Z" | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"version": "1.0", | ||
"session": { | ||
"new": false, | ||
"sessionId": "amzn1.echo-api.session.abeee1a7-aee0-41e6-8192-e6faaed9f5ef", | ||
"application": { | ||
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe" | ||
}, | ||
"attributes": {}, | ||
"user": { | ||
"userId": "amzn1.account.AM3B227HF3FAM1B261HK7FFM3A2" | ||
} | ||
}, | ||
"context": { | ||
"System": { | ||
"application": { | ||
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe" | ||
}, | ||
"user": { | ||
"userId": "amzn1.account.AM3B227HF3FAM1B261HK7FFM3A2", | ||
"accessToken": "ae312e92d87d7b4e7648b19a08f2966a831a59de" | ||
}, | ||
"device": { | ||
"deviceId": "amzn1.ask.device.123456789", | ||
"supportedInterfaces": {} | ||
}, | ||
"apiEndpoint": "https://api.amazonalexa.com", | ||
"apiAccessToken": "123456789" | ||
} | ||
}, | ||
"request": { | ||
"type": "CanFulfillIntentRequest", | ||
"requestId": "amzn1.echo-api.request.e510e005-c518-44c8-930d-746c84e787da", | ||
"intent": { | ||
"name": "PlaySound", | ||
"slots": { | ||
"Sound": { | ||
"name": "Sound", | ||
"value": "crickets" | ||
} | ||
} | ||
}, | ||
"locale": "en-US", | ||
"timestamp": "2018-10-18T09:16:28Z" | ||
} | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.